From fd836da5c67e63b0c4893028428f08430f1622a0 Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 3 Oct 2001 02:31:19 +0000 Subject: Be more careful about wildcards: -* => -[0-9]* Noted in PR 14137 (p5-Crypt-DSA) and 14139 (p5-Crypt-RSA) --- security/p5-Crypt-DSA/Makefile | 12 ++++++------ security/p5-Crypt-OpenPGP/Makefile | 28 ++++++++++++++-------------- security/p5-Crypt-Primes/Makefile | 6 +++--- security/p5-Crypt-RSA/Makefile | 24 ++++++++++++------------ security/p5-Crypt-Random/Makefile | 6 +++--- 5 files changed, 38 insertions(+), 38 deletions(-) (limited to 'security') diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index eea582239f0..11d0a930a9b 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/10/02 16:59:05 mcr Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/03 02:31:19 hubertf Exp $ # DISTNAME= Crypt-DSA-0.12 @@ -11,11 +11,11 @@ MAINTAINER= packages@netbsd.org COMMENT= perl5 module for the DSA public key algorithm # XXX: really want p5-Digest-SHA1...waiting for update -DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 -DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari -DEPENDS+= p5-Crypt-Random-*:../../security/p5-Crypt-Random -DEPENDS+= p5-Data-Buffer-*:../../devel/p5-Data-Buffer -DEPENDS+= p5-Convert-PEM-*:../../textproc/p5-Convert-PEM +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari +DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random +DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer +DEPENDS+= p5-Convert-PEM-[0-9]*:../../textproc/p5-Convert-PEM USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/DSA/.packlist diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index c5d8708c1e2..a7156f8a7af 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/10/01 00:00:08 mcr Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 02:31:20 hubertf Exp $ # DISTNAME= Crypt-OpenPGP-0.17 @@ -10,20 +10,20 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 module for OpenPGP support -DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64 -DEPENDS+= p5-Compress-Zlib-*:../../devel/p5-Compress-Zlib -DEPENDS+= p5-Crypt-DES-*:../../security/p5-Crypt-DES -DEPENDS+= p5-Crypt-DES_EDE3-*:../../security/p5-Crypt-DES_EDE3 -DEPENDS+= p5-Crypt-Blowfish-*:../../security/p5-Crypt-Blowfish -DEPENDS+= p5-Data-Buffer-*:../../devel/p5-Data-Buffer -DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari -DEPENDS+= p5-Crypt-Twofish-*:../../security/p5-Crypt-Twofish -DEPENDS+= p5-Crypt-Rijndael-*:../../security/p5-Crypt-Rijndael -DEPENDS+= p5-Crypt-RIPEMD160-*:../../security/p5-Crypt-RIPEMD160 -DEPENDS+= p5-Crypt-RSA-*:../../security/p5-Crypt-RSA -DEPENDS+= p5-Crypt-DSA-*:../../security/p5-Crypt-DSA +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib +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-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish +DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer +DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari +DEPENDS+= p5-Crypt-Twofish-[0-9]*:../../security/p5-Crypt-Twofish +DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael +DEPENDS+= p5-Crypt-RIPEMD160-[0-9]*:../../security/p5-Crypt-RIPEMD160 +DEPENDS+= p5-Crypt-RSA-[0-9]*:../../security/p5-Crypt-RSA +DEPENDS+= p5-Crypt-DSA-[0-9]*:../../security/p5-Crypt-DSA # hmmm -#DEPENDS+= p5-Crypt-IDEA-*:../../security/p5-Crypt-IDEA +#DEPENDS+= p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA # hmmm IS_INTERACTIVE= # defined diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index 37b4b9b14da..32cca722906 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/10/01 00:33:14 mcr Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 02:31:20 hubertf Exp $ # DISTNAME= Crypt-Primes-0.49 @@ -10,8 +10,8 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 module for provable prime number generation -DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari -DEPENDS+= p5-Crypt-Random-*:../../security/p5-Crypt-Random +DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari +DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Primes/.packlist diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index 9a5e26c0759..18542832ed1 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/10/02 16:59:39 mcr Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/03 02:31:20 hubertf Exp $ # DISTNAME= Crypt-RSA-1.47 @@ -10,17 +10,17 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 module of the RSA public key algorithm -DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari -DEPENDS+= p5-Crypt-Random-*:../../security/p5-Crypt-Random -DEPENDS+= p5-Crypt-Primes-*:../../security/p5-Crypt-Primes -DEPENDS+= p5-Tie-EncryptedHash-*:../../security/p5-Tie-EncryptedHash -DEPENDS+= p5-Convert-ASCII-Armour-*:../../textproc/p5-Convert-ASCII-Armour -DEPENDS+= p5-SortVersions-*:../../devel/p5-SortVersions -#DEPENDS+= p5-Digest-SHA1-*:../../security/p5-Digest-SHA1 -DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 -#DEPENDS+= p5-Digest-MD2-*:../../security/p5-Digest-MD2 -DEPENDS+= p5-Class-Loader-*:../../devel/p5-Class-Loader -DEPENDS+= p5-Data-Buffer-*:../../devel/p5-Data-Buffer +DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari +DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random +DEPENDS+= p5-Crypt-Primes-[0-9]*:../../security/p5-Crypt-Primes +DEPENDS+= p5-Tie-EncryptedHash-[0-9]*:../../security/p5-Tie-EncryptedHash +DEPENDS+= p5-Convert-ASCII-Armour-[0-9]*:../../textproc/p5-Convert-ASCII-Armour +DEPENDS+= p5-SortVersions-[0-9]*:../../devel/p5-SortVersions +#DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +#DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2 +DEPENDS+= p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader +DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/RSA/.packlist diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index 1cdd49d23f8..d60ca321631 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/10/01 01:58:47 mcr Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 02:31:20 hubertf Exp $ # DISTNAME= Crypt-Random-1.11 @@ -10,8 +10,8 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 interface to /dev/random -DEPENDS+= p5-Class-Loader-*:../../devel/p5-Class-Loader -DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari +DEPENDS+= p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader +DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Random/.packlist -- cgit v1.2.3