Subject: pkg/14137: security/p5-Crypt-DSA: wildcard use update in Makefile and update one DEPENDS
To: None <gnats-bugs@gnats.netbsd.org>
From: None <sen@eccosys.com>
List: netbsd-bugs
Date: 10/02/2001 19:10:50
>Number:         14137
>Category:       pkg
>Synopsis:       security/p5-Crypt-DSA: wildcard use update in Makefile and update one DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 02 19:12:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sen Nagata
>Release:        1.5.2
>Organization:
>Environment:
>Description:
Makefile for p5-Crypt-DSA uses -* for wildcard in depends.
Also, p5-Crypt-DSA should depend on p5-Crypt-SHA1 instead of p5-Crypt-MD5
now.
>How-To-Repeat:

>Fix:
See cvs diff output below.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/p5-Crypt-DSA/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    2001/10/02 16:59:05     1.2
+++ Makefile    2001/10/03 02:05:25
@@ -10,12 +10,11 @@
 #HOMEPAGE=     
 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-SHA1-[0-9]*:../../security/p5-Digest-SHA1
+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

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