[52273] trunk/dports/devel/midgard2-core/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jun 13 06:04:19 PDT 2009


Revision: 52273
          http://trac.macports.org/changeset/52273
Author:   ryandesign at macports.org
Date:     2009-06-13 06:04:19 -0700 (Sat, 13 Jun 2009)
Log Message:
-----------
midgard2-core: two backslashes before periods in livecheck regex

Modified Paths:
--------------
    trunk/dports/devel/midgard2-core/Portfile

Modified: trunk/dports/devel/midgard2-core/Portfile
===================================================================
--- trunk/dports/devel/midgard2-core/Portfile	2009-06-13 13:03:16 UTC (rev 52272)
+++ trunk/dports/devel/midgard2-core/Portfile	2009-06-13 13:04:19 UTC (rev 52273)
@@ -34,4 +34,4 @@
 
 livecheck.check	regex
 livecheck.url	${homepage}download/9-3
-livecheck.regex	${name}-(\[1-9\]+\\\.\[0-9\]+\\\.\[0-9\]+).tar.\[bg\]z
+livecheck.regex	${name}-(\[1-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tar\\.\[bg\]z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090613/c327acd9/attachment.html>


More information about the macports-changes mailing list