pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Crypt-OpenPGP



Module Name:    pkgsrc
Committed By:   ast
Date:           Sun Apr  3 07:53:14 UTC 2022

Modified Files:
        pkgsrc/security/p5-Crypt-OpenPGP: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/p5-Crypt-OpenPGP/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-Crypt-OpenPGP/Makefile
diff -u pkgsrc/security/p5-Crypt-OpenPGP/Makefile:1.41 pkgsrc/security/p5-Crypt-OpenPGP/Makefile:1.42
--- pkgsrc/security/p5-Crypt-OpenPGP/Makefile:1.41      Mon May 24 19:53:58 2021
+++ pkgsrc/security/p5-Crypt-OpenPGP/Makefile   Sun Apr  3 07:53:14 2022
@@ -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 @@ HOMEPAGE=             https://metacpan.org/release/
 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