[110790] trunk/dports/python/py-pyvttbl/Portfile

stromnov at macports.org stromnov at macports.org
Thu Sep 5 23:29:04 PDT 2013


Revision: 110790
          https://trac.macports.org/changeset/110790
Author:   stromnov at macports.org
Date:     2013-09-05 23:29:03 -0700 (Thu, 05 Sep 2013)
Log Message:
-----------
py-pyvttbl: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-pyvttbl/Portfile

Modified: trunk/dports/python/py-pyvttbl/Portfile
===================================================================
--- trunk/dports/python/py-pyvttbl/Portfile	2013-09-06 06:25:21 UTC (rev 110789)
+++ trunk/dports/python/py-pyvttbl/Portfile	2013-09-06 06:29:03 UTC (rev 110790)
@@ -33,9 +33,10 @@
     depends_lib-append  port:py${python.version}-numpy \
                         port:py${python.version}-scipy \
                         port:py${python.version}-matplotlib
+
     livecheck.type      none
 } else {
     livecheck.type      regex
     livecheck.url       ${master_sites}
-    livecheck.regex     "pyvttbl-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.regex     {pyvttbl-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130905/424bca95/attachment.html>


More information about the macports-changes mailing list