Received: by mail.netbsd.org (Postfix, from userid 605) id 239CC85006; Thu, 5 Jan 2023 23:30:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 529A285003 for ; Thu, 5 Jan 2023 23:30:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GATcjddzJ86J for ; Thu, 5 Jan 2023 23:30:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A78AE84E78 for ; Thu, 5 Jan 2023 23:30:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A14A8FA90; Thu, 5 Jan 2023 23:30:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167296140920180" MIME-Version: 1.0 Date: Thu, 5 Jan 2023 23:30:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/qt5-qtwebkit To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230105233009.A14A8FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167296140920180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jan 5 23:30:09 UTC 2023 Modified Files: pkgsrc/x11/qt5-qtwebkit: Makefile Log Message: qt5-qtwebkit: restore PKGREVISION This was not bumped with the qt5 update, so the old PKGREVISION needs to stay To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 pkgsrc/x11/qt5-qtwebkit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167296140920180 Content-Disposition: inline Content-Length: 632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5-qtwebkit/Makefile diff -u pkgsrc/x11/qt5-qtwebkit/Makefile:1.102 pkgsrc/x11/qt5-qtwebkit/Makefile:1.103 --- pkgsrc/x11/qt5-qtwebkit/Makefile:1.102 Thu Jan 5 16:01:18 2023 +++ pkgsrc/x11/qt5-qtwebkit/Makefile Thu Jan 5 23:30:09 2023 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.102 2023/01/05 16:01:18 adam Exp $ +# $NetBSD: Makefile,v 1.103 2023/01/05 23:30:09 wiz Exp $ QTWKVERSION= 5.212.0-alpha4 DISTNAME= qtwebkit-${QTWKVERSION} PKGNAME= qt5-qtwebkit-${QTWKVERSION:S/-/./} +PKGREVISION= 12 CATEGORIES= x11 www MASTER_SITES= ${MASTER_SITE_GITHUB:=qtwebkit/} GITHUB_PROJECT= qtwebkit --_----------=_167296140920180--