subversion-python: update to 1.12.2

This commit is contained in:
John Vogel 2019-08-30 10:30:26 -04:00
parent bafea9e51b
commit 1ec39ebcbe
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,5 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libsvn_swig_py-1.a
-rwxr-xr-x root/root usr/lib/libsvn_swig_py-1.la
lrwxrwxrwx root/root usr/lib/libsvn_swig_py-1.so -> libsvn_swig_py-1.so.0.0.0
lrwxrwxrwx root/root usr/lib/libsvn_swig_py-1.so.0 -> libsvn_swig_py-1.so.0.0.0

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zusjALD5XPNwRft1/6aDhSseGV1tdROqAwEqZt0UDQGOR+B8gf9zuigeCiFAgd/MZa15vK8g4UmCPn3bu+lSgk=
SHA256 (Pkgfile) = ffef1c6344dcf7fe6845cb11ebbc33891c3b1f76d6926f281439e5585c86aa92
SHA256 (.footprint) = 048ad54e9c933eb087ee5f43127ca4fdf1337c493320c02fc344e513b73f96c3
SHA256 (subversion-1.9.12.tar.bz2) = 3c3a15fd73a21ab55556d7c291cf40e25ade1c070294504aa50b4767db1be397
RWSagIOpLGJF3861gZpIUHooKloL2GmoaYWqHuf9bCGLWEAvva6RVPN25ki2gw2Th1LhC3G6QIZ1DAP9DdJWUGNQjsOVcUtdFgo=
SHA256 (Pkgfile) = a6f8c81bfc8e410dbc09878a414df5332aa85541438a08a65837a41af4eac0bf
SHA256 (.footprint) = 4bbd355340466e909c6ad83e105977661a1c8adaf68f4616f1085e0b3094e277
SHA256 (subversion-1.12.2.tar.bz2) = 3bd0b5c8e4c5175263dc9a92fd9aef94ce917e80af034f26fe5c45fde7e0f771

View File

@ -4,7 +4,7 @@
# Depends on: subversion swig
name=subversion-python
version=1.9.12
version=1.12.2
release=1
source=(https://www.apache.org/dist/subversion/subversion-$version.tar.bz2)
@ -15,10 +15,11 @@ build() {
./configure \
--prefix=/usr \
--disable-nls \
--disable-mod-activation \
--with-apr=/usr \
--with-apr-util=/usr
--disable-nls \
--disable-static \
--with-lz4=internal \
--with-utf8proc=internal
make DESTDIR=$PKG install-swig-py-lib install-swig-py \
swig_pydir=/usr/lib/python$PYTHONVERSION/site-packages/libsvn \