pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Module-Signature



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 27 05:59:36 UTC 2025

Modified Files:
        pkgsrc/security/p5-Module-Signature: Makefile

Log Message:
p5-Module-Signature: only record direct dependencies

Tests still pass.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/p5-Module-Signature/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-Module-Signature/Makefile
diff -u pkgsrc/security/p5-Module-Signature/Makefile:1.48 pkgsrc/security/p5-Module-Signature/Makefile:1.49
--- pkgsrc/security/p5-Module-Signature/Makefile:1.48   Sat Nov 16 12:06:34 2024
+++ pkgsrc/security/p5-Module-Signature/Makefile        Sun Apr 27 05:59:36 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2024/11/16 12:06:34 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2025/04/27 05:59:36 wiz Exp $
 
 DISTNAME=      Module-Signature-0.89
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
 
@@ -11,35 +11,8 @@ HOMEPAGE=    https://metacpan.org/release/M
 COMMENT=       Perl 5 module for module signature file manipulation
 LICENSE=       public-domain
 
-#DEPENDS+=             gnupg-[0-9]*:../../security/gnupg
-#DEPENDS+=             {perl>=5.10.0,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA
 DEPENDS+=              p5-Crypt-OpenPGP>=1.00:../../security/p5-Crypt-OpenPGP
-
-# OpenPGP dependencies used
-DEPENDS+=              p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader
-DEPENDS+=              p5-Convert-ASCII-Armour-[0-9]*:../../textproc/p5-Convert-ASCII-Armour
-DEPENDS+=              p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1
-DEPENDS+=              p5-Convert-PEM-[0-9]*:../../textproc/p5-Convert-PEM
-DEPENDS+=              p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
-DEPENDS+=              p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
-DEPENDS+=              p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
-DEPENDS+=              p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3
-DEPENDS+=              p5-Crypt-DSA>=1.16nb1:../../security/p5-Crypt-DSA
-DEPENDS+=              p5-Crypt-RIPEMD160>=0.04nb4:../../security/p5-Crypt-RIPEMD160
-DEPENDS+=              p5-Crypt-RSA-[0-9]*:../../security/p5-Crypt-RSA
-DEPENDS+=              p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
-DEPENDS+=              p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
-DEPENDS+=              p5-Crypt-Primes-[0-9]*:../../security/p5-Crypt-Primes
-DEPENDS+=              p5-Crypt-Twofish>=2.00:../../security/p5-Crypt-Twofish
-DEPENDS+=              p5-Data-Buffer>=0.04:../../devel/p5-Data-Buffer
-DEPENDS+=              p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2
-DEPENDS+=              p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
-#DEPENDS+=             {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress  # Compress::Zlib
-DEPENDS+=              p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
-DEPENDS+=              p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
-DEPENDS+=              p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari
-#DEPENDS+=             {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
-DEPENDS+=              p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
+TEST_DEPENDS+=         p5-IPC-Run>=0:../../devel/p5-IPC-Run
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Module/Signature/.packlist



Home | Main Index | Thread Index | Old Index