subversion: update to 1.6.17.
This commit is contained in:
parent
8dd8b15924
commit
6e7bd3bde3
|
@ -5,7 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the Python language bindings for subversion."
|
This package contains the Python language bindings for subversion."
|
||||||
|
|
||||||
revision=1
|
|
||||||
pycompile_module="libsvn svn"
|
pycompile_module="libsvn svn"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
# Template file for 'subversion'
|
# Template file for 'subversion'
|
||||||
pkgname=subversion
|
pkgname=subversion
|
||||||
version=1.6.15
|
version=1.6.17
|
||||||
distfiles="http://subversion.tigris.org/downloads/$pkgname-$version.tar.bz2"
|
homepage="http://subversion.apache.org/"
|
||||||
|
distfiles="$homepage/downloads/$pkgname-$version.tar.bz2"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Enterprise-class centralized version control for the masses"
|
short_desc="Enterprise-class centralized version control for the masses"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b2919d603a5f3c19f42e3265c4b930e2376c43b3969b90ef9c42b2f72d5aaa45
|
license="Apache-2.0, BSD"
|
||||||
|
checksum=d629c657e171616d30cc0cbddf1011a065770813bfc32f78c6940d09ca868124
|
||||||
long_desc="
|
long_desc="
|
||||||
Apache Subversion is a full-featured version control system originally
|
Apache Subversion is a full-featured version control system originally
|
||||||
designed to be a better CVS. Subversion has since expanded beyond its
|
designed to be a better CVS. Subversion has since expanded beyond its
|
||||||
|
|
Loading…
Reference in New Issue