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

g5pw at macports.org g5pw at macports.org
Wed Sep 17 06:40:55 PDT 2014


Revision: 125429
          https://trac.macports.org/changeset/125429
Author:   g5pw at macports.org
Date:     2014-09-17 06:40:55 -0700 (Wed, 17 Sep 2014)
Log Message:
-----------
textproc/colout:
  use python34
  add license
  disable livecheck (upstream tagged 0.11 instead of 0.1.1, so version check fails)

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

Modified: trunk/dports/textproc/colout/Portfile
===================================================================
--- trunk/dports/textproc/colout/Portfile	2014-09-17 13:30:45 UTC (rev 125428)
+++ trunk/dports/textproc/colout/Portfile	2014-09-17 13:40:55 UTC (rev 125429)
@@ -15,17 +15,20 @@
                     PATTERN in given and STYLE.
 
 platforms           darwin
+license             GPL-3
 
 checksums           rmd160  039011f4838db54eaa5fc59c7ef7805f79a95284 \
                     sha256  91cfc982ecb0d88bf484bb4f7f6dc61f57005883ca280d354c2a5683f7b9459e
 
-python.default_version 33
+python.default_version 34
 
 patch {
-    reinplace s/python3/python3.3/ bin/colout \
+    reinplace s/python3/python${python.branch}/ bin/colout \
                                         colout/colout.py \
                                         setup.py \
                                         README.md
 }
 
+livecheck.type      none
+
 python.link_binaries_suffix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140917/7e6f5b64/attachment.html>


More information about the macports-changes mailing list