[28138] trunk/dports/devel/unsermake/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Aug 22 01:11:23 PDT 2007
Revision: 28138
http://trac.macosforge.org/projects/macports/changeset/28138
Author: takanori at macports.org
Date: 2007-08-22 01:11:23 -0700 (Wed, 22 Aug 2007)
Log Message:
-----------
Use python25 instead of python24.
Modified Paths:
--------------
trunk/dports/devel/unsermake/Portfile
Modified: trunk/dports/devel/unsermake/Portfile
===================================================================
--- trunk/dports/devel/unsermake/Portfile 2007-08-22 08:00:14 UTC (rev 28137)
+++ trunk/dports/devel/unsermake/Portfile 2007-08-22 08:11:23 UTC (rev 28138)
@@ -3,6 +3,7 @@
PortSystem 1.0
name unsermake
version 0.4-20060316
+revision 1
categories devel
maintainers nomaintainer at macports.org
description Replacement for automake
@@ -18,9 +19,12 @@
checksums md5 ec3029827e23a6672d58bb9f37502d8c
worksrcdir ${name}
-depends_run bin:python:python24 port:coreutils
+depends_run port:coreutils \
+ port:py25-zlib \
+ port:python25
patch {
+ reinplace "s|python |python2.5 |" ${worksrcpath}/unsermake
reinplace "s|`readlink|`greadlink|" ${worksrcpath}/unsermake
}
configure {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070822/c3ea95eb/attachment.html
More information about the macports-changes
mailing list