fossil: update to 2.5 release, add manpage

This commit is contained in:
John Vogel 2018-03-02 00:42:22 -05:00
parent 326f5f13a2
commit bbde90593c
4 changed files with 17 additions and 10 deletions

View File

@ -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

View File

@ -1 +1 @@
1843b9521a287bd3aebd138143db1515 fossil-src-2.4.tar.gz
3e6039e7c191f49f93e9e55b6d823797 fossil-src-2.5.tar.gz

View File

@ -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

View File

@ -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
}