[34592] trunk/dports/science/libframe/Portfile

ram at macports.org ram at macports.org
Thu Feb 28 15:20:43 PST 2008


Revision: 34592
          http://trac.macosforge.org/projects/macports/changeset/34592
Author:   ram at macports.org
Date:     2008-02-28 15:20:42 -0800 (Thu, 28 Feb 2008)

Log Message:
-----------
science/libframe: no need to escape "-" in regular expression

Modified Paths:
--------------
    trunk/dports/science/libframe/Portfile

Modified: trunk/dports/science/libframe/Portfile
===================================================================
--- trunk/dports/science/libframe/Portfile	2008-02-28 22:59:11 UTC (rev 34591)
+++ trunk/dports/science/libframe/Portfile	2008-02-28 23:20:42 UTC (rev 34592)
@@ -32,5 +32,5 @@
 
 livecheck.check regex
 livecheck.url   ${root_url}
-livecheck.regex {release-([0-9]+\-[0-9]+)}
+livecheck.regex {release-([0-9]+-[0-9]+)}
 livecheck.version ${major}-${minor}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080228/f4e2d9b7/attachment.html 


More information about the macports-changes mailing list