[20592] trunk/dports/devel
source_changes at macosforge.org
source_changes at macosforge.org
Wed Nov 8 09:40:14 PST 2006
Revision: 20592
http://trac.macosforge.org/projects/macports/changeset/20592
Author: dluke at macports.org
Date: 2006-11-08 09:40:14 -0800 (Wed, 08 Nov 2006)
Log Message:
-----------
Version bump, update subversion-*bindings ports to 1.4.2
Modified Paths:
--------------
trunk/dports/devel/subversion-javahlbindings/Portfile
trunk/dports/devel/subversion-perlbindings/Portfile
trunk/dports/devel/subversion-pythonbindings/Portfile
trunk/dports/devel/subversion-rubybindings/Portfile
Modified: trunk/dports/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile 2006-11-08 17:37:17 UTC (rev 20591)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile 2006-11-08 17:40:14 UTC (rev 20592)
@@ -2,7 +2,7 @@
PortSystem 1.0
name subversion-javahlbindings
-version 1.4.0
+version 1.4.2
categories devel java
platforms darwin
maintainers dluke at geeklair.net
@@ -16,18 +16,18 @@
homepage http://subversion.tigris.org/
master_sites http://subversion.tigris.org/tarballs/
use_bzip2 yes
-checksums md5 f0c5fef69fccfb12ef6c8598f484ed0e
+checksums md5 edebb06afb3266d09e75f728a8259677
distname subversion-${version}
dist_subdir subversion
depends_lib port:expat port:neon \
port:apr port:apr-util \
- port:db4 port:subversion \
+ port:db44 port:subversion \
port:junit
configure.env CXX=g++
-configure.args --with-berkeley-db=${prefix}/include/db4:${prefix}/lib \
+configure.args --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \
--with-neon=${prefix} --with-apr=${prefix} \
--with-apr-util=${prefix} --without-apxs \
--mandir=\\\${prefix}/share/man \
@@ -59,8 +59,8 @@
${worksrcpath}/libtool
}
-variant no_bdb { depends_lib-delete port:db4 port:py-bsddb
- configure.args-delete --with-berkeley-db=${prefix}/include/db4:${prefix}/lib
+variant no_bdb { depends_lib-delete port:db44 port:py-bsddb
+ configure.args-delete --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44
configure.args-append --without-berkeley-db
}
Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile 2006-11-08 17:37:17 UTC (rev 20591)
+++ trunk/dports/devel/subversion-perlbindings/Portfile 2006-11-08 17:40:14 UTC (rev 20592)
@@ -2,7 +2,7 @@
PortSystem 1.0
name subversion-perlbindings
-version 1.4.0
+version 1.4.2
categories devel perl
maintainers dluke at geeklair.net
description Perl bindings for the subversion version control system.
@@ -15,7 +15,7 @@
homepage http://subversion.tigris.org/
master_sites http://subversion.tigris.org/downloads/
use_bzip2 yes
-checksums md5 f0c5fef69fccfb12ef6c8598f484ed0e
+checksums md5 edebb06afb3266d09e75f728a8259677
distname subversion-${version}
dist_subdir subversion
@@ -24,10 +24,10 @@
depends_lib port:expat port:neon \
port:apr port:apr-util \
- port:db4 port:subversion \
+ port:db44 port:subversion \
path:${prefix}/bin/perl:perl5.8
-configure.args --with-berkeley-db=${prefix}/include/db4:${prefix}/lib \
+configure.args --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \
--with-neon=${prefix} --with-apr=${prefix} \
--with-apr-util=${prefix} --without-apxs \
--mandir=\\\${prefix}/share/man \
@@ -49,8 +49,8 @@
${worksrcpath}/libtool
}
-variant no_bdb { depends_lib-delete port:db4 port:py-bsddb
- configure.args-delete --with-berkeley-db=${prefix}/include/db4:${prefix}/lib
+variant no_bdb { depends_lib-delete port:db44 port:py-bsddb
+ configure.args-delete --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44
configure.args-append --without-berkeley-db
}
Modified: trunk/dports/devel/subversion-pythonbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-pythonbindings/Portfile 2006-11-08 17:37:17 UTC (rev 20591)
+++ trunk/dports/devel/subversion-pythonbindings/Portfile 2006-11-08 17:40:14 UTC (rev 20592)
@@ -2,7 +2,7 @@
PortSystem 1.0
name subversion-pythonbindings
-version 1.4.0
+version 1.4.2
categories devel python
maintainers dluke at geeklair.net
description Python bindings for the subversion version control system.
@@ -15,17 +15,17 @@
homepage http://subversion.tigris.org/
master_sites http://subversion.tigris.org/tarballs/
use_bzip2 yes
-checksums md5 f0c5fef69fccfb12ef6c8598f484ed0e
+checksums md5 edebb06afb3266d09e75f728a8259677
distname subversion-${version}
dist_subdir subversion
depends_lib port:expat port:neon \
port:apr port:apr-util \
- port:db4 port:subversion \
+ port:db44 port:subversion \
path:${prefix}/bin/python:python24 \
port:py-bsddb
-configure.args --with-berkeley-db=${prefix}/include/db4:${prefix}/lib \
+configure.args --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \
--with-neon=${prefix} --with-apr=${prefix} \
--with-apr-util=${prefix} --without-apxs \
--mandir=\\\${prefix}/share/man \
@@ -47,8 +47,8 @@
${worksrcpath}/libtool
}
-variant no_bdb { depends_lib-delete port:db4 port:py-bsddb
- configure.args-delete --with-berkeley-db=${prefix}/include/db4:${prefix}/lib
+variant no_bdb { depends_lib-delete port:db44 port:py-bsddb
+ configure.args-delete --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44
configure.args-append --without-berkeley-db
}
Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile 2006-11-08 17:37:17 UTC (rev 20591)
+++ trunk/dports/devel/subversion-rubybindings/Portfile 2006-11-08 17:40:14 UTC (rev 20592)
@@ -2,7 +2,7 @@
PortSystem 1.0
name subversion-rubybindings
-version 1.4.0
+version 1.4.2
categories devel ruby
maintainers dluke at geeklair.net
description Ruby bindings for the subversion version control system.
@@ -15,7 +15,7 @@
homepage http://subversion.tigris.org/
master_sites http://subversion.tigris.org/downloads/
use_bzip2 yes
-checksums md5 f0c5fef69fccfb12ef6c8598f484ed0e
+checksums md5 edebb06afb3266d09e75f728a8259677
distname subversion-${version}
dist_subdir subversion
@@ -25,11 +25,11 @@
depends_lib port:expat port:neon \
port:apr port:apr-util \
- port:db4 port:subversion \
+ port:db44 port:subversion \
port:ruby
configure.env RUBY=${prefix}/bin/ruby
-configure.args --with-berkeley-db=${prefix}/include/db4:${prefix}/lib \
+configure.args --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \
--with-neon=${prefix} --with-apr=${prefix} \
--with-apr-util=${prefix} --without-apxs \
--mandir=\\\${prefix}/share/man \
@@ -46,8 +46,8 @@
${worksrcpath}/libtool
}
-variant no_bdb { depends_lib-delete port:db4 port:py-bsddb
- configure.args-delete --with-berkeley-db=${prefix}/include/db4:${prefix}/lib
+variant no_bdb { depends_lib-delete port:db44 port:py-bsddb
+ configure.args-delete --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44
configure.args-append --without-berkeley-db
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061108/91c9196b/attachment.html
More information about the macports-changes
mailing list