[34579] trunk/dports/sysutils/duplicity/Portfile

ram at macports.org ram at macports.org
Thu Feb 28 10:14:37 PST 2008


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

Log Message:
-----------
sysutils/duplicity: correct livecheck regular expression

Modified Paths:
--------------
    trunk/dports/sysutils/duplicity/Portfile

Modified: trunk/dports/sysutils/duplicity/Portfile
===================================================================
--- trunk/dports/sysutils/duplicity/Portfile	2008-02-28 18:14:31 UTC (rev 34578)
+++ trunk/dports/sysutils/duplicity/Portfile	2008-02-28 18:14:36 UTC (rev 34579)
@@ -41,4 +41,4 @@
 
 livecheck.check   regex
 livecheck.url     ${homepage}
-livecheck.regex   "The current release is (\[0-9\]+\.\[0-9\]+\.\[0-9\]+)"
+livecheck.regex   {The current release is ([0-9]+\.[0-9]+\.[0-9]+)}

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


More information about the macports-changes mailing list