diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:23:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:40 +0200 |
commit | 87ffc3578b924f1cf278e9d7b865d9d094f2bb5c (patch) | |
tree | 35ae52f8ba32520c28522f011b8f27de508d592c /package/subversion/Makefile | |
parent | 714355487990afcda343b5f1cad917675863703e (diff) |
update subversion to latest stable version
Diffstat (limited to 'package/subversion/Makefile')
-rw-r--r-- | package/subversion/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/subversion/Makefile b/package/subversion/Makefile index 4ad12d42c..4d2e576e4 100644 --- a/package/subversion/Makefile +++ b/package/subversion/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= subversion -PKG_VERSION:= 1.7.18 +PKG_VERSION:= 1.8.13 PKG_RELEASE:= 1 -PKG_HASH:= fb1b0b1e89dd01b230dce0a0e9696b52b9f1b4ec0b3b6353ee518ed43a8dd310 +PKG_HASH:= 17e8900a877ac9f0d5ef437c20df437fec4eb2c5cb9882609d2277e2312da52c PKG_DESCR:= revision control program PKG_SECTION:= dev/scm PKG_DEPENDS:= zlib apr apr-util libexpat libsqlite neon @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --with-apr=${STAGING_TARGET_DIR}/usr/bin/apr-1-config \ --disable-javahl \ --without-berkeley-db CONFIGURE_ENV+= LIBS='-lsqlite3 -laprutil-1 -lapr-1 -lexpat -ltinfo' -INSTALL_TARGET:= external-install local-install +#INSTALL_TARGET:= external-install local-install subversion-install: ${INSTALL_DIR} ${IDIR_SUBVERSION}/usr/{bin,lib} |