Hi ports --

Attached is a diff to update archivers/quazip to its latest version. It's just a bugfix update. Additionally, upstream changed the license from LGPLv2.1 to LGPLv2.1 with static linking exception. I don't see any library changes so no crank of SHARED_LIBS.

The 3 consumers of quazip (games/chessx, graphics/nomacs, and x11/kde4/marble) all appear happy with this.

I'm the one who originally imported this, so I will be responsible for it again.

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/quazip/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile	10 Apr 2017 11:45:22 -0000	1.9
+++ Makefile	8 Jun 2017 16:25:48 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.9 2017/04/10 11:45:22 sthen Exp $
 
 COMMENT =	Qt/C++ wrapper for ZIP/UNZIP package
-DISTNAME =	quazip-0.7.2
+DISTNAME =	quazip-0.7.3
 CATEGORIES =	archivers
 
 # keep those in sync
@@ -9,8 +9,9 @@ SHARED_LIBS =	quazip	2.0		# 1.0
 SHARED_LIBS +=	quazip5	2.0		# 1.0
 
 HOMEPAGE =	http://quazip.sourceforge.net/
+MAINTAINER =	Brian Callahan <[email protected]>
 
-# LGPLv2.1
+# LGPLv2.1 with static linking exception
 PERMIT_PACKAGE_CDROM =		Yes
 
 WANTLIB += m z
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/quazip/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo	30 Apr 2016 16:37:55 -0000	1.5
+++ distinfo	8 Jun 2017 16:25:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (quazip-0.7.2.tar.gz) = kdgn+8r9CZroFMwYqN07twnaa4onyRjuHGwDs/KUQPQ=
-SIZE (quazip-0.7.2.tar.gz) = 466915
+SHA256 (quazip-0.7.3.tar.gz) = KtTzVHRugmDUYDbN4UlsIj7Hl2UEHqKOuSDO0BXiabU=
+SIZE (quazip-0.7.3.tar.gz) = 439536

Reply via email to