From cdf0c691d389df1ce340a45e3f878922a3839621 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sun, 28 Jun 2020 14:12:21 -0400 Subject: [PATCH] subversion: update to 1.14.0 --- subversion/.signature | 6 +++--- subversion/Pkgfile | 10 ++++------ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/subversion/.signature b/subversion/.signature index 0169ff88f..7e3387c76 100644 --- a/subversion/.signature +++ b/subversion/.signature @@ -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 diff --git a/subversion/Pkgfile b/subversion/Pkgfile index 5cb6911e6..2cdfdc7dd 100644 --- a/subversion/Pkgfile +++ b/subversion/Pkgfile @@ -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