subversion: update to 1.14.0

This commit is contained in:
John Vogel 2020-06-28 14:12:21 -04:00
parent 8bbfed9c5e
commit cdf0c691d3
2 changed files with 7 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33wVCiEDw+QhKjXc6x6hxJ5+DxUCuD38OuFVtDh4wz/+tkVRWRXZJ+LDdRDapRbRa3GvUnGbLbKYnr5DN8yU3QU=
SHA256 (Pkgfile) = 0ca7fbc4d1acebe8811a2205bf2590eb21d2eb8c8387395b2db34a2f0cd49ee4
RWSagIOpLGJF3/F8knf5KT9LoUO+PzSXLpel1nOiyC0aji4L1YiTc/lp5+a8Z6ryMtOZTaSwUt522fyFEcNMd1jAdq23zsuJzAE=
SHA256 (Pkgfile) = 547023af0f0a226b0464c415e8e0fee43da5f5e64d7a57b81df6cc4a44ebaa77
SHA256 (.footprint) = 6c9630e8576a940353039eb3e0429c7ceeb47a4cdde88dc51135be8b223971b6
SHA256 (subversion-1.12.2.tar.bz2) = 3bd0b5c8e4c5175263dc9a92fd9aef94ce917e80af034f26fe5c45fde7e0f771
SHA256 (subversion-1.14.0.tar.bz2) = 6ba8e218f9f97a83a799e58a3c6da1221d034b18d9d8cbbcb6ec52ab11722102

View File

@ -1,10 +1,10 @@
# Description: A version control system (CVS replacement)
# URL: http://subversion.apache.org
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: serf
# Depends on: boost cyrus-sasl gnupg lz4 serf utf8proc
name=subversion
version=1.12.2
version=1.14.0
release=1
source=(https://archive.apache.org/dist/$name/$name-$version.tar.bz2)
@ -13,13 +13,11 @@ build() {
./configure \
--prefix=/usr \
--disable-mod-activation \
--disable-nls \
--disable-static \
--disable-mod-activation \
--without-apxs \
--without-swig \
--with-lz4=internal \
--with-utf8proc=internal
--without-swig
make
make -j1 DESTDIR=$PKG install