Hi ports (and edd, anthony, and kirill) -- Attached is a diff to update archivers/libzip to its latest version. Changelog is here: https://nih.at/libzip/NEWS.html A symbol was removed, so major bump to SHARED_LIB.
I have built and run all libzip's consumers, and they all seem happy. I have added all the maintainers of consumers to this email to make sure there isn't anything I've missed. Take maintainer. ~Brian
Index: Makefile =================================================================== RCS file: /cvs/ports/archivers/libzip/Makefile,v retrieving revision 1.14 diff -u -p -u -p -r1.14 Makefile --- Makefile 27 Aug 2016 07:49:48 -0000 1.14 +++ Makefile 13 Jun 2017 02:43:36 -0000 @@ -2,11 +2,12 @@ COMMENT= library for reading, creating and modifying zip archives -DISTNAME= libzip-1.1.3 +DISTNAME= libzip-1.2.0 CATEGORIES= archivers -SHARED_LIBS += zip 1.1 # 4.0 +SHARED_LIBS += zip 2.0 # 4.0 -HOMEPAGE= http://www.nih.at/libzip/ +HOMEPAGE= https://www.nih.at/libzip/ +MAINTAINER= Brian Callahan <bcal...@devio.us> # BSD-3 PERMIT_PACKAGE_CDROM= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/archivers/libzip/distinfo,v retrieving revision 1.8 diff -u -p -u -p -r1.8 distinfo --- distinfo 27 Aug 2016 07:49:48 -0000 1.8 +++ distinfo 13 Jun 2017 02:43:36 -0000 @@ -1,2 +1,2 @@ -SHA256 (libzip-1.1.3.tar.gz) = H6paUk3UoSxDtjROYY7c4b+AUN/bnQ9z88yCaSmgArA= -SIZE (libzip-1.1.3.tar.gz) = 674848 +SHA256 (libzip-1.2.0.tar.gz) = bPmEDkJ9uW6/OTZmVDC6sgTJ670BIMMmRZB37ZyQfZ8= +SIZE (libzip-1.2.0.tar.gz) = 1514966 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/archivers/libzip/pkg/PLIST,v retrieving revision 1.7 diff -u -p -u -p -r1.7 PLIST --- pkg/PLIST 4 May 2016 06:09:56 -0000 1.7 +++ pkg/PLIST 13 Jun 2017 02:43:36 -0000 @@ -53,6 +53,7 @@ lib/pkgconfig/libzip.pc @man man/man3/zip_file_rename.3 @man man/man3/zip_file_replace.3 @man man/man3/zip_file_set_comment.3 +@man man/man3/zip_file_set_encryption.3 @man man/man3/zip_file_set_external_attributes.3 @man man/man3/zip_file_set_mtime.3 @man man/man3/zip_file_strerror.3 @@ -61,6 +62,8 @@ lib/pkgconfig/libzip.pc @man man/man3/zip_fopen_index.3 @man man/man3/zip_fopen_index_encrypted.3 @man man/man3/zip_fread.3 +@man man/man3/zip_fseek.3 +@man man/man3/zip_ftell.3 @man man/man3/zip_get_archive_comment.3 @man man/man3/zip_get_archive_flag.3 @man man/man3/zip_get_error.3 @@ -71,6 +74,7 @@ lib/pkgconfig/libzip.pc @man man/man3/zip_name_locate.3 @man man/man3/zip_open.3 @man man/man3/zip_open_from_source.3 +@man man/man3/zip_register_progress_callback.3 @man man/man3/zip_rename.3 @man man/man3/zip_replace.3 @man man/man3/zip_set_archive_comment.3