[117753] trunk/dports/python/py-pyqt4/Portfile

michaelld at macports.org michaelld at macports.org
Mon Mar 10 16:40:38 PDT 2014


Revision: 117753
          https://trac.macports.org/changeset/117753
Author:   michaelld at macports.org
Date:     2014-03-10 16:40:38 -0700 (Mon, 10 Mar 2014)
Log Message:
-----------
py*-pyqt4-devel: fix livecheck regex.

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

Modified: trunk/dports/python/py-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py-pyqt4/Portfile	2014-03-10 21:59:34 UTC (rev 117752)
+++ trunk/dports/python/py-pyqt4/Portfile	2014-03-10 23:40:38 UTC (rev 117753)
@@ -276,7 +276,7 @@
     livecheck.type   regex
     livecheck.url    http://www.riverbankcomputing.co.uk/software/pyqt/download
     livecheck.version ${base_version}-snapshot-${snapshot}
-    livecheck.regex  >PyQt-mac-gpl-(\[0-9.\]*-snapshot-\[0-9a-e\]*).tar.gz<
+    livecheck.regex  >PyQt-mac-gpl-(\[0-9.\]*-snapshot-\[0-9a-f\]*).tar.gz<
 
 } else {
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140310/57a17b9e/attachment.html>


More information about the macports-changes mailing list