[139192] trunk/dports/devel

dluke at macports.org dluke at macports.org
Thu Aug 6 10:45:41 PDT 2015


Revision: 139192
          https://trac.macports.org/changeset/139192
Author:   dluke at macports.org
Date:     2015-08-06 10:45:41 -0700 (Thu, 06 Aug 2015)
Log Message:
-----------
subversion and bindings ports: version bump to 1.9.0, obsolete python26 bindings

Modified Paths:
--------------
    trunk/dports/devel/subversion/Portfile
    trunk/dports/devel/subversion-javahlbindings/Portfile
    trunk/dports/devel/subversion-perlbindings/Portfile
    trunk/dports/devel/subversion-python26bindings/Portfile
    trunk/dports/devel/subversion-python27bindings/Portfile
    trunk/dports/devel/subversion-rubybindings/Portfile

Modified: trunk/dports/devel/subversion/Portfile
===================================================================
--- trunk/dports/devel/subversion/Portfile	2015-08-06 17:18:15 UTC (rev 139191)
+++ trunk/dports/devel/subversion/Portfile	2015-08-06 17:45:41 UTC (rev 139192)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion
-version			1.8.14
+version			1.9.0
 categories		devel
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -17,8 +17,8 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	sha1	0698efc58373e7657f6dd3ce13cab7b002ffb497 \
-		rmd160	93ed2fa8cc1c5c3793c41105809d7f368a442e75
+checksums	sha1	2ba78f59b3669e461ef6f56326426918100e2073 \
+		rmd160	a09e98804de413c9b39e5f41b3b5f92196f8992b
 
 depends_lib		port:expat \
 			port:apr port:apr-util \

Modified: trunk/dports/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile	2015-08-06 17:18:15 UTC (rev 139191)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile	2015-08-06 17:45:41 UTC (rev 139192)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-javahlbindings
-version			1.8.14
+version			1.9.0
 categories		devel java
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -18,8 +18,8 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	sha1	0698efc58373e7657f6dd3ce13cab7b002ffb497 \
-		rmd160	93ed2fa8cc1c5c3793c41105809d7f368a442e75
+checksums	sha1	2ba78f59b3669e461ef6f56326426918100e2073 \
+		rmd160	a09e98804de413c9b39e5f41b3b5f92196f8992b
 		
 distname		subversion-${version}
 dist_subdir		subversion

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile	2015-08-06 17:18:15 UTC (rev 139191)
+++ trunk/dports/devel/subversion-perlbindings/Portfile	2015-08-06 17:45:41 UTC (rev 139192)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-perlbindings
-version			1.8.14
+version			1.9.0
 categories		devel perl
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -50,8 +50,8 @@
 
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	sha1	0698efc58373e7657f6dd3ce13cab7b002ffb497 \
-		rmd160	93ed2fa8cc1c5c3793c41105809d7f368a442e75
+checksums	sha1	2ba78f59b3669e461ef6f56326426918100e2073 \
+		rmd160	a09e98804de413c9b39e5f41b3b5f92196f8992b
 		
 distname		subversion-${version}
 dist_subdir		subversion

Modified: trunk/dports/devel/subversion-python26bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python26bindings/Portfile	2015-08-06 17:18:15 UTC (rev 139191)
+++ trunk/dports/devel/subversion-python26bindings/Portfile	2015-08-06 17:45:41 UTC (rev 139192)
@@ -4,6 +4,7 @@
 
 name			subversion-python26bindings
 version			1.8.14
+revision		1
 categories		devel python
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -15,97 +16,7 @@
 			outstanding problems with cvs(1). The python bindings \
 			provide access to subversion API from python.
 
-homepage		http://subversion.apache.org/
-master_sites		apache:subversion
-use_bzip2		yes
-checksums	sha1	0698efc58373e7657f6dd3ce13cab7b002ffb497 \
-		rmd160	93ed2fa8cc1c5c3793c41105809d7f368a442e75
-		
-distname		subversion-${version}
-dist_subdir		subversion
+replaced_by		subversion-python27bindings
+PortGroup		obsolete 1.0
 
