[43459] trunk/dports/audio/lv2core/Portfile

devans at macports.org devans at macports.org
Wed Dec 10 15:23:09 PST 2008


Revision: 43459
          http://trac.macports.org/changeset/43459
Author:   devans at macports.org
Date:     2008-12-10 15:23:09 -0800 (Wed, 10 Dec 2008)
Log Message:
-----------
lv2core: update to version 3.0, adapt to waf build system, fix livecheck.

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

Modified: trunk/dports/audio/lv2core/Portfile
===================================================================
--- trunk/dports/audio/lv2core/Portfile	2008-12-10 23:17:44 UTC (rev 43458)
+++ trunk/dports/audio/lv2core/Portfile	2008-12-10 23:23:09 UTC (rev 43459)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            lv2core
-version         2.0
+version         3.0
 maintainers     devans
 categories      audio
 platforms       darwin
@@ -21,11 +21,21 @@
 
 master_sites    ${homepage}
 
-checksums       md5     274e3b3a114ada6a80e537c0e8a05fe8 \
-                sha1    331ef2dd4d6f68df5498e2db10437c1a18664cf0 \
-                rmd160  48e5890b167e462c5eb95fb06c906c6ee8275a40
+checksums       md5     382f7d96ff0374c0c495336e1c8bb999 \
+                sha1    6f277b32b1ce60e211db95bf37b71045d505b55d \
+                rmd160  d36e64d5b1cc1d3eaa6aad4411674c6ce4ffb45b
 
+use_bzip2       yes
+
+configure.cmd   ./waf configure
+
+build.cmd       ./waf
+build.target    build
+
+destroot.cmd    ./waf
+destroot.destdir --destdir=${destroot}
+
 livecheck.check regex
 livecheck.url   ${homepage}
-livecheck.regex <a href="http://lv2plug.in/spec/${name}-(\[0-9.\]+).*">LV2 Core Package
+livecheck.regex <a href="http://lv2plug.in/spec/${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}">LV2 Core Package
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081210/b2c26bb6/attachment-0001.html>


More information about the macports-changes mailing list