diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-17 13:58:46 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-17 13:58:46 +0000 |
commit | ad6b0f53deb47be6a52841bc3f7cd78e9febde71 (patch) | |
tree | 6aadfca05e54a1a1b30ad0750f91f0cbea3b9604 | |
parent | 252d07e7570ab8c4ca0165788bf99c14c6ac833b (diff) | |
download | ports-ad6b0f53deb47be6a52841bc3f7cd78e9febde71.tar.gz ports-ad6b0f53deb47be6a52841bc3f7cd78e9febde71.zip |
Update to 1.1.1.
2016-02-07: Released libzip 1.1.1
- Build fixes for Linux
- Fix some warnings reported by PVS-Studio
2016-01-28: Released libzip 1.1
- ziptool(1): command line tool to modify zip archives
- Speedups for archives with many entries
- Coverity fixes
- Better APK support
- Support for running tests on Windows
- More build fixes for Windows
- Portability fixes
- Documentation improvements
PR: 207250
Approved by: makc (maintainer)
Notes
Notes:
svn path=/head/; revision=409045
-rw-r--r-- | archivers/libzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/libzip/distinfo | 4 | ||||
-rw-r--r-- | archivers/libzip/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index b66dfa1f3e90..d1d512c99f2b 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libzip -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.1 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ diff --git a/archivers/libzip/distinfo b/archivers/libzip/distinfo index fb33de91877e..12e892ea2988 100644 --- a/archivers/libzip/distinfo +++ b/archivers/libzip/distinfo @@ -1,2 +1,2 @@ -SHA256 (libzip-1.0.1.tar.xz) = f948d597afbb471de8d528d0e35ed977de85b2f4d76fdd74abbb985550e5d840 -SIZE (libzip-1.0.1.tar.xz) = 450308 +SHA256 (libzip-1.1.1.tar.xz) = 69e690f567e172d8f69b58ca237b61a690eaa1c5aa2293e1a2a446496bdf14c1 +SIZE (libzip-1.1.1.tar.xz) = 458864 diff --git a/archivers/libzip/pkg-plist b/archivers/libzip/pkg-plist index 18ab79d4df2b..c0ed30029f55 100644 --- a/archivers/libzip/pkg-plist +++ b/archivers/libzip/pkg-plist @@ -1,5 +1,6 @@ bin/zipcmp bin/zipmerge +bin/ziptool include/zip.h include/zipconf.h lib/libzip.a @@ -9,6 +10,7 @@ lib/libzip.so.4.0.0 libdata/pkgconfig/libzip.pc man/man1/zipcmp.1.gz man/man1/zipmerge.1.gz +man/man1/ziptool.1.gz man/man3/ZIP_SOURCE_GET_ARGS.3.gz man/man3/libzip.3.gz man/man3/zip_add.3.gz |