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.
This commit is contained in:
parent
24874060f6
commit
33afde761f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439802
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user