Hi,

patches not needed anymore, regress tests pass, consumers build and run
fine (actually no idea about ebook-tools, which I didn't test).

sqlite> select * from wantlib where value = 'zip';
audio/deadbeef|zip|
editors/focuswriter|zip|
textproc/ebook-tools|zip|

This update is needed for an upcoming port.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/libzip/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    4 Apr 2013 16:03:55 -0000       1.8
+++ Makefile    21 Jan 2014 00:25:56 -0000
@@ -2,10 +2,9 @@
 
 COMMENT=               library for reading, creating and modifying zip archives
 
-DISTNAME=              libzip-0.10.1
-REVISION=              0
+DISTNAME=              libzip-0.11.2
 CATEGORIES=            archivers
-SHARED_LIBS +=  zip                  0.0      # 1.0
+SHARED_LIBS +=  zip                  1.0      # 3.0
 
 HOMEPAGE=              http://www.nih.at/libzip/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/libzip/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    4 Apr 2013 16:03:55 -0000       1.4
+++ distinfo    16 Jan 2014 10:42:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (libzip-0.10.1.tar.gz) = p821ESAE21FH8zDxbA8Ocykiw0K58M2kIsReJUWQthc=
-SIZE (libzip-0.10.1.tar.gz) = 849678
+SHA256 (libzip-0.11.2.tar.gz) = g9sftDqWH/fR0bUOHGvqCcZ+avhnaG0fyS7LfcbPmNU=
+SIZE (libzip-0.11.2.tar.gz) = 591913
Index: patches/patch-man_zip_get_file_comment_mdoc
===================================================================
RCS file: patches/patch-man_zip_get_file_comment_mdoc
diff -N patches/patch-man_zip_get_file_comment_mdoc
--- patches/patch-man_zip_get_file_comment_mdoc 30 May 2011 16:53:40 -0000      
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-man_zip_get_file_comment_mdoc,v 1.1 2011/05/30 16:53:40 
shadchin Exp $
---- man/zip_get_file_comment.mdoc.orig Mon May 30 22:25:27 2011
-+++ man/zip_get_file_comment.mdoc      Mon May 30 22:25:48 2011
-@@ -78,6 +78,7 @@ fails if:
- .Ar index
- is not a valid file index in
- .Ar archive .
-+.El
- .Sh SEE ALSO
- .Xr libzip 3 ,
- .Xr zip_get_archive_comment 3
Index: patches/patch-man_zip_get_name_mdoc
===================================================================
RCS file: patches/patch-man_zip_get_name_mdoc
diff -N patches/patch-man_zip_get_name_mdoc
--- patches/patch-man_zip_get_name_mdoc 30 May 2011 16:53:40 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-man_zip_get_name_mdoc,v 1.1 2011/05/30 16:53:40 shadchin Exp $
---- man/zip_get_name.mdoc.orig Mon May 30 22:26:58 2011
-+++ man/zip_get_name.mdoc      Mon May 30 22:26:17 2011
-@@ -81,6 +81,7 @@ or
- points to an added file and
- .Dv ZIP_FL_UNCHANGED
- is set.
-+.El
- .Sh SEE ALSO
- .Xr libzip 3 ,
- .Xr zip_name_locate 3
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/archivers/libzip/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   4 Apr 2013 16:03:55 -0000       1.4
+++ pkg/PLIST   16 Jan 2014 10:51:32 -0000
@@ -19,6 +19,8 @@ lib/pkgconfig/libzip.pc
 @man man/man3/zip_add_dir.3
 @man man/man3/zip_close.3
 @man man/man3/zip_delete.3
+@man man/man3/zip_dir_add.3
+@man man/man3/zip_discard.3
 @man man/man3/zip_error_clear.3
 @man man/man3/zip_error_get.3
 @man man/man3/zip_error_get_sys_type.3
@@ -26,8 +28,22 @@ lib/pkgconfig/libzip.pc
 @man man/man3/zip_errors.3
 @man man/man3/zip_fclose.3
 @man man/man3/zip_fdopen.3
+@man man/man3/zip_file_add.3
 @man man/man3/zip_file_error_clear.3
 @man man/man3/zip_file_error_get.3
+@man man/man3/zip_file_extra_field_delete.3
+@man man/man3/zip_file_extra_field_delete_by_id.3
+@man man/man3/zip_file_extra_field_get.3
+@man man/man3/zip_file_extra_field_get_by_id.3
+@man man/man3/zip_file_extra_field_set.3
+@man man/man3/zip_file_extra_fields_count.3
+@man man/man3/zip_file_extra_fields_count_by_id.3
+@man man/man3/zip_file_get_comment.3
+@man man/man3/zip_file_get_external_attributes.3
+@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_external_attributes.3
 @man man/man3/zip_file_strerror.3
 @man man/man3/zip_fopen.3
 @man man/man3/zip_fopen_encrypted.3
@@ -37,7 +53,6 @@ lib/pkgconfig/libzip.pc
 @man man/man3/zip_get_archive_comment.3
 @man man/man3/zip_get_archive_flag.3
 @man man/man3/zip_get_file_comment.3
-@man man/man3/zip_get_file_extra.3
 @man man/man3/zip_get_name.3
 @man man/man3/zip_get_num_entries.3
 @man man/man3/zip_get_num_files.3
@@ -49,7 +64,7 @@ lib/pkgconfig/libzip.pc
 @man man/man3/zip_set_archive_flag.3
 @man man/man3/zip_set_default_password.3
 @man man/man3/zip_set_file_comment.3
-@man man/man3/zip_set_file_extra.3
+@man man/man3/zip_set_file_compression.3
 @man man/man3/zip_source_buffer.3
 @man man/man3/zip_source_file.3
 @man man/man3/zip_source_filep.3


-- 
jca | PGP: 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE
(previous: 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494)

Reply via email to