Received: by mail.netbsd.org (Postfix, from userid 605) id A618984D76; Thu, 2 Jan 2020 22:47:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EA8284D6F for ; Thu, 2 Jan 2020 22:47:57 +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 YKKVIDwjxuOQ for ; Thu, 2 Jan 2020 22:47:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 871CA84D6E for ; Thu, 2 Jan 2020 22:47:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84729FA97; Thu, 2 Jan 2020 22:47:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578005276226660" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 22:47:56 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/security/mate-polkit To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20200102224756.84729FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578005276226660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Jan 2 22:47:56 UTC 2020 Modified Files: pkgsrc/security/mate-polkit: Makefile Log Message: mate-polkit: tweak $DISTNAME Prepare to bump the default $VERSION in meta-pkg/mate to 1.22.2 (now the most common version amongst the packages and the effective release we're at). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/mate-polkit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578005276226660 Content-Disposition: inline Content-Length: 665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/mate-polkit/Makefile diff -u pkgsrc/security/mate-polkit/Makefile:1.17 pkgsrc/security/mate-polkit/Makefile:1.18 --- pkgsrc/security/mate-polkit/Makefile:1.17 Sun Jul 21 22:25:40 2019 +++ pkgsrc/security/mate-polkit/Makefile Thu Jan 2 22:47:56 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2019/07/21 22:25:40 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/02 22:47:56 gutteridge Exp $ PKGREVISION= 2 .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= mate-polkit-${VERSION} +DISTNAME= mate-polkit-${VERSION:R}.0 CATEGORIES= security COMMENT= MATE desktop environment Authentication Agent for PolicyKit --_----------=_1578005276226660--