diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-02-27 05:09:19 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-02-27 05:09:19 +0800 |
commit | 32c7af42ebc6ac5df55828cd675a8dd8c68746ef (patch) | |
tree | a7e2aa539b52c182f1b9d1d1ce5a761446951a1f /devel/subversion17 | |
parent | 000810d0e7fbe051b603bcf6c69438070208b24c (diff) | |
download | freebsd-ports-gnome-32c7af42ebc6ac5df55828cd675a8dd8c68746ef.tar.gz freebsd-ports-gnome-32c7af42ebc6ac5df55828cd675a8dd8c68746ef.tar.zst freebsd-ports-gnome-32c7af42ebc6ac5df55828cd675a8dd8c68746ef.zip |
- update to version 1.7.16
- add BDB deprecated message (FS backend is the thefault
since many years, I hope no one use BDB backends today)
- adopt static build fix from devel/subversion
Changes:
========
Version 1.7.16
(26 Feb 2014, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.16
User-visible changes:
- Client-side bugfixes:
* copy: fix some scenarios that broke the working copy (r1560690)
* diff: fix regressions due to fixes in 1.7.14 (issue #4460)
- Server-side bugfixes:
* mod_dav_svn: prevent crashes with SVNListParentPath on (CVE-2014-0032)
* reduce memory usage during checkout and export (r1564215)
Developer-visible changes:
- General:
* fix failure in checkout_tests.py
* support compiling against Cyrus sasl 2.1.25 (r1404912, r1413402)
* support compiling against neon 0.30.x (r1566320)
Version 1.7.15
(Not released, see changes for 1.7.16.)
Diffstat (limited to 'devel/subversion17')
-rw-r--r-- | devel/subversion17/Makefile | 9 | ||||
-rw-r--r-- | devel/subversion17/Makefile.common | 6 | ||||
-rw-r--r-- | devel/subversion17/distinfo | 4 |
3 files changed, 14 insertions, 5 deletions
diff --git a/devel/subversion17/Makefile b/devel/subversion17/Makefile index 125daaf74aa1..92601660e718 100644 --- a/devel/subversion17/Makefile +++ b/devel/subversion17/Makefile @@ -94,6 +94,7 @@ USES+= gettext:build . endif . if ${PORT_OPTIONS:MBDB} BDB_BUILD_DEPENDS= yes +.else . endif OLD_LIB_DEPENDS:= ${LIB_DEPENDS:S!^!${LOCALBASE}/lib/!:C!(\.so|\.[0-9]+)?:!.a:!} BUILD_DEPENDS+= ${OLD_LIB_DEPENDS} @@ -154,6 +155,12 @@ pre-everything:: @${ECHO_MSG} "Static binaries will be built." .endif # STATIC @${ECHO_MSG} "Many useful scripts will be installed into ${DATADIR}" +.if ${PORT_OPTIONS:MBDB} + @${ECHO_MSG} "" + @${ECHO_MSG} "!!! Berkeley DB backend is deprecated, please convert your repos to FS backend !!!" + @${ECHO_MSG} "!!! After switching to FS backend subversion can be rebuild without BDB support !!!" + @sleep 10 +.endif pre-configure: .if ${PORT_OPTIONS:MBDB} @@ -266,7 +273,7 @@ _mkrepos: .USE .endif svn-build-outputs-hack: - cd ${WRKSRC} && ./gen-make.py --release --installed-libs libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_ra,libsvn_repos,libsvn_subr,libsvn_wc + (cd ${WRKSRC} && ./gen-make.py --release --installed-libs libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_ra,libsvn_repos,libsvn_subr,libsvn_wc) ${MV} ${WRKSRC}/build-outputs.mk ${FILESDIR}/build-outputs.mk .include <bsd.port.post.mk> diff --git a/devel/subversion17/Makefile.common b/devel/subversion17/Makefile.common index aa557b758034..553a0820e81a 100644 --- a/devel/subversion17/Makefile.common +++ b/devel/subversion17/Makefile.common @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.7.14 -PORTREVISION?= 1 +PORTVERSION= 1.7.16 +PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= ${MASTER_SITE_APACHE} DIST_SUBDIR= subversion17 @@ -128,4 +128,6 @@ post-patch: | ${XARGS} ${REINPLACE_CMD} -e '1s|#\!/bin/b|#\!/usr/local/bin/b|' \ -e '1s|#\!/bin/env|#\!/usr/bin/env|' \ -e '1s|#\!/usr/bin/p|#\!/usr/local/bin/p|' +# remove all .bak files to clean the stage + ${FIND} ${WRKSRC} -name '*.bak' -delete diff --git a/devel/subversion17/distinfo b/devel/subversion17/distinfo index 4350b98ea872..e49288318639 100644 --- a/devel/subversion17/distinfo +++ b/devel/subversion17/distinfo @@ -1,2 +1,2 @@ -SHA256 (subversion17/subversion-1.7.14.tar.bz2) = c4ac8f37eb0ebd38901bfa6f1c7e4d7716d32d7460ee0cee520381ca2f5b120d -SIZE (subversion17/subversion-1.7.14.tar.bz2) = 6045932 +SHA256 (subversion17/subversion-1.7.16.tar.bz2) = 9dcbd8622045c5a9ab381d70754304030f180967d6e3db694baaf708f3253238 +SIZE (subversion17/subversion-1.7.16.tar.bz2) = 6006359 |