[95585] trunk/dports/textproc/mecab-naist-jdic/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 17 00:06:06 PDT 2012


Revision: 95585
          https://trac.macports.org/changeset/95585
Author:   ryandesign at macports.org
Date:     2012-07-17 00:06:06 -0700 (Tue, 17 Jul 2012)
Log Message:
-----------
mecab-naist-jdic: adjust livecheck.regex: remove unnecessary escaping before "-" ("-" is not special in regex syntax); also match version numbers that do not end in a letter

Modified Paths:
--------------
    trunk/dports/textproc/mecab-naist-jdic/Portfile

Modified: trunk/dports/textproc/mecab-naist-jdic/Portfile
===================================================================
--- trunk/dports/textproc/mecab-naist-jdic/Portfile	2012-07-17 06:57:07 UTC (rev 95584)
+++ trunk/dports/textproc/mecab-naist-jdic/Portfile	2012-07-17 07:06:06 UTC (rev 95585)
@@ -32,4 +32,4 @@
 
 livecheck.type      regex
 livecheck.url       ${homepage}
-livecheck.regex     ${name}\\-(\\d+\\.\\d+\\.\\d+\[a-z\]\\-\\d+)
+livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+\[a-z\]?-\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120717/717415ca/attachment.html>


More information about the macports-changes mailing list