[37692] trunk/dports/devel

dluke at macports.org dluke at macports.org
Thu Jun 19 09:53:03 PDT 2008


Revision: 37692
          http://trac.macosforge.org/projects/macports/changeset/37692
Author:   dluke at macports.org
Date:     2008-06-19 09:53:01 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
Version bump, subversion and bindings ports to 1.5.0 (also build with serf dav support in addition to neon)

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

Modified: trunk/dports/devel/subversion/Portfile
===================================================================
--- trunk/dports/devel/subversion/Portfile	2008-06-19 16:27:09 UTC (rev 37691)
+++ trunk/dports/devel/subversion/Portfile	2008-06-19 16:53:01 UTC (rev 37692)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			subversion
-version			1.4.6
-revision		1
+version			1.5.0
 categories		devel
 platforms		darwin
 maintainers		dluke at geeklair.net
@@ -17,14 +16,15 @@
 homepage		http://subversion.tigris.org/
 master_sites		${homepage}downloads/
 use_bzip2		yes
-checksums		md5 9c7cf517362c1c9332b610339e5cce6b \
-			sha1 a9c941e2309744f6a2986200698b60da057a7527 \
-			rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c
+checksums		md5 004b57643406dd10957ec87955702189 \
+			sha1 1236a32521b4d8c02261cdc567f6a33d9623f51f \
+			rmd160 ccbe67ebd473c7fed13253e02f4de88d1b7c89c8
 
 depends_lib		port:expat port:neon \
 			port:apr port:apr-util \
 			port:db46 \
-			port:gettext port:libiconv
+			port:gettext port:libiconv \
+			port:serf
 
 test.run		yes
 test.target		check
@@ -36,7 +36,7 @@
 			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
 			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
 			--mandir=\\\${prefix}/share/man \
-			--disable-neon-version-check
+			--disable-neon-version-check --with-serf=${prefix}
 
 use_parallel_build	yes
 build.target		all

Modified: trunk/dports/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile	2008-06-19 16:27:09 UTC (rev 37691)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile	2008-06-19 16:53:01 UTC (rev 37692)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			subversion-javahlbindings
-version			1.4.6
-revision		1
+version			1.5.0
 categories		devel java
 platforms		darwin
 maintainers		dluke at geeklair.net
@@ -18,9 +17,9 @@
 homepage		http://subversion.tigris.org/
 master_sites		${homepage}/downloads/
 use_bzip2		yes
-checksums               md5 9c7cf517362c1c9332b610339e5cce6b \
-                        sha1 a9c941e2309744f6a2986200698b60da057a7527 \
-                        rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c
+checksums               md5 004b57643406dd10957ec87955702189 \
+                        sha1 1236a32521b4d8c02261cdc567f6a33d9623f51f \
+                        rmd160 ccbe67ebd473c7fed13253e02f4de88d1b7c89c8
 distname		subversion-${version}
 dist_subdir		subversion
 
@@ -28,7 +27,8 @@
 			port:apr port:apr-util \
 			port:db46 port:subversion \
 			port:junit \
-			port:gettext
+			port:gettext port:libiconv \
+			port:serf
 
 configure.cxx		g++
 
@@ -36,7 +36,7 @@
 			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
 			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
 			--mandir=\\\${prefix}/share/man \
-			--disable-neon-version-check \
+			--disable-neon-version-check --with-serf=${prefix} \
 			--with-javahl --without-jikes \
 			--with-junit=${prefix}/share/java/junit.jar
 
@@ -50,10 +50,10 @@
 
 patchfiles		patch-configure.diff
 
