[55239] trunk/dports/devel/json-glib/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Aug 7 14:20:05 PDT 2009


Revision: 55239
          http://trac.macports.org/changeset/55239
Author:   ryandesign at macports.org
Date:     2009-08-07 14:20:05 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
json-glib: fix escaping of period in livecheck regex

Modified Paths:
--------------
    trunk/dports/devel/json-glib/Portfile

Modified: trunk/dports/devel/json-glib/Portfile
===================================================================
--- trunk/dports/devel/json-glib/Portfile	2009-08-07 21:19:45 UTC (rev 55238)
+++ trunk/dports/devel/json-glib/Portfile	2009-08-07 21:20:05 UTC (rev 55239)
@@ -25,4 +25,4 @@
 
 livecheck.check     regex
 livecheck.url       http://folks.o-hand.com/~ebassi/sources/
-livecheck.regex     ${name}-(\[0-9.\]+)\\.tar.gz
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar\\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/7cc14c8d/attachment.html>


More information about the macports-changes mailing list