From nobody Thu Dec 09 10:25:24 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BC1FD18CCAA6; Thu, 9 Dec 2021 10:25:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J8qtD4t7jz3llq; Thu, 9 Dec 2021 10:25:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 87C5124C5D; Thu, 9 Dec 2021 10:25:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B9APOhB067028; Thu, 9 Dec 2021 10:25:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B9APOcG067027; Thu, 9 Dec 2021 10:25:24 GMT (envelope-from git) Date: Thu, 9 Dec 2021 10:25:24 GMT Message-Id: <202112091025.1B9APOcG067027@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: c770da752ddd - main - archivers/quazip: update to 1.2, latest upstream List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c770da752ddd6fbb0200176956abd13eebf272f7 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639045524; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=NBZmy1P2rJ+BPsMGi1/+MtuT9MY1A9dTsVTlpF7TH7U=; b=x8VDvl7xR1gqvfDcLvA64N7S0R0VWH2tS3k0KFOlJqEfs9c66JhLtV088+nCxaX4JXYWOp e01wc5mPazhVYtQZRQmOJlQIcZnIZ2a+IkIVeqKvwL1Kkn9WCN5ZRewLPvfcB5EihqYurP Sy+7g1Hew3aLMNNWcqnZovGcCBiRLoUFv3DOESRE1nRCRg5vdkHUdFyWcHmsAg2fcJpY7t 6tTSmdbCc3CsdYtjNEHHQFeurfA/yiywdYAxRNIbtNcVFFkwI25phQGfBUtIqSTYcfLSjw xX+etX6e5kLy25HFi8wwZhZDk9MtmsLZkINxmxV+EXFS5JCKSs1XQ/VEHuXDbg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639045524; a=rsa-sha256; cv=none; b=P/UBg+sJU+dKi8TAosBMeu87eQ6nFWARN2BPyBpBOJULe5oZCqjNAgyHIzlEf37tQI+7Et EBM6ZW+OoM5qxlqAI+ONU0yEQBU8jpmfx6/SVeM280Sf3/60EdwTvfS/sU3nVE4QhG7snX ImgrMM1mZ6TAwHQ+eNbymNQ6qKtISe1hXvQsL0zO4mgd5Hl6RbPM5wW5vJZGIayFWefQN/ HXVY+Uk9CMhJo4jr8W14JK3Zr6TFqfsfsJ+ZWrk0/nFZ7QXRHLPyvZQV/dnOta224XNYc8 QfVI/jR16jHeVvqPZFGJmvDB4ZjOy9vUXmov3gbxNNnT0IjMbGBX6QQ/MUhuvQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=c770da752ddd6fbb0200176956abd13eebf272f7 commit c770da752ddd6fbb0200176956abd13eebf272f7 Author: Adriaan de Groot AuthorDate: 2021-12-09 10:21:51 +0000 Commit: Adriaan de Groot 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=/