[30414] trunk/dports/devel/unsermake/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 27 07:28:47 PDT 2007


Revision: 30414
          http://trac.macosforge.org/projects/macports/changeset/30414
Author:   takanori at macports.org
Date:     2007-10-27 07:28:46 -0700 (Sat, 27 Oct 2007)

Log Message:
-----------
Removed unnecessary dependency on coreutils because Tiger and Leopard have it.

Modified Paths:
--------------
    trunk/dports/devel/unsermake/Portfile

Modified: trunk/dports/devel/unsermake/Portfile
===================================================================
--- trunk/dports/devel/unsermake/Portfile	2007-10-27 13:49:15 UTC (rev 30413)
+++ trunk/dports/devel/unsermake/Portfile	2007-10-27 14:28:46 UTC (rev 30414)
@@ -3,6 +3,7 @@
 PortSystem		1.0
 name			unsermake
 version			0.4-20070824
+revision		1
 categories		devel
 maintainers		nomaintainer
 description		Replacement for automake
@@ -18,13 +19,11 @@
 checksums		md5 b794f83bdc3f6205d1fd731da4e96d89
 worksrcdir		${name}
 
-depends_run		port:coreutils \
-			port:py25-zlib \
+depends_run		port:py25-zlib \
 			port:python25
 
 patch		{
 		reinplace "s|exec python|exec ${prefix}/bin/python2.5|" ${worksrcpath}/unsermake
-		reinplace "s|`readlink|`greadlink|" ${worksrcpath}/unsermake
 }
 configure	{}
 build		{}
@@ -41,3 +40,10 @@
 		xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
 		xinstall -m 644 -W ${worksrcpath} COPYING README TODO ${destroot}${prefix}/share/doc/${name}
 }
+
+platform darwin 7 {
+		depends_run-append	port:coreutils
+		post-patch {
+			reinplace "s|`readlink|`greadlink|" ${worksrcpath}/unsermake
+		}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071027/6f2263d9/attachment.html


More information about the macports-changes mailing list