Received: by mail.netbsd.org (Postfix, from userid 605) id D8FCB84D47; Thu, 11 Aug 2022 23:23:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F3A084D35 for ; Thu, 11 Aug 2022 23:23:29 +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 1TeKT7i-BBc5 for ; Thu, 11 Aug 2022 23:23:28 +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 6E6DE84D1B for ; Thu, 11 Aug 2022 23:23:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 622AEFB1A; Thu, 11 Aug 2022 23:23:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166026020838170" MIME-Version: 1.0 Date: Thu, 11 Aug 2022 23:23:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/p5-Crypt-SMIME To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220811232328.622AEFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166026020838170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 11 23:23:28 UTC 2022 Modified Files: pkgsrc/security/p5-Crypt-SMIME: Makefile Log Message: p5-Crypt-SMIME: add pkg-config to tools to fix build To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/p5-Crypt-SMIME/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166026020838170 Content-Disposition: inline Content-Length: 1132 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Crypt-SMIME/Makefile diff -u pkgsrc/security/p5-Crypt-SMIME/Makefile:1.14 pkgsrc/security/p5-Crypt-SMIME/Makefile:1.15 --- pkgsrc/security/p5-Crypt-SMIME/Makefile:1.14 Tue Jun 28 11:35:45 2022 +++ pkgsrc/security/p5-Crypt-SMIME/Makefile Thu Aug 11 23:23:28 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/06/28 11:35:45 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/08/11 23:23:28 wiz Exp $ DISTNAME= Crypt-SMIME-0.28 PKGNAME= p5-${DISTNAME} @@ -11,12 +11,14 @@ HOMEPAGE= https://metacpan.org/pod/Crypt COMMENT= Perl5 S/MIME message signing, verification, encryption and decryption LICENSE= ${PERL5_LICENSE} -PERL5_PACKLIST= auto/Crypt/SMIME/.packlist - BUILD_DEPENDS+= p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig BUILD_DEPENDS+= p5-ExtUtils-CChecker-[0-9]*:../../devel/p5-ExtUtils-CChecker TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception +USE_TOOLS+= pkg-config + +PERL5_PACKLIST= auto/Crypt/SMIME/.packlist + .include "../../security/openssl/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_166026020838170--