diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-08-14 12:15:36 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-08-14 12:15:36 +0000 |
commit | 15c28ee45c451cfd0888644b0b9006058863b359 (patch) | |
tree | 5f5e26e26595e4d664955c96f30ccfd3ce3a170f | |
parent | f0622e11d6dd7d3f0f54b22852516cb5b1c6dac1 (diff) | |
download | freebsd-ports-15c28ee45c451cfd0888644b0b9006058863b359.zip |
Update to lzip version 1.18 which includes the following changes:
- New options -a and --trailing-error.
- Decompression time has been reduced by 2%.
- Removed decompression support for version 0 files.
- Some bug fixes.
- New chapter 'Trailing data' in the texinfo documentation.
Plus the following changes from version 1.17, which we missed:
- New chapter 'Quality assurance' in the texinfo documentation.
- Reorganization of the compression code.
-rw-r--r-- | archivers/lzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzip/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index cced685fde29..2c33f5e63958 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzip -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index 3444aaaf92b6..97b81b83cc18 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,2 +1,3 @@ -SHA256 (lzip-1.16.tar.gz) = 128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751 -SIZE (lzip-1.16.tar.gz) = 86035 +TIMESTAMP = 1471174054 +SHA256 (lzip-1.18.tar.gz) = 47f9882a104ab05532f467a7b8f4ddbb898fa2f1e8d9d468556d6c2d04db14dd +SIZE (lzip-1.18.tar.gz) = 95569 |