[126820] trunk/dports/multimedia/libmatroska/Portfile

ctreleaven at macports.org ctreleaven at macports.org
Wed Oct 15 14:18:22 PDT 2014


Revision: 126820
          https://trac.macports.org/changeset/126820
Author:   ctreleaven at macports.org
Date:     2014-10-15 14:18:22 -0700 (Wed, 15 Oct 2014)
Log Message:
-----------
libmatroska: fix livecheck

Modified Paths:
--------------
    trunk/dports/multimedia/libmatroska/Portfile

Modified: trunk/dports/multimedia/libmatroska/Portfile
===================================================================
--- trunk/dports/multimedia/libmatroska/Portfile	2014-10-15 21:17:36 UTC (rev 126819)
+++ trunk/dports/multimedia/libmatroska/Portfile	2014-10-15 21:18:22 UTC (rev 126820)
@@ -58,6 +58,6 @@
 destroot.args       INSTALL_OPTS_LIB='-m 644 -p'
 destroot.destdir    prefix=${destroot}${prefix}
 
-livecheck.type  regexm
-livecheck.url   http://www.bunkus.org/videotools/mkvtoolnix/source.html
-livecheck.regex ${name} (\[0-9.\]+)
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     >${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141015/5885cc64/attachment.html>


More information about the macports-changes mailing list