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

g5pw at macports.org g5pw at macports.org
Mon Oct 21 02:08:30 PDT 2013


Revision: 112364
          https://trac.macports.org/changeset/112364
Author:   g5pw at macports.org
Date:     2013-10-21 02:08:30 -0700 (Mon, 21 Oct 2013)
Log Message:
-----------
textproc/colout:
  use python3.3 and reinplace calls to python3
  revbump to rebuild

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

Modified: trunk/dports/textproc/colout/Portfile
===================================================================
--- trunk/dports/textproc/colout/Portfile	2013-10-21 08:58:59 UTC (rev 112363)
+++ trunk/dports/textproc/colout/Portfile	2013-10-21 09:08:30 UTC (rev 112364)
@@ -6,6 +6,7 @@
 PortGroup           python 1.0
 
 github.setup        nojhan colout 0.3 v
+revision            1
 maintainers         g5pw opwnmaintainer
 
 categories          textproc python
@@ -19,6 +20,13 @@
 checksums           rmd160  66a96d8d25f5011c272ee96f9210f6a7397e2d55 \
                     sha256  e32b0ad107237ad4720b5cf752a70371797eb2599ce7f238fe98b1e3e3bff1ba
 
-python.default_version 27
+python.default_version 33
 
+patch {
+    reinplace s/python3/python3.3/ bin/colout \
+                                        colout/colout.py \
+                                        setup.py \
+                                        README.md
+}
+
 python.link_binaries_suffix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131021/606f018b/attachment.html>


More information about the macports-changes mailing list