[53648] trunk/dports/python/py25-xattr/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 10 15:01:27 PDT 2009


Revision: 53648
          http://trac.macports.org/changeset/53648
Author:   ryandesign at macports.org
Date:     2009-07-10 15:01:26 -0700 (Fri, 10 Jul 2009)
Log Message:
-----------
py25-xattr: fix use of backslash before period in livecheck

Modified Paths:
--------------
    trunk/dports/python/py25-xattr/Portfile

Modified: trunk/dports/python/py25-xattr/Portfile
===================================================================
--- trunk/dports/python/py25-xattr/Portfile	2009-07-10 21:36:01 UTC (rev 53647)
+++ trunk/dports/python/py25-xattr/Portfile	2009-07-10 22:01:26 UTC (rev 53648)
@@ -32,4 +32,4 @@
 
 livecheck.check     regex
 livecheck.url       http://svn.red-bean.com/bob/xattr/releases/
-livecheck.regex     xattr-(\[0-9\.\]+)
+livecheck.regex     xattr-(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090710/ff10bcc0/attachment.html>


More information about the macports-changes mailing list