[125351] trunk/dports/archivers/lzip/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sun Sep 14 10:18:25 PDT 2014
Revision: 125351
https://trac.macports.org/changeset/125351
Author: mcalhoun at macports.org
Date: 2014-09-14 10:18:25 -0700 (Sun, 14 Sep 2014)
Log Message:
-----------
lzip: upgrade 1.14->1.16; fix license; respect default optimization level
Modified Paths:
--------------
trunk/dports/archivers/lzip/Portfile
Modified: trunk/dports/archivers/lzip/Portfile
===================================================================
--- trunk/dports/archivers/lzip/Portfile 2014-09-14 16:23:49 UTC (rev 125350)
+++ trunk/dports/archivers/lzip/Portfile 2014-09-14 17:18:25 UTC (rev 125351)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -4,10 +5,9 @@
name lzip
epoch 20091025
-version 1.14
-revision 1
+version 1.16
categories archivers
-license GPL-3+
+license GPL-2+
platforms darwin
maintainers nomaintainer
description Compression program based on LZMA similar to gzip or bzip2
@@ -20,11 +20,14 @@
homepage http://www.nongnu.org/lzip/lzip.html
master_sites http://download.savannah.gnu.org/releases/lzip/
-checksums rmd160 cab15b04900c9355e4b2f6eec3c07c756046195d \
- sha256 7ff5cc521560edb2a0a6cdf258cf3afdaeb1dbcc354d96d011d0dd7ec584cbe7
+checksums rmd160 f2e5ef5a56ece6b56330f2365e3703592266833a \
+ sha256 128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751
variant universal {}
+# respect default optimization
+configure.cflags-replace -Os -O2
+
configure.args CXX="${configure.cxx}" \
CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]" \
CPPFLAGS="${configure.cppflags}" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140914/274d954b/attachment.html>
More information about the macports-changes
mailing list