Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3D5381A923C for ; Sat, 23 Jan 2021 10:59:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7323584D67; Sat, 23 Jan 2021 10:59:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF43D84D41 for ; Sat, 23 Jan 2021 10:59:55 +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 TBN8XD3Oq1zo for ; Sat, 23 Jan 2021 10:59:55 +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 46C6984CDB for ; Sat, 23 Jan 2021 10:59:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E039FA9D; Sat, 23 Jan 2021 10:59:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611399595154590" MIME-Version: 1.0 Date: Sat, 23 Jan 2021 10:59:55 +0000 From: "pin" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210123105955.3E039FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611399595154590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Jan 23 10:59:55 UTC 2021 Modified Files: pkgsrc/security: Makefile Log Message: Add pleaser To generate a diff of this commit: cvs rdiff -u -r1.799 -r1.800 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611399595154590 Content-Disposition: inline Content-Length: 570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.799 pkgsrc/security/Makefile:1.800 --- pkgsrc/security/Makefile:1.799 Mon Jan 18 15:19:33 2021 +++ pkgsrc/security/Makefile Sat Jan 23 10:59:55 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.799 2021/01/18 15:19:33 taca Exp $ +# $NetBSD: Makefile,v 1.800 2021/01/23 10:59:55 pin Exp $ # COMMENT= Security tools @@ -404,6 +404,7 @@ SUBDIR+= pinepgp SUBDIR+= pius SUBDIR+= pkcs11-helper SUBDIR+= pks +SUBDIR+= pleaser SUBDIR+= policykit SUBDIR+= policykit-gnome SUBDIR+= polkit --_----------=_1611399595154590--