Failing livecheck for kdenlive

Bradley Giesbrecht pixilla at macports.org
Thu Aug 21 16:39:19 PDT 2014


On Aug 21, 2014, at 4:37 PM, Lawrence Velázquez <larryv at macports.org> wrote:

> On Aug 21, 2014, at 7:25 PM, Marko Käning <MK-MacPorts at techno.ms> wrote:
> 
>> On 22 Aug 2014, at 01:18 , Joshua Root <jmr at macports.org> wrote:
>>>> On Aug 21, 2014, at 5:50 PM, Marko Käning <MK-MacPorts at techno.ms> wrote:
>>>>> DEBUG: The regex is "kdenlive-(\d+(\.\d+)+)"
>>> More that if your livecheck isn't finding the current version, you need
>>> to fix your livecheck.
>> 
>> so, I figure the regex is correct, but simply not suitable for this case…
> 
> This seems to work.
> 
> 
> diff --git a/dports/multimedia/kdenlive/Portfile b/dports/multimedia/kdenlive/Portfile
> index 576b2b3..ae2503a 100644
> --- a/dports/multimedia/kdenlive/Portfile
> +++ b/dports/multimedia/kdenlive/Portfile
> @@ -42,5 +42,5 @@ platform darwin {
>     patchfiles-append patch-BUNDLE_INSTALL_DIR.diff
> }
> 
> -livecheck.url       http://packages.gentoo.org/package/media-video/kdenlive
> -livecheck.regex     kdenlive-(\\d+(\\.\\d+)+)
> +livecheck.url       http://www.kdenlive.org
> +livecheck.regex     {Kdenlive (\d+(?:\.\d+)+)}

Or use master_sites url:
livecheck.url       http://download.kde.org/stable/${name}/
livecheck.regex     >(\\d+(\\.\\d+)+)/


Regards,
Bradley Giesbrecht (pixilla)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140821/21cfe044/attachment.sig>


More information about the macports-dev mailing list