[88474] trunk/dports/archivers/upx/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Jan 3 02:26:03 PST 2012
Revision: 88474
http://trac.macports.org/changeset/88474
Author: ryandesign at macports.org
Date: 2012-01-03 02:25:58 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
upx: update to 3.08; GPL-2+ license; add universal variant; see #32520 (maintainer timeout)
Modified Paths:
--------------
trunk/dports/archivers/upx/Portfile
Modified: trunk/dports/archivers/upx/Portfile
===================================================================
--- trunk/dports/archivers/upx/Portfile 2012-01-03 10:10:28 UTC (rev 88473)
+++ trunk/dports/archivers/upx/Portfile 2012-01-03 10:25:58 UTC (rev 88474)
@@ -3,27 +3,32 @@
PortSystem 1.0
name upx
-version 3.07
+version 3.08
categories archivers
maintainers gmail.com:cedric.luthi
+license GPL-2+
+
description compress or expand executable files
long_description UPX is a free, portable, extendable, high-performance \
executable packer for several different executable formats
homepage http://upx.sourceforge.net/
platforms darwin
-master_sites ${homepage}/download/
+master_sites ${homepage}download/
distname ${name}-${version}-src
use_bzip2 yes
checksums [suffix ${distname}] \
- md5 8186ab103288242f7e8ecad1acd4af03 \
- sha1 53692fa1662c4d6be0110e8b7976ab2f9cc6701e \
- rmd160 b0b0c01ddf3d958c5c3405106e70c7cd37f148bb
+ rmd160 3fd7b3c4c66a90ddd622b5fb0ba0502c7145da62 \
+ sha256 c6d873925ef0d5422b9320c7075ef9be5981a6f99418469ce067becd68de65eb
-universal_variant no
use_configure no
-build.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+variant universal {}
+
+build.env CPPFLAGS="${configure.cppflags}" \
+ CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]" \
+ LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
+
depends_lib port:ucl port:zlib
# pod2man, pod2text, and pod2html are used to generate documentation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/f53206d1/attachment.html>
More information about the macports-changes
mailing list