[95583] trunk/dports/math/opal-ml/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 16 23:56:13 PDT 2012


Revision: 95583
          https://trac.macports.org/changeset/95583
Author:   ryandesign at macports.org
Date:     2012-07-16 23:56:13 -0700 (Mon, 16 Jul 2012)
Log Message:
-----------
opal-ml: adjust livecheck.regex: remove unnecessary escaping before "-" ("-" is not special in regex syntax); add necessary escaping before "." ("." is special in regex syntax)

Modified Paths:
--------------
    trunk/dports/math/opal-ml/Portfile

Modified: trunk/dports/math/opal-ml/Portfile
===================================================================
--- trunk/dports/math/opal-ml/Portfile	2012-07-17 06:50:48 UTC (rev 95582)
+++ trunk/dports/math/opal-ml/Portfile	2012-07-17 06:56:13 UTC (rev 95583)
@@ -39,4 +39,4 @@
 
 livecheck.type      regex
 livecheck.url       ${homepage}
-livecheck.regex     {opal-(\d+\-\d+\-\d+).tar}
+livecheck.regex     {opal-(\d+-\d+-\d+)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120716/bb9e4340/attachment.html>


More information about the macports-changes mailing list