diff options
author | hubertf <hubertf> | 2001-10-03 02:33:55 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-10-03 02:33:55 +0000 |
commit | 1435d4919b3d832accd85fb9b2e19017a0681815 (patch) | |
tree | b8ac60b2ed781e2ebbd4ef4ed0db711b501929f6 /textproc | |
parent | fd836da5c67e63b0c4893028428f08430f1622a0 (diff) | |
download | pkgsrc-1435d4919b3d832accd85fb9b2e19017a0681815.tar.gz |
be more cautious about pkg wildcards: PR 14138, 14140
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Convert-ASCII-Armour/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Convert-PEM/Makefile | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/textproc/p5-Convert-ASCII-Armour/Makefile b/textproc/p5-Convert-ASCII-Armour/Makefile index 6c1f71c55cb..c2f8e9e81df 100644 --- a/textproc/p5-Convert-ASCII-Armour/Makefile +++ b/textproc/p5-Convert-ASCII-Armour/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/10/02 01:46:00 mcr Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 02:33:55 hubertf Exp $ # DISTNAME= Convert-ASCII-Armour-1.4 @@ -10,9 +10,9 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 module to convert binary octets into ASCII armour -DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 -DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64 -DEPENDS+= p5-Compress-Zlib-*:../../devel/p5-Compress-Zlib +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/ASCII/Armour/.packlist diff --git a/textproc/p5-Convert-PEM/Makefile b/textproc/p5-Convert-PEM/Makefile index 0fe15ddb430..c5bdada6ece 100644 --- a/textproc/p5-Convert-PEM/Makefile +++ b/textproc/p5-Convert-PEM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/10/02 01:46:18 mcr Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 02:33:55 hubertf Exp $ # DISTNAME= Convert-PEM-0.06 @@ -10,11 +10,11 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 module to read/write ASN.1-encoded PEM files -DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64 -DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1 -DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 -DEPENDS+= p5-Crypt-DES-*:../../security/p5-Crypt-DES -DEPENDS+= p5-Crypt-DES_EDE3-*:../../security/p5-Crypt-DES_EDE3 +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1 +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES +DEPENDS+= p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3 USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/PEM/.packlist |