[144921] trunk/dports/audio/jack/Portfile

khindenburg at macports.org khindenburg at macports.org
Wed Jan 20 18:38:09 PST 2016


Revision: 144921
          https://trac.macports.org/changeset/144921
Author:   khindenburg at macports.org
Date:     2016-01-20 18:38:09 -0800 (Wed, 20 Jan 2016)
Log Message:
-----------
jack: fix livecheck (only for 0.x = jack 1)

Modified Paths:
--------------
    trunk/dports/audio/jack/Portfile

Modified: trunk/dports/audio/jack/Portfile
===================================================================
--- trunk/dports/audio/jack/Portfile	2016-01-21 02:24:00 UTC (rev 144920)
+++ trunk/dports/audio/jack/Portfile	2016-01-21 02:38:09 UTC (rev 144921)
@@ -46,5 +46,5 @@
                 port:readline
 
 livecheck.type  regex
-livecheck.url   ${homepage}
-livecheck.regex "JACK (0\\.\\d+(?:\\.\\d+)*) released"
+livecheck.url   [lindex ${master_sites} 0]
+livecheck.regex jack-audio-connection-kit-(0\\.\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160120/9d62208f/attachment.html>


More information about the macports-changes mailing list