Revision: 133389 https://trac.macports.org/changeset/133389 Author: jwa@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\]+)