[95586] trunk/dports/textproc

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


Revision: 95586
          https://trac.macports.org/changeset/95586
Author:   ryandesign at macports.org
Date:     2012-07-17 00:06:45 -0700 (Tue, 17 Jul 2012)
Log Message:
-----------
mecab-ipadic, mecab-jumandic: adjust livecheck.regex: remove unnecessary escaping before "-" ("-" is not special in regex syntax)

Modified Paths:
--------------
    trunk/dports/textproc/mecab-ipadic/Portfile
    trunk/dports/textproc/mecab-jumandic/Portfile

Modified: trunk/dports/textproc/mecab-ipadic/Portfile
===================================================================
--- trunk/dports/textproc/mecab-ipadic/Portfile	2012-07-17 07:06:06 UTC (rev 95585)
+++ trunk/dports/textproc/mecab-ipadic/Portfile	2012-07-17 07:06:45 UTC (rev 95586)
@@ -29,4 +29,4 @@
 
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/mecab/files/mecab-${dicname}
-livecheck.regex     {(\d+\.\d+\.\d+\-\d+)}
+livecheck.regex     {(\d+\.\d+\.\d+-\d+)}

Modified: trunk/dports/textproc/mecab-jumandic/Portfile
===================================================================
--- trunk/dports/textproc/mecab-jumandic/Portfile	2012-07-17 07:06:06 UTC (rev 95585)
+++ trunk/dports/textproc/mecab-jumandic/Portfile	2012-07-17 07:06:45 UTC (rev 95586)
@@ -30,4 +30,4 @@
 
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/mecab/files/mecab-${dicname}
-livecheck.regex     {(\d+\.\d+\-\d+)}
+livecheck.regex     {(\d+\.\d+-\d+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120717/d7cee494/attachment.html>


More information about the macports-changes mailing list