-pre-test {		reinplace "s|-Djava.library.path=:\$(libdir)|-Djava.library.path=:${worksrcpath}/subversion/bindings/java/javahl/native/.libs|g" \
+pre-test {		reinplace "s|-Djava.library.path=:\$(libdir)|-Djava.library.path=:${worksrcpath}/subversion/bindings/javahl/native/.libs|g" \
 			${worksrcpath}/Makefile
 
-			system "ln -sf ${worksrcpath}/subversion/bindings/java/javahl/native/.libs/libsvnjavahl-1.dylib ${worksrcpath}/subversion/bindings/java/javahl/native/.libs/libsvnjavahl.jnilib"
+			system "ln -sf ${worksrcpath}/subversion/bindings/javahl/native/.libs/libsvnjavahl-1.dylib ${worksrcpath}/subversion/bindings/javahl/native/.libs/libsvnjavahl.jnilib"
 			}
 
 pre-configure {		reinplace "s|hardcode_direct=yes|hardcode_direct=no|g" \

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile	2008-06-19 16:27:09 UTC (rev 37691)
+++ trunk/dports/devel/subversion-perlbindings/Portfile	2008-06-19 16:53:01 UTC (rev 37692)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			subversion-perlbindings
-version			1.4.6
-revision		1
+version			1.5.0
 categories		devel perl
 platforms		darwin
 maintainers		dluke at geeklair.net
@@ -18,9 +17,9 @@
 homepage		http://subversion.tigris.org/
 master_sites		${homepage}/downloads/
 use_bzip2		yes
-checksums               md5 9c7cf517362c1c9332b610339e5cce6b \
-                        sha1 a9c941e2309744f6a2986200698b60da057a7527 \
-                        rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c
+checksums               md5 004b57643406dd10957ec87955702189 \
+                        sha1 1236a32521b4d8c02261cdc567f6a33d9623f51f \
+                        rmd160 ccbe67ebd473c7fed13253e02f4de88d1b7c89c8
 distname		subversion-${version}
 dist_subdir		subversion
 
@@ -31,13 +30,14 @@
 			port:apr port:apr-util \
 			port:db46 port:subversion \
 			path:${prefix}/bin/perl:perl5.8 \
-			port:gettext
+			port:gettext port:libiconv \
+			port:serf
 
 configure.args		--with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \
 			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
 			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
 			--mandir=\\\${prefix}/share/man \
-			--disable-neon-version-check \
+			--disable-neon-version-check --with-serf=${prefix} \
 			--with-perl5=${prefix}/bin/perl
 
 build.target		swig-pl

Modified: trunk/dports/devel/subversion-python25bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python25bindings/Portfile	2008-06-19 16:27:09 UTC (rev 37691)
+++ trunk/dports/devel/subversion-python25bindings/Portfile	2008-06-19 16:53:01 UTC (rev 37692)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			subversion-python25bindings
-version			1.4.6
-revision		1
+version			1.5.0
 categories		devel python
 platforms		darwin
 maintainers		dluke at geeklair.net
@@ -18,9 +17,9 @@
 homepage		http://subversion.tigris.org/
 master_sites		${homepage}/downloads
 use_bzip2		yes
-checksums               md5 9c7cf517362c1c9332b610339e5cce6b \
-                        sha1 a9c941e2309744f6a2986200698b60da057a7527 \
-                        rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c
+checksums               md5 004b57643406dd10957ec87955702189 \
+                        sha1 1236a32521b4d8c02261cdc567f6a33d9623f51f \
+                        rmd160 ccbe67ebd473c7fed13253e02f4de88d1b7c89c8
 distname		subversion-${version}
 dist_subdir		subversion
 
@@ -29,7 +28,8 @@
 			port:db46 port:subversion \
 			port:python25 \
 			port:py25-bsddb \
-			port:gettext
+			port:gettext port:libiconv \
+			port:serf
 
 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_py25/g'"
@@ -42,7 +42,7 @@
 			--with-neon=${prefix} --with-apr=${prefix} \
 			--with-apr-util=${prefix} --without-apxs \
 			--mandir=\\\${prefix}/share/man \
-			--disable-neon-version-check \
+			--disable-neon-version-check --with-serf=${prefix}
 
 configure.env		ac_cv_path_PYTHON=${prefix}/bin/python2.5
 use_parallel_build      yes

Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile	2008-06-19 16:27:09 UTC (rev 37691)
+++ trunk/dports/devel/subversion-rubybindings/Portfile	2008-06-19 16:53:01 UTC (rev 37692)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			subversion-rubybindings
-version			1.4.6
-revision		1
+version			1.5.0
 categories		devel ruby
 platforms		darwin
 maintainers		dluke at geeklair.net
@@ -18,9 +17,9 @@
 homepage		http://subversion.tigris.org/
 master_sites		${homepage}/downloads/
 use_bzip2		yes
-checksums               md5 9c7cf517362c1c9332b610339e5cce6b \
-                        sha1 a9c941e2309744f6a2986200698b60da057a7527 \
-                        rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c
+checksums               md5 004b57643406dd10957ec87955702189 \
+                        sha1 1236a32521b4d8c02261cdc567f6a33d9623f51f \
+                        rmd160 ccbe67ebd473c7fed13253e02f4de88d1b7c89c8
 distname		subversion-${version}
 dist_subdir		subversion
 
@@ -31,14 +30,15 @@
 			port:apr port:apr-util \
 			port:db46 port:subversion \
 			port:ruby \
-			port:gettext
+			port:gettext port:libiconv \
+			port:serf
 
 configure.env		RUBY=${prefix}/bin/ruby
 configure.args		--with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \
 			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
 			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
 			--mandir=\\\${prefix}/share/man \
-			--disable-neon-version-check
+			--disable-neon-version-check --with-serf=${prefix}
 
 build.target		swig-rb
 destroot.target		install-swig-rb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080619/0b6e477a/attachment-0001.htm 


More information about the macports-changes mailing list