[125417] trunk/dports/devel/libdlna/Portfile

devans at macports.org devans at macports.org
Wed Sep 17 05:16:35 PDT 2014


Revision: 125417
          https://trac.macports.org/changeset/125417
Author:   devans at macports.org
Date:     2014-09-17 05:16:35 -0700 (Wed, 17 Sep 2014)
Log Message:
-----------
libdlna: fix livecheck.

Modified Paths:
--------------
    trunk/dports/devel/libdlna/Portfile

Modified: trunk/dports/devel/libdlna/Portfile
===================================================================
--- trunk/dports/devel/libdlna/Portfile	2014-09-17 12:06:26 UTC (rev 125416)
+++ trunk/dports/devel/libdlna/Portfile	2014-09-17 12:16:35 UTC (rev 125417)
@@ -37,5 +37,9 @@
 configure.cflags-append -I${prefix}/include
 
 # Not autoconf
-universal_variant no
+universal_variant  no
 use_parallel_build no
+
+livecheck.type     regex
+livecheck.url      ${master_sites}
+livecheck.regex    "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140917/1e429363/attachment.html>


More information about the macports-changes mailing list