fossil: update to 2.10

use system sqlite3
This commit is contained in:
John Vogel 2019-10-07 04:03:12 -04:00
parent 33b43404bd
commit 7aa77fb2eb
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33kQH7Cn22GYVRQw5oYFrY4Vi8P90hdC2+qnPuLa30fQCl4Ob4A2P5iO0RiL42F324pzJPW8j87W/YLOTLZOGwc=
SHA256 (Pkgfile) = 74d35f32c16483f5319818ae3efc1651075765dfc089fe3d41a3bade572b4fbb
RWSagIOpLGJF35foi6XwyQLzQY64bPnNUNHUPhg2TjLQRfUrDFmfIbpox80v3GGCBBK6s+eHulc9L75DwFi0/g/ocTVsbxyclAE=
SHA256 (Pkgfile) = b572cde2d9792388c4aaeb60dc3436dd712fed65f7e9a33aa12ac775b283df03
SHA256 (.footprint) = 7a2f53c9c11a5a3480015007aeed229c1cc6577748f4f165c23ce9dc70cebfc7
SHA256 (fossil-src-2.9.tar.gz) = 1cb2ada92d43e3e7e008fe77f5e743d301c7ea34d4c36c42f255f873e73d8b4f
SHA256 (fossil-src-2.10.tar.gz) = d8a3776d2ce77385ed5ff20a2776d13bb534fb2508e87351e14e94f91cd12b10

View File

@ -1,11 +1,11 @@
# Description: Simple distributed SCM
# URL: https://www.fossil-scm.org/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: openssl zlib
# Depends on: openssl sqlite3 zlib
# Optional: fuse
name=fossil
version=2.9
version=2.10
release=1
source=(https://www.fossil-scm.org/index.html/uv/$name-src-$version.tar.gz)
@ -14,9 +14,10 @@ build() {
./configure \
--prefix=/usr \
--disable-internal-sqlite \
--json \
--with-th1-docs \
--with-th1-hooks \
--json
--with-th1-hooks
make
make install DESTDIR=$PKG