Received: by mail.netbsd.org (Postfix, from userid 605) id 3015184EB9; Tue, 7 Jun 2022 18:10:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6964384D1D for ; Tue, 7 Jun 2022 18:10:02 +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 kIebGxP04H4A for ; Tue, 7 Jun 2022 18:10:02 +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 F33BD84CF8 for ; Tue, 7 Jun 2022 18:10:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76EB0FB19; Tue, 7 Jun 2022 18:11:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165462548515640" MIME-Version: 1.0 Date: Tue, 7 Jun 2022 18:11:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/polkit To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220607181125.76EB0FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165462548515640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jun 7 18:11:25 UTC 2022 Modified Files: pkgsrc/security/polkit: Makefile Log Message: polkit: really bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/polkit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165462548515640 Content-Disposition: inline Content-Length: 548 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/polkit/Makefile diff -u pkgsrc/security/polkit/Makefile:1.42 pkgsrc/security/polkit/Makefile:1.43 --- pkgsrc/security/polkit/Makefile:1.42 Tue Jun 7 18:03:55 2022 +++ pkgsrc/security/polkit/Makefile Tue Jun 7 18:11:25 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2022/06/07 18:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2022/06/07 18:11:25 wiz Exp $ DISTNAME= polkit-0.120 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ --_----------=_165462548515640--