subversion: updated to 1.7.6

This commit is contained in:
Jose V Beneyto 2012-08-21 09:49:44 +02:00
parent da408a1121
commit a9cecaea8b
2 changed files with 8 additions and 3 deletions

View File

@ -1 +1,2 @@
f6353b9b581081cdf97299300c9eada3 subversion-1.7.5.tar.bz2
d2af2b10f79a05c5110a10320d546035 mod_dontdothat.patch
4baa434db7709bb059b05d02a2547663 subversion-1.7.6.tar.bz2

View File

@ -5,13 +5,17 @@
# Depends on: apr neon expat sqlite3
name=subversion
version=1.7.5
version=1.7.6
release=1
source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2)
source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2 \
mod_dontdothat.patch)
build() {
cd $name-$version
# fix build issues with server-side modules
patch -p1 -i $SRC/mod_dontdothat.patch
./configure --prefix=/usr \
--mandir=/usr/man \
--with-apr=/usr --with-apr-util=/usr --with-neon=/usr \