aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-12-09 10:21:51 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-12-09 10:25:22 +0000
commitc770da752ddd6fbb0200176956abd13eebf272f7 (patch)
treec3ea9f8a1284987a6764a18fb89c5cb5a1883016 /archivers
parentf60da0973d3432a3899b8a46e748441eea5c0dee (diff)
downloadports-c770da752ddd6fbb0200176956abd13eebf272f7.tar.gz
ports-c770da752ddd6fbb0200176956abd13eebf272f7.zip
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
Diffstat (limited to 'archivers')
-rw-r--r--archivers/quazip/Makefile6
-rw-r--r--archivers/quazip/distinfo6
2 files changed, 6 insertions, 6 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