[26530] trunk/dports/sysutils/rpm/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 27 14:28:30 PDT 2007


Revision: 26530
          http://trac.macosforge.org/projects/macports/changeset/26530
Author:   jmpp at macports.org
Date:     2007-06-27 14:28:29 -0700 (Wed, 27 Jun 2007)

Log Message:
-----------


Rework dependencies: having gzip and bzip2 of the port: type is overkill. Also adding an upzip dependency for .zip files.

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

Modified: trunk/dports/sysutils/rpm/Portfile
===================================================================
--- trunk/dports/sysutils/rpm/Portfile	2007-06-27 21:09:24 UTC (rev 26529)
+++ trunk/dports/sysutils/rpm/Portfile	2007-06-27 21:28:29 UTC (rev 26530)
@@ -26,10 +26,11 @@
 depends_lib		lib:libhistory.5:readline port:gettext \
 			lib:libsqlite3.0:sqlite3
 
-depends_run		port:gzip \
-			port:openssl \
-			port:bzip2 \
-			port:perl5.8
+depends_run		port:openssl \
+                        port:perl5.8 \
+			bin:gzip:gzip \
+                        bin:bzip2:bzip2 \
+                        bin:unzip:unzip
 
 build.type		gnu
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070627/2f59b8f9/attachment.html


More information about the macports-changes mailing list