[68050] trunk/dports/sysutils/createrepo/Portfile

afb at macports.org afb at macports.org
Tue May 25 10:09:56 PDT 2010


Revision: 68050
          http://trac.macports.org/changeset/68050
Author:   afb at macports.org
Date:     2010-05-25 10:09:54 -0700 (Tue, 25 May 2010)
Log Message:
-----------
add missing py-libxml2 dependency (#25026)

Modified Paths:
--------------
    trunk/dports/sysutils/createrepo/Portfile

Modified: trunk/dports/sysutils/createrepo/Portfile
===================================================================
--- trunk/dports/sysutils/createrepo/Portfile	2010-05-25 16:47:50 UTC (rev 68049)
+++ trunk/dports/sysutils/createrepo/Portfile	2010-05-25 17:09:54 UTC (rev 68050)
@@ -4,6 +4,7 @@
 
 name			createrepo
 version			0.4.11
+revision		1
 categories		sysutils
 platforms		darwin
 maintainers		afb
@@ -21,7 +22,7 @@
 			patch-dumpMetadata.py patch-genpkgmetadata.py \
 			patch-readMetadata.py patch-modifyrepo.py
 
-depends_run		port:python24 port:rpm port:py-yum-metadata-parser
+depends_run		port:python24 port:rpm port:py-libxml2 port:py-yum-metadata-parser
 # this should be depends_test:
 depends_build	port:py-checker
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100525/ebb7e308/attachment.html>


More information about the macports-changes mailing list