Subject: pkg/14138: textproc/p5-Convert-PEM: wildcard use update in Makefile
To: None <gnats-bugs@gnats.netbsd.org>
From: None <sen@eccosys.com>
List: netbsd-bugs
Date: 10/02/2001 19:14:07
>Number:         14138
>Category:       pkg
>Synopsis:       textproc/p5-Convert-PEM: wildcard use update in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 02 19:15:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sen Nagata
>Release:        1.5.2
>Organization:
>Environment:
>Description:
Makefile for p5-Convert-PEM uses -* for wildcard in DEPENDs.



>How-To-Repeat:

>Fix:
See cvs diff output below.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/p5-Convert-PEM/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile    2001/10/02 01:46:18     1.1
+++ Makefile    2001/10/03 02:04:10
@@ -10,11 +10,11 @@
 #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


>Release-Note:
>Audit-Trail:
>Unformatted: