subversion: updated to 1.9.3 and fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-01-21 00:27:20 +00:00
parent 26e28bbd78
commit a0849c0ac1
3 changed files with 16 additions and 17 deletions

View File

@ -134,21 +134,21 @@ lrwxrwxrwx root/root usr/lib/libsvn_subr-1.so.0 -> libsvn_subr-1.so.0.0.0
lrwxrwxrwx root/root usr/lib/libsvn_wc-1.so -> libsvn_wc-1.so.0.0.0
lrwxrwxrwx root/root usr/lib/libsvn_wc-1.so.0 -> libsvn_wc-1.so.0.0.0
-rwxr-xr-x root/root usr/lib/libsvn_wc-1.so.0.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/svn.1.gz
-rw-r--r-- root/root usr/man/man1/svnadmin.1.gz
-rw-r--r-- root/root usr/man/man1/svndumpfilter.1.gz
-rw-r--r-- root/root usr/man/man1/svnlook.1.gz
-rw-r--r-- root/root usr/man/man1/svnmucc.1.gz
-rw-r--r-- root/root usr/man/man1/svnrdump.1.gz
-rw-r--r-- root/root usr/man/man1/svnsync.1.gz
-rw-r--r-- root/root usr/man/man1/svnversion.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/svnserve.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/svnserve.8.gz
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/svn.1.gz
-rw-r--r-- root/root usr/share/man/man1/svnadmin.1.gz
-rw-r--r-- root/root usr/share/man/man1/svndumpfilter.1.gz
-rw-r--r-- root/root usr/share/man/man1/svnlook.1.gz
-rw-r--r-- root/root usr/share/man/man1/svnmucc.1.gz
-rw-r--r-- root/root usr/share/man/man1/svnrdump.1.gz
-rw-r--r-- root/root usr/share/man/man1/svnsync.1.gz
-rw-r--r-- root/root usr/share/man/man1/svnversion.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/svnserve.conf.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/svnserve.8.gz
drwxr-xr-x root/root usr/share/pkgconfig/
-rw-r--r-- root/root usr/share/pkgconfig/libsvn_client.pc
-rw-r--r-- root/root usr/share/pkgconfig/libsvn_delta.pc

View File

@ -1 +1 @@
8e879b61fffe3ac0cf16aeae1e8eda32 subversion-1.9.1.tar.bz2
243036eb28b50ce517fc228eb3250add subversion-1.9.3.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: apr serf expat sqlite3
name=subversion
version=1.9.1
version=1.9.3
release=1
source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2)
@ -13,7 +13,6 @@ build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-apr=/usr \
--with-apr-util=/usr \
--without-swig \