[34575] trunk/dports/python

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


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

Log Message:
-----------
py-paramiko/py25-paramiko: correct livecheck regular expression

Modified Paths:
--------------
    trunk/dports/python/py-paramiko/Portfile
    trunk/dports/python/py25-paramiko/Portfile

Modified: trunk/dports/python/py-paramiko/Portfile
===================================================================
--- trunk/dports/python/py-paramiko/Portfile	2008-02-28 18:14:10 UTC (rev 34574)
+++ trunk/dports/python/py-paramiko/Portfile	2008-02-28 18:14:16 UTC (rev 34575)
@@ -35,4 +35,4 @@
 
 livecheck.check   regex
 livecheck.url     ${homepage}
-livecheck.regex   "paramiko (\[0-9\]+\.\[0-9\]+\.\[0-9\]+)"
+livecheck.regex   {paramiko ([0-9]+\.[0-9]+\.[0-9]+)}

Modified: trunk/dports/python/py25-paramiko/Portfile
===================================================================
--- trunk/dports/python/py25-paramiko/Portfile	2008-02-28 18:14:10 UTC (rev 34574)
+++ trunk/dports/python/py25-paramiko/Portfile	2008-02-28 18:14:16 UTC (rev 34575)
@@ -35,4 +35,4 @@
 
 livecheck.check   regex
 livecheck.url     ${homepage}
-livecheck.regex   "paramiko (\[0-9\]+\.\[0-9\]+\.\[0-9\]+)"
+livecheck.regex   {paramiko ([0-9]+\.[0-9]+\.[0-9]+)}

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


More information about the macports-changes mailing list