[72119] trunk/dports/devel/reinteract

afb at macports.org afb at macports.org
Mon Oct 4 00:34:29 PDT 2010


Revision: 72119
          http://trac.macports.org/changeset/72119
Author:   afb at macports.org
Date:     2010-10-04 00:34:26 -0700 (Mon, 04 Oct 2010)
Log Message:
-----------
reinteract: fix +x11 shebang (#26328)

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

Added Paths:
-----------
    trunk/dports/devel/reinteract/files/
    trunk/dports/devel/reinteract/files/patch-python.diff

Modified: trunk/dports/devel/reinteract/Portfile
===================================================================
--- trunk/dports/devel/reinteract/Portfile	2010-10-04 07:16:00 UTC (rev 72118)
+++ trunk/dports/devel/reinteract/Portfile	2010-10-04 07:34:26 UTC (rev 72119)
@@ -4,6 +4,7 @@
 
 name			reinteract
 version			0.4.1
+revision		1
 categories		devel
 platforms		darwin
 maintainers		afb openmaintainer
@@ -21,6 +22,10 @@
 
 depends_lib		port:python25 port:py25-gtk
 
+patchfiles		patch-python.diff
+
+configure.env		PYTHON=${prefix}/bin/python2.5
+
 variant quartz conflicts x11 description {Enable Quartz rendering} {
     build.target	build-local-app
 

Added: trunk/dports/devel/reinteract/files/patch-python.diff
===================================================================
--- trunk/dports/devel/reinteract/files/patch-python.diff	                        (rev 0)
+++ trunk/dports/devel/reinteract/files/patch-python.diff	2010-10-04 07:34:26 UTC (rev 72119)
@@ -0,0 +1,8 @@
+--- bin/reinteract.in.orig	2008-09-13 17:13:23.000000000 +0200
++++ bin/reinteract.in	2010-10-04 09:27:54.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!@PYTHON@
+ 
+ import os
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101004/16cd93f4/attachment.html>


More information about the macports-changes mailing list