diff options
author | gerald <gerald@FreeBSD.org> | 2014-10-11 15:32:37 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-10-11 15:32:37 +0800 |
commit | a6bd880156e85f115eb810f624ecc414eff39828 (patch) | |
tree | 1804a876f34982086c7a881a2ee7cc2cf50b4779 /archivers/lzip | |
parent | 5b0091ac310b4361c76e0e12ffe521df3df0352f (diff) | |
download | freebsd-ports-gnome-a6bd880156e85f115eb810f624ecc414eff39828.tar.gz freebsd-ports-gnome-a6bd880156e85f115eb810f624ecc414eff39828.tar.zst freebsd-ports-gnome-a6bd880156e85f115eb810f624ecc414eff39828.zip |
Update to lzip version 1.16 which includes the following changes:
- Compression ratio of option -9 has been slightly increased.
- Compression time has been reduced by 4%, by 2% for option -0.
- The behavior is now like 'cp -p'.
- The license changed to GPL version 2 or later.
Diffstat (limited to 'archivers/lzip')
-rw-r--r-- | archivers/lzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/lzip/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index df7e59220ef5..cced685fde29 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= lzip -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip MAINTAINER= gerald@FreeBSD.org COMMENT= Lossless data compressor based on the LZMA algorithm -LICENSE= GPLv3 +LICENSE= GPLv2 PLIST_FILES= bin/lzip \ man/man1/lzip.1.gz diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index 52d20fc7acd4..3444aaaf92b6 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,2 +1,2 @@ -SHA256 (lzip-1.15.tar.gz) = 7cd3fcda68fc9900efcf7784313e3bdd1303fef1a0546db9723f5e5564dd05b6 -SIZE (lzip-1.15.tar.gz) = 97409 +SHA256 (lzip-1.16.tar.gz) = 128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751 +SIZE (lzip-1.16.tar.gz) = 86035 |