[88100] trunk/dports/devel/valabind/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Dec 18 23:56:47 PST 2011
Revision: 88100
http://trac.macports.org/changeset/88100
Author: ryandesign at macports.org
Date: 2011-12-18 23:56:41 -0800 (Sun, 18 Dec 2011)
Log Message:
-----------
valabind: make swig a runtime dependency; use correct prefix; add universal variant and support build_arch; use verbose build output
Modified Paths:
--------------
trunk/dports/devel/valabind/Portfile
Modified: trunk/dports/devel/valabind/Portfile
===================================================================
--- trunk/dports/devel/valabind/Portfile 2011-12-19 03:38:40 UTC (rev 88099)
+++ trunk/dports/devel/valabind/Portfile 2011-12-19 07:56:41 UTC (rev 88100)
@@ -5,6 +5,7 @@
name valabind
version 0.6.5
+revision 1
categories devel
platforms darwin
license GPL-3
@@ -18,12 +19,18 @@
checksums rmd160 efafe210f61606dc487f33f9b27ef96f45e78fc6 \
sha256 161641fc4a6ed0e22fcc82c85c8f91e41f18ae02260151f19293ee36c7c4b751
-depends_lib port:vala \
- port:swig
+depends_lib port:vala
+depends_run port:swig
+
use_configure no
-destroot.post_args-append PREFIX=/opt/local
+variant universal {}
+build.args V= \
+ CC="${configure.cc} [get_canonical_archflags]"
+
+destroot.post_args-append PREFIX=${prefix}
+
livecheck.url [lindex ${master_sites} 0]
livecheck.regex ">${name}-((?!\${extract.suffix}).*)${extract.suffix}<"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111218/3b34cc9b/attachment.html>
More information about the macports-changes
mailing list