[34580] trunk/dports/devel/bzrtools/Portfile

ram at macports.org ram at macports.org
Thu Feb 28 10:18:21 PST 2008


Revision: 34580
          http://trac.macosforge.org/projects/macports/changeset/34580
Author:   ram at macports.org
Date:     2008-02-28 10:18:20 -0800 (Thu, 28 Feb 2008)

Log Message:
-----------
devel/bzrtools: no need to escape . outside of regular expression

Modified Paths:
--------------
    trunk/dports/devel/bzrtools/Portfile

Modified: trunk/dports/devel/bzrtools/Portfile
===================================================================
--- trunk/dports/devel/bzrtools/Portfile	2008-02-28 18:14:36 UTC (rev 34579)
+++ trunk/dports/devel/bzrtools/Portfile	2008-02-28 18:18:20 UTC (rev 34580)
@@ -33,4 +33,4 @@
 
 livecheck.check regex
 livecheck.url   ${homepage}
-livecheck.regex {bzrtools-([0-9]+\.[0-9]+\.[0-9]+)\.tar\.gz}
+livecheck.regex {bzrtools-([0-9]+\.[0-9]+\.[0-9]+).tar.gz}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080228/69e80ea1/attachment.html 


More information about the macports-changes mailing list