[133389] trunk/dports/lang/python35/Portfile

jwa at macports.org jwa at macports.org
Fri Feb 27 23:23:54 PST 2015


Revision: 133389
          https://trac.macports.org/changeset/133389
Author:   jwa at macports.org
Date:     2015-02-27 23:23:54 -0800 (Fri, 27 Feb 2015)
Log Message:
-----------
python35: change livecheck to catch new test releases

Modified Paths:
--------------
    trunk/dports/lang/python35/Portfile

Modified: trunk/dports/lang/python35/Portfile
===================================================================
--- trunk/dports/lang/python35/Portfile	2015-02-28 04:20:58 UTC (rev 133388)
+++ trunk/dports/lang/python35/Portfile	2015-02-28 07:23:54 UTC (rev 133389)
@@ -170,4 +170,6 @@
 livecheck.type          regex
 #livecheck.url           ${homepage}download/releases/
 livecheck.url           ${homepage}downloads/
-livecheck.regex         Python (${branch}(?:\\.\\d+)*)
+#livecheck.regex         Python (${branch}(?:\\.\\d+)*)
+#regex below just for test releases, proper above
+livecheck.regex         Python (3.5.0\[abrc\]+\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150227/f61a3f70/attachment.html>


More information about the macports-changes mailing list