[22930] trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 19 06:55:16 PDT 2007


Revision: 22930
          http://trac.macosforge.org/projects/macports/changeset/22930
Author:   dluke at macports.org
Date:     2007-03-19 06:55:15 -0700 (Mon, 19 Mar 2007)

Log Message:
-----------
Add missing dependency on gettext port (for libintl) to the subversion ports

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

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
f2dd1c64-7982-4318-98ce-263798263e0a:/local:23080
   + 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
f2dd1c64-7982-4318-98ce-263798263e0a:/local:23083

Modified: trunk/dports/devel/subversion/Portfile
===================================================================
--- trunk/dports/devel/subversion/Portfile	2007-03-19 13:43:35 UTC (rev 22929)
+++ trunk/dports/devel/subversion/Portfile	2007-03-19 13:55:15 UTC (rev 22930)
@@ -18,7 +18,8 @@
 
 depends_lib		port:expat port:neon \
 			port:apr port:apr-util \
-			port:db44
+			port:db44 \
+			port:gettext
 
 test.run		yes
 test.target		check

Modified: trunk/dports/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile	2007-03-19 13:43:35 UTC (rev 22929)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile	2007-03-19 13:55:15 UTC (rev 22930)
@@ -23,7 +23,8 @@
 depends_lib		port:expat port:neon \
 			port:apr port:apr-util \
 			port:db44 port:subversion \
-			port:junit
+			port:junit \
+			port:gettext
 
 configure.env		CXX=g++
 

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile	2007-03-19 13:43:35 UTC (rev 22929)
+++ trunk/dports/devel/subversion-perlbindings/Portfile	2007-03-19 13:55:15 UTC (rev 22930)
@@ -25,7 +25,8 @@
 depends_lib		port:expat port:neon \
 			port:apr port:apr-util \
 			port:db44 port:subversion \
-			path:${prefix}/bin/perl:perl5.8
+			path:${prefix}/bin/perl:perl5.8 \
+			port:gettext
 
 configure.args		--with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \
 			--with-neon=${prefix} --with-apr=${prefix} \

Modified: trunk/dports/devel/subversion-pythonbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-pythonbindings/Portfile	2007-03-19 13:43:35 UTC (rev 22929)
+++ trunk/dports/devel/subversion-pythonbindings/Portfile	2007-03-19 13:55:15 UTC (rev 22930)
@@ -23,7 +23,8 @@
 			port:apr port:apr-util \
 			port:db44 port:subversion \
 			path:${prefix}/bin/python:python24 \
-			port:py-bsddb
+			port:py-bsddb \ 
+			port:gettext
 
 configure.args		--with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \
 			--with-neon=${prefix} --with-apr=${prefix} \

Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile	2007-03-19 13:43:35 UTC (rev 22929)
+++ trunk/dports/devel/subversion-rubybindings/Portfile	2007-03-19 13:55:15 UTC (rev 22930)
@@ -26,7 +26,8 @@
 depends_lib		port:expat port:neon \
 			port:apr port:apr-util \
 			port:db44 port:subversion \
-			port:ruby
+			port:ruby \
+			port:gettext
 
 configure.env		RUBY=${prefix}/bin/ruby
 configure.args		--with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070319/929198b4/attachment.html


More information about the macports-changes mailing list