diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-02-17 21:58:46 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-02-17 21:58:46 +0800 |
commit | afdc25536d510af307a180fe30306c24f804a28f (patch) | |
tree | 6aadfca05e54a1a1b30ad0750f91f0cbea3b9604 /archivers/libzip/Makefile | |
parent | bc3fcc5dee466d49c7e16daba81f5e1855b941c9 (diff) | |
download | freebsd-ports-gnome-afdc25536d510af307a180fe30306c24f804a28f.tar.gz freebsd-ports-gnome-afdc25536d510af307a180fe30306c24f804a28f.tar.zst freebsd-ports-gnome-afdc25536d510af307a180fe30306c24f804a28f.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)
Diffstat (limited to 'archivers/libzip/Makefile')
-rw-r--r-- | archivers/libzip/Makefile | 2 |
1 files changed, 1 insertions, 1 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/ |