Received: by mail.netbsd.org (Postfix, from userid 605) id 4D23484D58; Sat, 29 May 2021 23:24:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 899A384D56 for ; Sat, 29 May 2021 23:24:07 +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 nKZr9Xvcj2-8 for ; Sat, 29 May 2021 23:24:07 +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 227E084CDC for ; Sat, 29 May 2021 23:24:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 19F02FA95; Sat, 29 May 2021 23:24:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162233064775690" MIME-Version: 1.0 Date: Sat, 29 May 2021 23:24:07 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20210529232407.19F02FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162233064775690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sat May 29 23:24:07 UTC 2021 Modified Files: pkgsrc/security: Makefile Log Message: Add libpe To generate a diff of this commit: cvs rdiff -u -r1.823 -r1.824 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162233064775690 Content-Disposition: inline Content-Length: 621 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.823 pkgsrc/security/Makefile:1.824 --- pkgsrc/security/Makefile:1.823 Sun May 23 07:16:44 2021 +++ pkgsrc/security/Makefile Sat May 29 23:24:06 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.823 2021/05/23 07:16:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.824 2021/05/29 23:24:06 khorben Exp $ # COMMENT= Security and cryptography tools and libraries @@ -180,6 +180,7 @@ SUBDIR+= libnetpgpverify SUBDIR+= liboauth SUBDIR+= libp11 SUBDIR+= libpbc +SUBDIR+= libpe SUBDIR+= libprelude SUBDIR+= libprelude-lua SUBDIR+= libprelude-perl --_----------=_162233064775690--