summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2018-03-02 00:42:22 -0500
committerJohn Vogel <jvogel4@stny.rr.com>2018-03-02 00:42:22 -0500
commitbbde90593c7313c143fb7f93ef2f3361b25524e0 (patch)
treeee75b38794bc5151c66f6499bb7192a2adb7899c
parent326f5f13a29a9bb593b6bd64e6fc144326f1a1a9 (diff)
downloadcontrib-bbde90593c7313c143fb7f93ef2f3361b25524e0.tar.gz
contrib-bbde90593c7313c143fb7f93ef2f3361b25524e0.tar.xz
fossil: update to 2.5 release, add manpage
-rw-r--r--fossil/.footprint4
-rw-r--r--fossil/.md5sum2
-rw-r--r--fossil/.signature8
-rw-r--r--fossil/Pkgfile13
4 files changed, 17 insertions, 10 deletions
diff --git a/fossil/.footprint b/fossil/.footprint
index f49dc91fa..444617bbf 100644
--- a/fossil/.footprint
+++ b/fossil/.footprint
@@ -1,3 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fossil
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/fossil.1.gz
diff --git a/fossil/.md5sum b/fossil/.md5sum
index 102014d8d..8d5f8e5b7 100644
--- a/fossil/.md5sum
+++ b/fossil/.md5sum
@@ -1 +1 @@
-1843b9521a287bd3aebd138143db1515 fossil-src-2.4.tar.gz
+3e6039e7c191f49f93e9e55b6d823797 fossil-src-2.5.tar.gz
diff --git a/fossil/.signature b/fossil/.signature
index b951b02b2..d84a70121 100644
--- a/fossil/.signature
+++ b/fossil/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF34ld5QsqW/DfwYeBOVxFirRMwIF8GoFa7i2EaHQVG+MIQwz9vnXxZ65CL1S8oycnMpVlwEOGF9dGj4c79sY9Tgo=
-SHA256 (Pkgfile) = 43c92e3ce9c415fad759165f587cb050583ca4e37297a30e47970d4359e2b8f2
-SHA256 (.footprint) = 36d37d8c4df411995e58899629e075480cc9df100c30ff01f683d81b3beeef9b
-SHA256 (fossil-src-2.4.tar.gz) = d23498b6ae8894d18d7b73b8312c7514eda9ef91cf9f96c4c38429316919ad29
+RWSagIOpLGJF31XeH9DwZAPX23HM3j1zxgkYjh+a6QU986jPADMziItfrpxN9ibFIa6xelu/z+yUGj5IyRPVtRvwKf4UKmoCRQs=
+SHA256 (Pkgfile) = ce1691a57c0d0c865b3bb36299ac7b54d8d2c9d4393568c302783d7f63604426
+SHA256 (.footprint) = 7a2f53c9c11a5a3480015007aeed229c1cc6577748f4f165c23ce9dc70cebfc7
+SHA256 (fossil-src-2.5.tar.gz) = f9b07360811f432dfb36ebfb44c83886872556ecce1c80387629ce90e1e4aad3
diff --git a/fossil/Pkgfile b/fossil/Pkgfile
index 0b82c0bfd..85c1e92d7 100644
--- a/fossil/Pkgfile
+++ b/fossil/Pkgfile
@@ -5,18 +5,21 @@
# Optional: fuse
name=fossil
-version=2.4
+version=2.5
release=1
source=(https://www.fossil-scm.org/index.html/uv/$name-src-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr \
- --json \
- --with-th1-docs \
- --with-th1-hooks
+ ./configure \
+ --prefix=/usr \
+ --with-th1-docs \
+ --with-th1-hooks \
+ --json
make
make install DESTDIR=$PKG
+
+ install -D -m 0644 fossil.1 $PKG/usr/share/man/man1/fossil.1
}

Generated by cgit