OK to update minizip-ng to 3.0.6

https://github.com/zlib-ng/minizip-ng/releases/tag/3.0.6
https://github.com/zlib-ng/minizip-ng/releases/tag/3.0.5

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/minizip/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile    11 Mar 2022 18:16:22 -0000      1.5
+++ Makefile    13 Jul 2022 19:42:31 -0000
@@ -2,11 +2,11 @@ COMMENT =     zip manipulation library
 
 GH_ACCOUNT =   zlib-ng
 GH_PROJECT =   minizip-ng
-GH_TAGNAME =   3.0.3
+GH_TAGNAME =   3.0.6
 
 PKGNAME =      minizip-${GH_TAGNAME}
 
-SHARED_LIBS += minizip 1.0 # 3
+SHARED_LIBS += minizip 1.1 # 3
 
 CATEGORIES =   archivers
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/minizip/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo    12 Oct 2021 04:11:25 -0000      1.3
+++ distinfo    13 Jul 2022 19:42:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (minizip-ng-3.0.3.tar.gz) = Xx3Q04rb6XhcucTm5Hc4wQnXOgr6huWMQCXOPizFBO0=
-SIZE (minizip-ng-3.0.3.tar.gz) = 638966
+SHA256 (minizip-ng-3.0.6.tar.gz) = OD+hvcKMSCgoqKjbU/dY29RCkbZBGCck/aXfW1nM5UM=
+SIZE (minizip-ng-3.0.6.tar.gz) = 642138
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/archivers/minizip/patches/patch-CMakeLists_txt,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        11 Mar 2022 18:16:22 -0000      1.4
+++ patches/patch-CMakeLists_txt        13 Jul 2022 19:42:31 -0000
@@ -3,7 +3,7 @@ install headers in include/minizip to av
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -81,7 +81,7 @@ include(FeatureSummary)
+@@ -86,7 +86,7 @@ include(cmake/clone-repo.cmake)
  
  set(INSTALL_BIN_DIR ${CMAKE_INSTALL_BINDIR} CACHE PATH "Installation 
directory for executables")
  set(INSTALL_LIB_DIR ${CMAKE_INSTALL_LIBDIR} CACHE PATH "Installation 
directory for libraries")
@@ -12,7 +12,7 @@ Index: CMakeLists.txt
  set(INSTALL_MAN_DIR ${CMAKE_INSTALL_MANDIR} CACHE PATH "Installation 
directory for manual pages")
  
  set(STDLIB_DEF)
-@@ -449,7 +449,6 @@ endif()
+@@ -442,7 +442,6 @@ endif()
  
  # Unix specific
  if(UNIX)

Reply via email to