[30957] trunk/dports/python/py-ro/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 12 02:51:38 PST 2007


Revision: 30957
          http://trac.macosforge.org/projects/macports/changeset/30957
Author:   mww at macports.org
Date:     2007-11-12 02:51:37 -0800 (Mon, 12 Nov 2007)

Log Message:
-----------
version 3.7, remove 'cd' command

Modified Paths:
--------------
    trunk/dports/python/py-ro/Portfile

Modified: trunk/dports/python/py-ro/Portfile
===================================================================
--- trunk/dports/python/py-ro/Portfile	2007-11-12 10:24:46 UTC (rev 30956)
+++ trunk/dports/python/py-ro/Portfile	2007-11-12 10:51:37 UTC (rev 30957)
@@ -4,7 +4,7 @@
 PortGroup python24 1.0
 
 name			py-ro
-version			3.5
+version			3.7
 categories		python devel
 maintainers		nomaintainer
 platforms		darwin
@@ -21,7 +21,7 @@
 homepage		http://pyro.sourceforge.net/
 master_sites	sourceforge:pyro
 distname		Pyro-${version}
-checksums		md5 6d62a88521617041775057de9e8c6b93
+checksums		sha1 f5c42e451950b9b6c05f0769ced576ed18cad3c0
 patchfiles		patch-setup.cfg.diff
 
 post-patch	{
@@ -29,9 +29,9 @@
 }
 
 post-build	{
-	cd ${worksrcpath}/bin
-	reinplace "s|python|${python.bin}|g" \
-		es esd genguid ns nsc nsd rns wxnsc xnsc
+	foreach f [glob -directory ${worksrcpath}/bin *] {
+		reinplace "s|python|${python.bin}|g" ${f}
+	}
 }
 
 post-destroot	{

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


More information about the macports-changes mailing list