[35274] trunk/dports/python

akira at macports.org akira at macports.org
Sun Mar 23 08:34:19 PDT 2008


Revision: 35274
          http://trac.macosforge.org/projects/macports/changeset/35274
Author:   akira at macports.org
Date:     2008-03-23 08:34:18 -0700 (Sun, 23 Mar 2008)

Log Message:
-----------
Fixed doc bin conflicts

Modified Paths:
--------------
    trunk/dports/python/py-twisted/Portfile
    trunk/dports/python/py25-twisted/Portfile

Modified: trunk/dports/python/py-twisted/Portfile
===================================================================
--- trunk/dports/python/py-twisted/Portfile	2008-03-23 15:26:41 UTC (rev 35273)
+++ trunk/dports/python/py-twisted/Portfile	2008-03-23 15:34:18 UTC (rev 35274)
@@ -5,6 +5,7 @@
 
 name			py-twisted
 version			2.5.0
+revision		1
 categories		python devel net
 maintainers		olv.bonnet at free.fr
 description		An event-based Python framework for internet applications
@@ -24,5 +25,11 @@
 
 build		{}
 
+post-destroot {
+	foreach f [glob -directory ${destroot}/${prefix}/bin *] {
+		move $f ${destroot}${prefix}/bin/[file tail $f]2.4
+	}
+}
+
 destroot.env	"PYTHONPATH=\$PYTHONPATH:${destroot}${python.pkgd}"
 

Modified: trunk/dports/python/py25-twisted/Portfile
===================================================================
--- trunk/dports/python/py25-twisted/Portfile	2008-03-23 15:26:41 UTC (rev 35273)
+++ trunk/dports/python/py25-twisted/Portfile	2008-03-23 15:34:18 UTC (rev 35274)
@@ -5,6 +5,7 @@
 
 name			py25-twisted
 version			2.5.0
+revision		1
 categories		python devel net
 maintainers		stechert at macports.org
 description		An event-based Python framework for internet applications
@@ -24,5 +25,11 @@
 
 build		{}
 
+post-destroot {
+	foreach f [glob -directory ${destroot}/${prefix}/bin *] {
+		move $f ${destroot}${prefix}/bin/[file tail $f]2.5
+	}
+}
+
 destroot.env	"PYTHONPATH=\$PYTHONPATH:${destroot}${python.pkgd}"
 

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


More information about the macports-changes mailing list