Received: by mail.netbsd.org (Postfix, from userid 605) id BCD5484D60; Sun, 10 May 2020 14:13:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4587784D52 for ; Sun, 10 May 2020 14:13:47 +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 iwYc0Pz4fYkI for ; Sun, 10 May 2020 14:13:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9C73084CE7 for ; Sun, 10 May 2020 14:13:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A69FFB27; Sun, 10 May 2020 14:13:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589120026234680" MIME-Version: 1.0 Date: Sun, 10 May 2020 14:13:46 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/security/p5-Authen-PAM To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200510141346.9A69FFB27@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. --_----------=_1589120026234680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun May 10 14:13:46 UTC 2020 Modified Files: pkgsrc/security/p5-Authen-PAM: Makefile Log Message: security/p5-Authen-PAM: use perl as a tool This is not only a Perl module, it also runs the Perl interpreter directly. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/p5-Authen-PAM/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589120026234680 Content-Disposition: inline Content-Length: 846 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Authen-PAM/Makefile diff -u pkgsrc/security/p5-Authen-PAM/Makefile:1.16 pkgsrc/security/p5-Authen-PAM/Makefile:1.17 --- pkgsrc/security/p5-Authen-PAM/Makefile:1.16 Sun Aug 11 13:22:49 2019 +++ pkgsrc/security/p5-Authen-PAM/Makefile Sun May 10 14:13:46 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2019/08/11 13:22:49 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2020/05/10 14:13:46 rillig Exp $ # DISTNAME= Authen-PAM-0.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= security MASTER_SITES= http://search.cpan.org/CPAN/authors/id/N/NI/NIKIP/ @@ -14,6 +14,7 @@ COMMENT= Authentication via PAM GNU_CONFIGURE= yes PERL5_PACKLIST= auto/Authen/PAM/.packlist USE_LANGUAGES= c +USE_TOOLS+= perl .include "../../mk/pam.buildlink3.mk" .include "../../lang/perl5/module.mk" --_----------=_1589120026234680--