[36181] trunk/dports/x11/tango-icon-theme

ryandesign at macports.org ryandesign at macports.org
Sun Apr 20 22:50:12 PDT 2008


Revision: 36181
          http://trac.macosforge.org/projects/macports/changeset/36181
Author:   ryandesign at macports.org
Date:     2008-04-20 22:50:12 -0700 (Sun, 20 Apr 2008)

Log Message:
-----------
tango-icon-theme & tango-icon-theme-extras: fix escaping in livecheck.regex

Modified Paths:
--------------
    trunk/dports/x11/tango-icon-theme/Portfile
    trunk/dports/x11/tango-icon-theme-extras/Portfile

Modified: trunk/dports/x11/tango-icon-theme/Portfile
===================================================================
--- trunk/dports/x11/tango-icon-theme/Portfile	2008-04-21 05:46:22 UTC (rev 36180)
+++ trunk/dports/x11/tango-icon-theme/Portfile	2008-04-21 05:50:12 UTC (rev 36181)
@@ -27,7 +27,7 @@
 universal_variant no
 
 livecheck.check regex
-livecheck.regex  ${name}-(\[0-9\]+.\[0-9\]+.\[0-9\]+).tar.gz
+livecheck.regex  ${name}-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz
 
 variant big_icons description {create 48,64,72,96,128 pixels icons; implies 20Mo more of png files} {
         configure.args-append --enable-png-creation

Modified: trunk/dports/x11/tango-icon-theme-extras/Portfile
===================================================================
--- trunk/dports/x11/tango-icon-theme-extras/Portfile	2008-04-21 05:46:22 UTC (rev 36180)
+++ trunk/dports/x11/tango-icon-theme-extras/Portfile	2008-04-21 05:50:12 UTC (rev 36181)
@@ -27,7 +27,7 @@
 universal_variant   no
 
 livecheck.check regex
-livecheck.regex  ${name}-(\[0-9\]+.\[0-9\]+.\[0-9\]+)
+livecheck.regex  ${name}-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)
 
 variant big_icons description {create 32,48,64,72,96,128 pixels icons from the scalable version } {
 	configure.args-append --enable-png-creation

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080420/cd520621/attachment-0001.html


More information about the macports-changes mailing list