summaryrefslogtreecommitdiff
path: root/archivers/lzip
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-08-18 20:44:50 +0000
committeradam <adam@pkgsrc.org>2017-08-18 20:44:50 +0000
commit7ab92ed627e9c174ba83cae5a96324492f3246b8 (patch)
tree2515a5153d8136a018be35f426fc4869e302f4ad /archivers/lzip
parentee67edb4f586206160535a88d4e671a8b6d7adf7 (diff)
downloadpkgsrc-7ab92ed627e9c174ba83cae5a96324492f3246b8.tar.gz
Changes in version 1.19:
The option '-l, --list' has been ported from lziprecover. It is now an error to specify two or more different operations in the command line (--decompress, --list or --test). Compression time of option '-0' has been slightly reduced. Decompression time has been reduced by 2%. In test mode, lzip now continues checking the rest of the files if any input file is a terminal. Trailing data are now shown both in hexadecimal and as a string of printable ASCII characters.
Diffstat (limited to 'archivers/lzip')
-rw-r--r--archivers/lzip/Makefile14
-rw-r--r--archivers/lzip/distinfo10
2 files changed, 13 insertions, 11 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile
index 4a393f4f9d5..054e77c91e9 100644
--- a/archivers/lzip/Makefile
+++ b/archivers/lzip/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2016/12/16 13:45:22 mef Exp $
+# $NetBSD: Makefile,v 1.14 2017/08/18 20:44:50 adam Exp $
-DISTNAME= lzip-1.18
+DISTNAME= lzip-1.19
CATEGORIES= archivers
MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/
@@ -11,12 +11,14 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c++
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
-INFO_FILES= YES
+INFO_FILES= yes
-MAKE_FLAGS+= CXX=${CXX:Q} CPPFLAGS=${CPPFLAGS:Q}
-MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
+MAKE_FLAGS+= CXX=${CXX:Q}
+MAKE_FLAGS+= CPPFLAGS=${CPPFLAGS:Q}
+MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q}
+MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo
index 835ed243d69..fb558d56f8c 100644
--- a/archivers/lzip/distinfo
+++ b/archivers/lzip/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/12/16 13:45:22 mef Exp $
+$NetBSD: distinfo,v 1.10 2017/08/18 20:44:50 adam Exp $
-SHA1 (lzip-1.18.tar.gz) = ef42f3209d02c3b3c217a61c8f127bcb8747b128
-RMD160 (lzip-1.18.tar.gz) = 19d898e1842df8d9432c9736a3a830f985379ec9
-SHA512 (lzip-1.18.tar.gz) = cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674
-Size (lzip-1.18.tar.gz) = 95569 bytes
+SHA1 (lzip-1.19.tar.gz) = c6042a786b69e3209112fa991806e2e7e0ba5f07
+RMD160 (lzip-1.19.tar.gz) = 0f1b8052debd61fa19d83414001de87465c4279b
+SHA512 (lzip-1.19.tar.gz) = 513525c2731334fae99f7a17b1211e7a018446dc211e6ba52a95054e771c9577333a131608cb06a5279da16a4e4877076402b97e97ff6a145c3626fde22d3392
+Size (lzip-1.19.tar.gz) = 100277 bytes