pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-OpenPGP security/p5-Crypt-OpenPGP: i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bc76a68d37f
branches:  trunk
changeset: 376160:4bc76a68d37f
user:      ast <ast%pkgsrc.org@localhost>
date:      Sun Apr 03 07:53:14 2022 +0000

description:
security/p5-Crypt-OpenPGP: installs an executable requiring devel/p5-Term-ReadKey

diffstat:

 security/p5-Crypt-OpenPGP/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 5d62a61d603c -r 4bc76a68d37f security/p5-Crypt-OpenPGP/Makefile
--- a/security/p5-Crypt-OpenPGP/Makefile        Sun Apr 03 07:50:04 2022 +0000
+++ b/security/p5-Crypt-OpenPGP/Makefile        Sun Apr 03 07:53:14 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2021/05/24 19:53:58 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2022/04/03 07:53:14 ast Exp $
 
 DISTNAME=              Crypt-OpenPGP-1.12
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
@@ -11,6 +11,9 @@
 COMMENT=               Pure-Perl OpenPGP implementation
 LICENSE=               ${PERL5_LICENSE}
 
+# for /usr/pkg/bin/pgplet -> ../lib/perl5/vendor_perl/bin/pgplet
+DEPENDS+=              p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+
 DEPENDS+=              p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
 DEPENDS+=              p5-Crypt-CAST5_PP-[0-9]*:../../security/p5-Crypt-CAST5_PP
 DEPENDS+=              p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES



Home | Main Index | Thread Index | Old Index