Simple update quazip-qt5-1.4. OK?

Cheers Rafael

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/quazip/Makefile,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 Makefile
--- Makefile    29 Aug 2022 13:32:29 -0000      1.21
+++ Makefile    31 Aug 2023 05:54:21 -0000
@@ -3,11 +3,11 @@ CATEGORIES =  archivers
 
 GH_ACCOUNT =   stachenov
 GH_PROJECT =   quazip
-V =            1.3
+V =            1.4
 GH_TAGNAME =   v$V
 PKGNAME =      quazip-qt5-$V
 
-SHARED_LIBS +=  quazip1-qt5               0.0 # 0.0
+SHARED_LIBS +=  quazip1-qt5               0.1 # 0.0
 
 HOMEPAGE =     https://stachenov.github.io/quazip/
 MAINTAINER =   Brian Callahan <bcal...@openbsd.org>
@@ -15,7 +15,7 @@ MAINTAINER =  Brian Callahan <bcallah@ope
 # LGPLv2.1 with static linking exception
 PERMIT_PACKAGE =               Yes
 
-WANTLIB += ${COMPILER_LIBCXX} Qt5Core m z
+WANTLIB += ${COMPILER_LIBCXX} Qt5Core bz2 m z
 
 MODULES =              devel/cmake \
                        x11/qt5
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/quazip/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    29 Aug 2022 13:32:29 -0000      1.8
+++ distinfo    31 Aug 2023 05:54:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (quazip-1.3.tar.gz) = wSOVWc1oYMq4Cg/YH0IE5gb5Mk9wLathZrCWBnbuF1Q=
-SIZE (quazip-1.3.tar.gz) = 156138
+SHA256 (quazip-1.4.tar.gz) = eWM/06GOLRGn1cQMTHnBeGugx0tZrXUuhCl0b+F4HdY=
+SIZE (quazip-1.4.tar.gz) = 157819
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/archivers/quazip/patches/patch-CMakeLists_txt,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        29 Aug 2022 13:32:29 -0000      1.1
+++ patches/patch-CMakeLists_txt        31 Aug 2023 05:54:21 -0000
@@ -1,7 +1,7 @@
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -46,7 +46,7 @@ set(QUAZIP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
+@@ -68,7 +68,7 @@ set(QUAZIP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
  set(QUAZIP_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
  set(QUAZIP_LIB_FILE_NAME 
quazip${QuaZip_VERSION_MAJOR}-qt${QUAZIP_QT_MAJOR_VERSION})
  set(QUAZIP_LIB_TARGET_NAME QuaZip)

Reply via email to