subversion: update to 1.9.0.
This commit is contained in:
parent
1f8c2109d7
commit
7bd38f653e
|
@ -736,6 +736,7 @@ libsvn_fs_base-1.so.0 libsvn-1.7.5_1
|
|||
libsvn_ra_local-1.so.0 libsvn-1.7.5_1
|
||||
libsvn_ra_neon-1.so.0 libsvn-1.7.5_1
|
||||
libsvn_ra_serf-1.so.0 libsvn-1.8.1_1
|
||||
libsvn_fs_x-1.so.0 libsvn-1.9.0_1
|
||||
libsvn_swig_py-1.so.0 subversion-python-1.7.5_1
|
||||
libsvn_swig_perl-1.so.0 subversion-perl-1.7.5_1
|
||||
libsvn_swig_ruby-1.so.0 subversion-ruby-1.7.5_1
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- Makefile.in.orig 2009-02-16 14:10:48.000000000 -0200
|
||||
+++ Makefile.in 2009-06-04 00:56:29.000000000 -0300
|
||||
@@ -678,6 +678,7 @@
|
||||
|
||||
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
|
||||
cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
|
||||
+ cd $(SWIG_PL_DIR)/native; sed -i 's|LD_RUN_PATH|DIE_RPATH_DIE|g' Makefile{,.{client,delta,fs,ra,repos,wc}}
|
||||
|
||||
swig-pl_DEPS = autogen-swig-pl libsvn_swig_perl \
|
||||
$(SWIG_PL_DIR)/native/Makefile
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'subversion'
|
||||
pkgname=subversion
|
||||
version=1.8.14
|
||||
version=1.9.0
|
||||
revision=1
|
||||
short_desc="Enterprise-class centralized version control for the masses"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Apache-2.0, BSD"
|
||||
homepage="http://subversion.apache.org/"
|
||||
distfiles="http://apache.rediris.es/subversion/subversion-${version}.tar.bz2"
|
||||
checksum=7f3883cdfcad4174e06dd94d6e3e8ec91856823268eebe60c924be76f5229a1f
|
||||
checksum=fcb11db07e132cac6c72a969e222a592f849ef34dd8bd1c2f99fa1ad267a3fe6
|
||||
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="db-devel perl python-devel swig apr-util-devel
|
||||
|
|
Loading…
Reference in New Issue