Failing livecheck for kdenlive

Lawrence Velázquez larryv at macports.org
Thu Aug 21 16:37:24 PDT 2014


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+)+)}


vq


More information about the macports-dev mailing list