Date: Thu, 11 Jun 2026 08:46:47 +0000 From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 9abbb61d551d - 2026Q2 - archivers/quazip: Update to 1.7.1 Message-ID: <6a2a75f7.27720.343136b5@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch 2026Q2 has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=9abbb61d551d85392589d32e23d8b7aa70159449 commit 9abbb61d551d85392589d32e23d8b7aa70159449 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2026-06-11 08:45:17 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2026-06-11 08:45:17 +0000 archivers/quazip: Update to 1.7.1 - Add missing Qt6Core5Compat to pkgconfig file for Qt6 flavor. (cherry picked from commit 84e4c46e239fccc18d45da133bfa7422955c1c4f) --- archivers/quazip/Makefile | 2 +- archivers/quazip/distinfo | 6 +++--- archivers/quazip/files/patch-CMakeLists.txt | 11 +++++++---- archivers/quazip/pkg-plist | 1 + 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/archivers/quazip/Makefile b/archivers/quazip/Makefile index 528e56b2b4ba..edf69259567b 100644 --- a/archivers/quazip/Makefile +++ b/archivers/quazip/Makefile @@ -1,6 +1,6 @@ PORTNAME= quazip DISTVERSIONPREFIX= v -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 CATEGORIES= archivers PKGNAMESUFFIX= -${FLAVOR} diff --git a/archivers/quazip/distinfo b/archivers/quazip/distinfo index ebfe5f78da32..a09572ec6d87 100644 --- a/archivers/quazip/distinfo +++ b/archivers/quazip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1780137463 -SHA256 (stachenov-quazip-v1.7.0_GH0.tar.gz) = 61c73926d4e98bf4c38becc15ba10437ab2af9e746a3982b86f7d720bd5823b4 -SIZE (stachenov-quazip-v1.7.0_GH0.tar.gz) = 194967 +TIMESTAMP = 1780350272 +SHA256 (stachenov-quazip-v1.7.1_GH0.tar.gz) = e3c7220e66d9f8024ef4aa98befb2592fea219a01736a400b07b11aa60964d02 +SIZE (stachenov-quazip-v1.7.1_GH0.tar.gz) = 195227 diff --git a/archivers/quazip/files/patch-CMakeLists.txt b/archivers/quazip/files/patch-CMakeLists.txt index 4aee78aca17a..bb4fb23eeda3 100644 --- a/archivers/quazip/files/patch-CMakeLists.txt +++ b/archivers/quazip/files/patch-CMakeLists.txt @@ -2,11 +2,14 @@ OPTIONAL_COMPONENTS never worked quite right with Qt5 when REQUIRED was also passed to find_package(). If an optional component is not found, it results in an error. ---- CMakeLists.txt.orig 2025-03-06 04:56:05 UTC +--- CMakeLists.txt.orig 2026-05-31 11:09:35 UTC +++ CMakeLists.txt -@@ -90,8 +90,10 @@ elseif(QUAZIP_QT_MAJOR_VERSION EQUAL 5) - set(QUAZIP_TEST_QT_LIBRARIES Qt6::Core Qt6::Core5Compat Qt6::Network Qt6::Test) - set(QUAZIP_PKGCONFIG_REQUIRES "zlib, Qt6Core") +@@ -82,10 +82,12 @@ if(QUAZIP_QT_MAJOR_VERSION EQUAL 6) + set(QUAZIP_QT_ZLIB_HEADER_COMPONENT ZlibPrivate) + set(QUAZIP_LIB_LIBRARIES Qt6::Core ) + set(QUAZIP_TEST_QT_LIBRARIES Qt6::Core Qt6::Network Qt6::Test) +- set(QUAZIP_PKGCONFIG_REQUIRES "zlib, Qt6Core") ++ set(QUAZIP_PKGCONFIG_REQUIRES "zlib, Qt6Core, Qt6Core5Compat") elseif(QUAZIP_QT_MAJOR_VERSION EQUAL 5) - find_package(Qt5 REQUIRED COMPONENTS Core - OPTIONAL_COMPONENTS Network Test) diff --git a/archivers/quazip/pkg-plist b/archivers/quazip/pkg-plist index 8565553cb9f9..f8c08ba7ab74 100644 --- a/archivers/quazip/pkg-plist +++ b/archivers/quazip/pkg-plist @@ -9,6 +9,7 @@ include/QuaZip-Qt%%QTVER_SUFFIX%%-%%QUAZIP_VERSION%%/quazip/quacrc32.h include/QuaZip-Qt%%QTVER_SUFFIX%%-%%QUAZIP_VERSION%%/quazip/quagzipfile.h include/QuaZip-Qt%%QTVER_SUFFIX%%-%%QUAZIP_VERSION%%/quazip/quaziodevice.h include/QuaZip-Qt%%QTVER_SUFFIX%%-%%QUAZIP_VERSION%%/quazip/quazip.h +include/QuaZip-Qt%%QTVER_SUFFIX%%-%%QUAZIP_VERSION%%/quazip/quazip_config.h include/QuaZip-Qt%%QTVER_SUFFIX%%-%%QUAZIP_VERSION%%/quazip/quazip_global.h include/QuaZip-Qt%%QTVER_SUFFIX%%-%%QUAZIP_VERSION%%/quazip/quazip_qt_compat.h include/QuaZip-Qt%%QTVER_SUFFIX%%-%%QUAZIP_VERSION%%/quazip/quazip_textcodec.hhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2a75f7.27720.343136b5>
