summaryrefslogtreecommitdiff
path: root/subversion/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2013-07-02 11:53:46 +0200
committerJose V Beneyto <sepen@crux.nu>2013-07-02 11:55:30 +0200
commit85db064b63d2c6c13c09d16745ec996f43893a33 (patch)
treee872e8d397c4deb9ee317dc04cf28ce2124c54fd /subversion/Pkgfile
parent5787d2beeb3e39fdcdc11ade8242b5f5b4c435cf (diff)
downloadopt-85db064b63d2c6c13c09d16745ec996f43893a33.tar.gz
opt-85db064b63d2c6c13c09d16745ec996f43893a33.tar.xz
[notify] subversion: updated to 1.8.0
Important notes: New dependencies: serf Removed dependencies: neon For a complete list of changes, please see: http://subversion.apache.org/docs/release-notes/1.8.html http://svn.apache.org/repos/asf/subversion/tags/1.8.0/CHANGES
Diffstat (limited to 'subversion/Pkgfile')
-rw-r--r--subversion/Pkgfile18
1 files changed, 10 insertions, 8 deletions
diff --git a/subversion/Pkgfile b/subversion/Pkgfile
index 15a470e26..dca3641df 100644
--- a/subversion/Pkgfile
+++ b/subversion/Pkgfile
@@ -2,10 +2,10 @@
# URL: http://subversion.apache.org
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
-# Depends on: apr neon expat sqlite3
+# Depends on: apr serf expat sqlite3
name=subversion
-version=1.7.10
+version=1.8.0
release=1
source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2)
@@ -13,14 +13,16 @@ build() {
cd $name-$version
./configure --prefix=/usr \
- --mandir=/usr/man \
- --with-apr=/usr --with-apr-util=/usr --with-neon=/usr \
- --disable-mod-activation --without-swig --disable-nls \
- --disable-neon-version-check \
- --without-apxs
+ --mandir=/usr/man \
+ --with-apr=/usr \
+ --with-apr-util=/usr \
+ --without-swig \
+ --without-apxs \
+ --disable-mod-activation \
+ --disable-nls
make
- make -j1 DESTDIR=$PKG external-install local-install
+ make DESTDIR=$PKG install
# info pages seem to get generated when makeinfo is available
rm -rf $PKG/usr/info

Generated by cgit