diff options
author | gerald <gerald@FreeBSD.org> | 2017-04-30 19:20:28 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-04-30 19:20:28 +0800 |
commit | 6f0fe2cafb7d987e6df941636a28d13052ef4ed6 (patch) | |
tree | 54ceb200e2cb4c5597271abb18bc68584e481586 /archivers/lzip/Makefile | |
parent | 99bd597a4e63c2c60ac873268ce52ef308d07f9f (diff) | |
download | freebsd-ports-gnome-6f0fe2cafb7d987e6df941636a28d13052ef4ed6.tar.gz freebsd-ports-gnome-6f0fe2cafb7d987e6df941636a28d13052ef4ed6.tar.zst freebsd-ports-gnome-6f0fe2cafb7d987e6df941636a28d13052ef4ed6.zip |
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.
Diffstat (limited to 'archivers/lzip/Makefile')
-rw-r--r-- | archivers/lzip/Makefile | 3 |
1 files changed, 2 insertions, 1 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 <bsd.port.mk> |