git: c770da752ddd - main - archivers/quazip: update to 1.2, latest upstream

From: Adriaan de Groot <adridg_at_FreeBSD.org>
Date: Thu, 09 Dec 2021 10:25:24 UTC
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c770da752ddd6fbb0200176956abd13eebf272f7

commit c770da752ddd6fbb0200176956abd13eebf272f7
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-12-09 10:21:51 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-12-09 10:25:22 +0000

    archivers/quazip: update to 1.2, latest upstream
    
    Release notes are here:
            https://github.com/stachenov/quazip/releases/tag/v1.2
    
    There are a handful of internal changes that don't affect us
    (allowing QtZip, for instance) or don't show up in our use of
    quazip (-lz in pkgconfig file). There's one relevant change
    to close() that **might** affect consumers, but then I'd expect
    bug reports from the consumers about failures on load/save.
    
    While here, move the libraries needed only for testing to _build.
    
    Bumping PORTREVISION of consumers.
    
    Reported by:    portscout
---
 archivers/quazip/Makefile         | 6 +++---
 archivers/quazip/distinfo         | 6 +++---
 astro/marble/Makefile             | 1 +
 astro/merkaartor/Makefile         | 2 +-
 astro/qmapshack/Makefile          | 2 +-
 editors/texstudio/Makefile        | 1 +
 emulators/emu64/Makefile          | 1 +
 emulators/mupen64plus-qt/Makefile | 2 +-
 graphics/krita/Makefile           | 2 +-
 graphics/nomacs/Makefile          | 2 +-
 security/keepassxc/Makefile       | 1 +
 11 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/archivers/quazip/Makefile b/archivers/quazip/Makefile
index 80c41a34406b..5ba9d2072470 100644
--- a/archivers/quazip/Makefile
+++ b/archivers/quazip/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	quazip
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.1
+DISTVERSION=	1.2
 CATEGORIES=	archivers
 PKGNAMESUFFIX=	-qt5
 
@@ -16,8 +16,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	stachenov
 CPE_VENDOR=	quazip_project
 USE_LDCONFIG=	yes
-USE_QT=		core network testlib \
-		buildtools_build qmake_build
+USE_QT=		core network \
+		buildtools_build testlib_build qmake_build
 CMAKE_ARGS=	-DBUILD_WITH_QT4:BOOL=FALSE
 
 PLIST_SUB=	QTVER_SUFFIX=5 \
diff --git a/archivers/quazip/distinfo b/archivers/quazip/distinfo
index 439d32d5590f..952164c2c9a6 100644
--- a/archivers/quazip/distinfo
+++ b/archivers/quazip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604822379
-SHA256 (stachenov-quazip-v1.1_GH0.tar.gz) = 54edce9c11371762bd4f0003c2937b5d8806a2752dd9c0fd9085e90792612ad0
-SIZE (stachenov-quazip-v1.1_GH0.tar.gz) = 153870
+TIMESTAMP = 1639004523
+SHA256 (stachenov-quazip-v1.2_GH0.tar.gz) = 2dfb911d6b27545de0b98798d967c40430312377e6ade57096d6ec80c720cb61
+SIZE (stachenov-quazip-v1.2_GH0.tar.gz) = 155878
diff --git a/astro/marble/Makefile b/astro/marble/Makefile
index 88892b58241b..75e2ca60f039 100644
--- a/astro/marble/Makefile
+++ b/astro/marble/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	marble
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	astro education kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index 67560867a3eb..8ddc57168aa0 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	merkaartor
 PORTVERSION=	0.19.0
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	astro
 
 MAINTAINER=	dev2@heesakkers.info
diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile
index a7944aec8237..16835275e886 100644
--- a/astro/qmapshack/Makefile
+++ b/astro/qmapshack/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	qmapshack
 PORTVERSION=	1.16.0
 DISTVERSIONPREFIX=	V_
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro
 
 MAINTAINER=	bofh@FreeBSD.org
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile
index 965d238c9a99..bd73d1c7af3d 100644
--- a/editors/texstudio/Makefile
+++ b/editors/texstudio/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	texstudio
 DISTVERSION=	4.1.1
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	rigoletto@FreeBSD.org
diff --git a/emulators/emu64/Makefile b/emulators/emu64/Makefile
index bfa696e1b4b0..1e680bad8d02 100644
--- a/emulators/emu64/Makefile
+++ b/emulators/emu64/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	emu64
 PORTVERSION=	5.0.19
+PORTREVISION=	1
 CATEGORIES=	emulators
 
 MAINTAINER=	felix@palmen-it.de
diff --git a/emulators/mupen64plus-qt/Makefile b/emulators/mupen64plus-qt/Makefile
index 03a7d65c402c..969d071f3635 100644
--- a/emulators/mupen64plus-qt/Makefile
+++ b/emulators/mupen64plus-qt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mupen64plus-qt
 DISTVERSION=	1.14
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 
 MAINTAINER=	maintainer@hasting.email
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index 703b7fa0446b..a7c37c22cbb1 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	krita
 DISTVERSION=	4.4.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile
index 26d8510ffc99..7c1d062f7abc 100644
--- a/graphics/nomacs/Makefile
+++ b/graphics/nomacs/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	nomacs
 PORTVERSION=	3.16
 DISTVERSIONSUFFIX=	.224
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 
 PATCH_SITES=	https://github.com/nomacs/nomacs/commit/
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile
index 20219ef89f42..cb1789f5d077 100644
--- a/security/keepassxc/Makefile
+++ b/security/keepassxc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	keepassxc
 DISTVERSION=	2.6.6
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/