[29229] trunk/dports/net/deluge/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 18 01:53:08 PDT 2007


Revision: 29229
          http://trac.macosforge.org/projects/macports/changeset/29229
Author:   rhwood at macports.org
Date:     2007-09-18 01:53:08 -0700 (Tue, 18 Sep 2007)

Log Message:
-----------
Add post-extract phase per ticket:12731

Modified Paths:
--------------
    trunk/dports/net/deluge/Portfile

Modified: trunk/dports/net/deluge/Portfile
===================================================================
--- trunk/dports/net/deluge/Portfile	2007-09-18 08:43:35 UTC (rev 29228)
+++ trunk/dports/net/deluge/Portfile	2007-09-18 08:53:08 UTC (rev 29229)
@@ -5,6 +5,7 @@
 
 name		deluge
 version     0.5.5
+revision	1
 categories-append   net gnome
 maintainers rhwood openmaintainer
 description	A GNOME BitTorrent client.
@@ -32,4 +33,8 @@
 	PYTHON_CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
 	PYTHON_LDFLAGS=-L${prefix}/lib \
 	CFLAGS="-I${prefix}/include -I${prefix}/include/boost"
+	
+post-extract {
+	reinplace "s|'python',|'python' + py_version,|" ${worksrcpath}/src/common.py
+}
 

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


More information about the macports-changes mailing list