[26736] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 5 11:49:33 PDT 2007


Revision: 26736
          http://trac.macosforge.org/projects/macports/changeset/26736
Author:   afb at macports.org
Date:     2007-07-05 11:49:33 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
do use append for initial depends when there's a PortGroup (jmpp changed his mind when the port broke)

Modified Paths:
--------------
    trunk/dports/python/py-kid/Portfile
    trunk/dports/python/py-yum-metadata-parser/Portfile

Modified: trunk/dports/python/py-kid/Portfile
===================================================================
--- trunk/dports/python/py-kid/Portfile	2007-07-05 18:34:34 UTC (rev 26735)
+++ trunk/dports/python/py-kid/Portfile	2007-07-05 18:49:33 UTC (rev 26736)
@@ -17,7 +17,7 @@
 distname		kid-${version}
 checksums		md5 61545377ea95704852bf5a894f7cae26
 
-depends_lib		port:py-celementtree
+depends_lib-append	port:py-celementtree
 
 test.run		yes
 

Modified: trunk/dports/python/py-yum-metadata-parser/Portfile
===================================================================
--- trunk/dports/python/py-yum-metadata-parser/Portfile	2007-07-05 18:34:34 UTC (rev 26735)
+++ trunk/dports/python/py-yum-metadata-parser/Portfile	2007-07-05 18:49:33 UTC (rev 26736)
@@ -16,8 +16,8 @@
 distname		yum-metadata-parser-${version}
 checksums		md5 19a7bb09aa644be9093d73b5baa71cc3
 
-depends_lib		port:py-sqlite port:glib2 port:libxml2 port:sqlite3
-depends_build		port:pkgconfig
+depends_lib-append	port:py-sqlite port:glib2 port:libxml2 port:sqlite3
+depends_build-append	port:pkgconfig
 
 patchfiles		patch-sqlitecachec.py
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070705/5c782cdc/attachment.html


More information about the macports-changes mailing list