[100228] trunk/dports/comms/telepathy-qt/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Dec 5 17:35:20 PST 2012
On Dec 4, 2012, at 07:00, nicos at macports.org wrote:
> Revision: 100228
> https://trac.macports.org/changeset/100228
> Author: nicos at macports.org
> Date: 2012-12-04 05:00:06 -0800 (Tue, 04 Dec 2012)
> Log Message:
> -----------
> telepathy-qt: fix livecheck
>
> Modified Paths:
> --------------
> trunk/dports/comms/telepathy-qt/Portfile
>
> Modified: trunk/dports/comms/telepathy-qt/Portfile
> ===================================================================
> --- trunk/dports/comms/telepathy-qt/Portfile 2012-12-04 12:45:57 UTC (rev 100227)
> +++ trunk/dports/comms/telepathy-qt/Portfile 2012-12-04 13:00:06 UTC (rev 100228)
> @@ -44,4 +44,4 @@
>
> livecheck.type regex
> livecheck.url ${master_sites}
> -livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)${extract.suffix}
> +livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
Are you sure? The previous livecheck checked only even-numbered second numbers, which seems correct, since this project seems to follow freedesktop/gnome version numbering, which is that the second number is even for stable releases. The release announcement for 0.9.0 confirms it:
http://lists.freedesktop.org/archives/telepathy/2011-December/005932.html
"This release begins the new 0.9 development series for feature additions following the 0.8 stable release series."
More information about the macports-dev
mailing list