[60110] trunk/dports/devel/bzr/Portfile
raimue at macports.org
raimue at macports.org
Mon Nov 2 04:37:22 PST 2009
Revision: 60110
http://trac.macports.org/changeset/60110
Author: raimue at macports.org
Date: 2009-11-02 04:37:19 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
devel/bzr:
Better livecheck regex
Modified Paths:
--------------
trunk/dports/devel/bzr/Portfile
Modified: trunk/dports/devel/bzr/Portfile
===================================================================
--- trunk/dports/devel/bzr/Portfile 2009-11-02 12:24:42 UTC (rev 60109)
+++ trunk/dports/devel/bzr/Portfile 2009-11-02 12:37:19 UTC (rev 60110)
@@ -49,5 +49,6 @@
universal_variant no
livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex {Bazaar (\d+(?:\.\d+)*) was released}
+livecheck.url http://feeds.launchpad.net/bzr/announcements.atom
+# Pre-releases end with b[0-9]+ or rc[0-9]+
+livecheck.regex {(?:bzr |bzr-|Bazaar |bazaar )(\d+(?:\.\d+)*) [rR]eleased}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091102/ed57b2a9/attachment.html>
More information about the macports-changes
mailing list