Received: by mail.netbsd.org (Postfix, from userid 605) id 5A8B384E6C; Fri, 7 Apr 2023 18:48:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8786D84D8A for ; Fri, 7 Apr 2023 18:48:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5ZnGYVVLo-NY for ; Fri, 7 Apr 2023 18:48:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E6F3084CBC for ; Fri, 7 Apr 2023 18:48:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DBD87FA84; Fri, 7 Apr 2023 18:48:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680893323119710" MIME-Version: 1.0 Date: Fri, 7 Apr 2023 18:48:43 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20230407184843.DBD87FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680893323119710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Fri Apr 7 18:48:43 UTC 2023 Modified Files: pkgsrc/audio/kid3: Makefile pkgsrc/net/transmission-qt: Makefile pkgsrc/net/wireshark: Makefile pkgsrc/print/poppler-qt6: Makefile Log Message: revbump due to qt6 update to version 6.5.0 To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 pkgsrc/audio/kid3/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/transmission-qt/Makefile cvs rdiff -u -r1.290 -r1.291 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/poppler-qt6/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680893323119710 Content-Disposition: inline Content-Length: 2261 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/kid3/Makefile diff -u pkgsrc/audio/kid3/Makefile:1.129 pkgsrc/audio/kid3/Makefile:1.130 --- pkgsrc/audio/kid3/Makefile:1.129 Mon Apr 3 20:20:44 2023 +++ pkgsrc/audio/kid3/Makefile Fri Apr 7 18:48:43 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.129 2023/04/03 20:20:44 nros Exp $ +# $NetBSD: Makefile,v 1.130 2023/04/07 18:48:43 nros Exp $ DISTNAME= kid3-3.9.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kid3/} Index: pkgsrc/net/transmission-qt/Makefile diff -u pkgsrc/net/transmission-qt/Makefile:1.71 pkgsrc/net/transmission-qt/Makefile:1.72 --- pkgsrc/net/transmission-qt/Makefile:1.71 Mon Apr 3 20:21:17 2023 +++ pkgsrc/net/transmission-qt/Makefile Fri Apr 7 18:48:43 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2023/04/03 20:21:17 nros Exp $ +# $NetBSD: Makefile,v 1.72 2023/04/07 18:48:43 nros Exp $ PKGNAME= transmission-qt-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Free, lightweight BitTorrent client (QT version) DEPENDS+= transmission-common>=${VERSION}:../../net/transmission-common Index: pkgsrc/net/wireshark/Makefile diff -u pkgsrc/net/wireshark/Makefile:1.290 pkgsrc/net/wireshark/Makefile:1.291 --- pkgsrc/net/wireshark/Makefile:1.290 Mon Apr 3 20:21:17 2023 +++ pkgsrc/net/wireshark/Makefile Fri Apr 7 18:48:43 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.290 2023/04/03 20:21:17 nros Exp $ +# $NetBSD: Makefile,v 1.291 2023/04/07 18:48:43 nros Exp $ DISTNAME= wireshark-4.0.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/poppler-qt6/Makefile diff -u pkgsrc/print/poppler-qt6/Makefile:1.6 pkgsrc/print/poppler-qt6/Makefile:1.7 --- pkgsrc/print/poppler-qt6/Makefile:1.6 Wed Mar 29 10:23:06 2023 +++ pkgsrc/print/poppler-qt6/Makefile Fri Apr 7 18:48:43 2023 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2023/03/29 10:23:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2023/04/07 18:48:43 nros Exp $ # this must be set before compiler.mk # is included in Makefile.common GCC_REQD+= 9 # required by Qt6 headers +PKGREVISION= 1 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt6-${POPPLER_VERS} --_----------=_1680893323119710--