[47476] trunk/dports/lang/pure/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 28 02:24:35 PST 2009


Revision: 47476
          http://trac.macports.org/changeset/47476
Author:   ryandesign at macports.org
Date:     2009-02-28 02:24:35 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
pure: fix livecheck to catch versions that end with letters

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

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2009-02-28 10:21:17 UTC (rev 47475)
+++ trunk/dports/lang/pure/Portfile	2009-02-28 10:24:35 UTC (rev 47476)
@@ -57,4 +57,4 @@
 
 livecheck.check         regex
 livecheck.url           http://code.google.com/p/pure-lang/downloads/list
-livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
+livecheck.regex         ${name}-(\[0-9.\]+\[a-z\]*)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090228/719c2d20/attachment.html>


More information about the macports-changes mailing list