[140084] trunk/dports/textproc/colout/Portfile

g5pw at macports.org g5pw at macports.org
Wed Sep 9 13:08:02 PDT 2015


Revision: 140084
          https://trac.macports.org/changeset/140084
Author:   g5pw at macports.org
Date:     2015-09-09 13:08:02 -0700 (Wed, 09 Sep 2015)
Log Message:
-----------
textproc/colout:
  Make sure we use MacPorts' python interpreter

Modified Paths:
--------------
    trunk/dports/textproc/colout/Portfile

Modified: trunk/dports/textproc/colout/Portfile
===================================================================
--- trunk/dports/textproc/colout/Portfile	2015-09-09 17:02:21 UTC (rev 140083)
+++ trunk/dports/textproc/colout/Portfile	2015-09-09 20:08:02 UTC (rev 140084)
@@ -6,7 +6,7 @@
 PortGroup           python 1.0
 
 github.setup        nojhan colout 0.4 v
-revision            1
+revision            2
 maintainers         g5pw openmaintainer
 
 categories          textproc python
@@ -24,7 +24,7 @@
 python.default_version 34
 
 patch {
-    reinplace -W ${worksrcpath} s/python3/python${python.branch}/ \
+    reinplace -W ${worksrcpath} s|python3|${python.bin}| \
                                         bin/colout \
                                         colout/colout.py \
                                         setup.py \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150909/6cfae3c1/attachment.html>


More information about the macports-changes mailing list