Hi ports --

Simple update to quazip. All dependent ports built OK.
Some symbols were added, so minor bump.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/quazip/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile	25 Jan 2020 22:57:56 -0000	1.19
+++ Makefile	27 May 2020 20:51:48 -0000
@@ -5,11 +5,11 @@ CATEGORIES =	archivers
 
 GH_ACCOUNT =	stachenov
 GH_PROJECT =	quazip
-V =		0.8.1
+V =		0.9
 GH_TAGNAME =	v$V
 PKGNAME =	quazip-qt5-$V
 
-SHARED_LIBS +=	quazip5	3.0		# 1.0
+SHARED_LIBS +=	quazip5	3.1		# 1.0
 
 HOMEPAGE =	https://stachenov.github.io/quazip/
 MAINTAINER =	Brian Callahan <bcal...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/quazip/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo	25 Jan 2020 22:57:56 -0000	1.7
+++ distinfo	27 May 2020 20:51:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (quazip-0.8.1.tar.gz) = T9pNQkjggBW1CQ0Dae+eaL3ER1qhJJT3wPbXnkMnDRQ=
-SIZE (quazip-0.8.1.tar.gz) = 150584
+SHA256 (quazip-0.9.tar.gz) = N36/d2MOTP90Ef4UnLNC4Q875VuhI8wLHuCaJfw/qgY=
+SIZE (quazip-0.9.tar.gz) = 155764
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/archivers/quazip/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST	25 Jan 2020 22:57:56 -0000	1.4
+++ pkg/PLIST	27 May 2020 20:51:48 -0000
@@ -17,6 +17,8 @@ include/quazip5/quazipfileinfo.h
 include/quazip5/quazipnewinfo.h
 include/quazip5/unzip.h
 include/quazip5/zip.h
+lib/cmake/QuaZip5/
+lib/cmake/QuaZip5/QuaZip5Config.cmake
 @static-lib lib/libquazip5.a
 @lib lib/libquazip5.so.${LIBquazip5_VERSION}
-share/cmake/Modules/FindQuaZip5.cmake
+lib/pkgconfig/quazip.pc

Reply via email to