-depends_lib		port:expat \
-			port:apr port:apr-util \
-			port:db46 port:subversion \
-			port:python26 \
-			port:sqlite3 \
-			port:gettext port:libiconv \
-			port:serf1 port:cyrus-sasl2 \
-			port:libmagic port:libcomerr \
-			port:zlib
-
-post-patch {
-	system "cd ${worksrcpath}; find build* Makefile.in subversion/bindings/swig/python -type f -print0 | xargs -0 perl -w -p -i -e 's/libsvn_swig_py/libsvn_swig_py26/g'"
-	file rename \
-		${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py \
-		${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py26
-}
-
-configure.args		--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
-			--with-apr=${prefix}/bin/apr-1-config \
-			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
-			--mandir=\\\${prefix}/share/man \
-			--with-serf=${prefix} \
-			--with-sasl=${prefix} \
-			--with-libmagic=${prefix} \
-			--without-gnome-keyring
-
-configure.env		ac_cv_path_PYTHON=${prefix}/bin/python2.6 \
-			ac_cv_python_includes=-I${frameworks_dir}/Python.framework/Versions/2.6/include/python2.6 \
-			ac_cv_python_link="${configure.cc} -L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.6/Python" \
-			ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.6/Python" \
-			ac_cv_python_compile=${configure.cc}
-
-use_parallel_build      yes
-build.target		swig-py
-destroot.target		install-swig-py DESTDIR=${destroot}
-
-test.run		yes
-test.target		check-swig-py
-
-pre-test {
-			set x {}
-			fs-traverse dir ${worksrcpath}/subversion {
-				if {[file tail ${dir}] == ".libs" && [file isdirectory ${dir}]} {
-				lappend x ${dir}
-				continue
-				}
-			}
-			test.env-append DYLD_LIBRARY_PATH=[join ${x} ":"]
-			}
-
-pre-configure {		reinplace "s|hardcode_direct=yes|hardcode_direct=no|g" \
-				${worksrcpath}/configure
-			}
-
-post-configure {	reinplace "s|need_relink=yes|need_relink=no|g" \
-				${worksrcpath}/libtool
-			}
-
-variant no_bdb description {Build without support for BerkeleyDB repositories} {
-			depends_lib-delete	port:db46
-			configure.args-delete 	--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6
-			configure.args-append	--without-berkeley-db
-			}
-
-post-destroot {
-		set PYTHON_PATH ${frameworks_dir}/Python.framework/Versions/2.6/lib/python2.6
-
-		xinstall -m 755 -d ${destroot}${PYTHON_PATH}/site-packages
-		xinstall -m 755 ${portpath}/${filesdir}/svn-python.pth \
-			${destroot}${PYTHON_PATH}/site-packages
-		reinplace "s|@PREFIX@|${prefix}|g" \
-			${destroot}${PYTHON_PATH}/site-packages/svn-python.pth
-
-		file rename "${destroot}${prefix}/lib/svn-python" \
-			"${destroot}${prefix}/lib/svn-python2.6"
-		}
-
-# CarbonCore/MacTypes.h: No such file or directory
-platform puredarwin {		configure.args-append \
-					--disable-keychain
-				}
-
-livecheck.type	regex
-livecheck.url	http://svn.apache.org/repos/asf/subversion/tags/
-livecheck.regex	"(\\d+\\.\\d+\\.\\d+)/"
+homepage		http://subversion.apache.org/

Modified: trunk/dports/devel/subversion-python27bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python27bindings/Portfile	2015-08-06 17:18:15 UTC (rev 139191)
+++ trunk/dports/devel/subversion-python27bindings/Portfile	2015-08-06 17:45:41 UTC (rev 139192)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-python27bindings
-version			1.8.14
+version			1.9.0
 categories		devel python
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -18,8 +18,8 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	sha1	0698efc58373e7657f6dd3ce13cab7b002ffb497 \
-		rmd160	93ed2fa8cc1c5c3793c41105809d7f368a442e75
+checksums	sha1	2ba78f59b3669e461ef6f56326426918100e2073 \
+		rmd160	a09e98804de413c9b39e5f41b3b5f92196f8992b
 		
 distname		subversion-${version}
 dist_subdir		subversion

Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile	2015-08-06 17:18:15 UTC (rev 139191)
+++ trunk/dports/devel/subversion-rubybindings/Portfile	2015-08-06 17:45:41 UTC (rev 139192)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-rubybindings
-version			1.8.14
+version			1.9.0
 categories		devel ruby
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -18,8 +18,8 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	sha1	0698efc58373e7657f6dd3ce13cab7b002ffb497 \
-		rmd160	93ed2fa8cc1c5c3793c41105809d7f368a442e75
+checksums	sha1	2ba78f59b3669e461ef6f56326426918100e2073 \
+		rmd160	a09e98804de413c9b39e5f41b3b5f92196f8992b
 		
 distname		subversion-${version}
 dist_subdir		subversion
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150806/4a8a6b00/attachment.html>


More information about the macports-changes mailing list