[84791] trunk/dports/www/uzbl/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Oct 1 17:52:26 PDT 2011
Revision: 84791
http://trac.macports.org/changeset/84791
Author: ryandesign at macports.org
Date: 2011-10-01 17:52:23 -0700 (Sat, 01 Oct 2011)
Log Message:
-----------
uzbl: update to 2011.10.01; simplify setting archflags
Modified Paths:
--------------
trunk/dports/www/uzbl/Portfile
Modified: trunk/dports/www/uzbl/Portfile
===================================================================
--- trunk/dports/www/uzbl/Portfile 2011-10-02 00:44:18 UTC (rev 84790)
+++ trunk/dports/www/uzbl/Portfile 2011-10-02 00:52:23 UTC (rev 84791)
@@ -4,7 +4,7 @@
PortSystem 1.0
name uzbl
-version 2011.07.17
+version 2011.10.01
categories www
platforms darwin
maintainers ryandesign openmaintainer
@@ -16,8 +16,8 @@
homepage http://www.uzbl.org/
master_sites https://github.com/Dieterbe/uzbl/tarball/${version}
-checksums sha1 ed51f7d954f04c82396af4753a47dbc5f026f4f7 \
- rmd160 277ad0910595dc743b989494c880040564228c09
+checksums rmd160 ee87377b771b476fe8fc0fbc1460b503257c05a4 \
+ sha256 fd72ea7e3246e904b451cda8339a1aab2fcd259ec07ec82aa0c9affe6084c2fe
depends_build port:pkgconfig
@@ -32,14 +32,9 @@
use_configure no
variant universal {}
-if {[variant_isset universal]} {
- set archflags ${configure.universal_cflags}
-} else {
- set archflags ${configure.cc_archflags}
-}
build.args PREFIX=${prefix} \
- CC="${configure.cc} ${archflags}"
+ CC="${configure.cc} [get_canonical_archflags]"
eval destroot.args ${build.args}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111001/b11a1fd5/attachment.html>
More information about the macports-changes
mailing list