From 33afde761f0b0d07a6e3889920d02f65c338249b Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 30 Apr 2017 11:20:28 +0000 Subject: [PATCH] Update to lzip version 1.19. This includes the following changes: - The option '-l, --list' has been ported from lziprecover. - Don't allow mixing different operations (-d, -l or -t). - Compression time of option '-0' has been slightly reduced. - Decompression time has been reduced by 2%. - A few internal improvements and increasing checking. Set INSTALL_TARGET=install-strip to strip installed executable. --- archivers/lzip/Makefile | 3 ++- archivers/lzip/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index 2c33f5e63958..431742058191 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzip -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" +INSTALL_TARGET= install-strip INFO= lzip .include diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index 97b81b83cc18..8bfc9898bddd 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471174054 -SHA256 (lzip-1.18.tar.gz) = 47f9882a104ab05532f467a7b8f4ddbb898fa2f1e8d9d468556d6c2d04db14dd -SIZE (lzip-1.18.tar.gz) = 95569 +TIMESTAMP = 1493550870 +SHA256 (lzip-1.19.tar.gz) = ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9 +SIZE (lzip-1.19.tar.gz) = 100277