Subject: pkg/14140: textproc/p5-Convert-ASCII-Armour: misc DEPENDS updates in Makefile
To: None <gnats-bugs@gnats.netbsd.org>
From: None <sen@eccosys.com>
List: netbsd-bugs
Date: 10/02/2001 19:30:51
>Number:         14140
>Category:       pkg
>Synopsis:       textproc/p5-Convert-ASCII-Armour: misc DEPENDS updates 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:32:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sen Nagata
>Release:        1.5.2
>Organization:
>Environment:
>Description:
Makefile for p5-Convert-ASCII-Armour uses -* for wildcard in DEPENDs.
Also dependency on p5-Digest-MD5 updated to use >=2.16

>How-To-Repeat:

>Fix:
See cvs diff output below.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/p5-Convert-ASCII-Armour/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile    2001/10/02 01:46:00     1.1
+++ Makefile    2001/10/03 02:26:36
@@ -10,9 +10,9 @@
 #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>=2.16:../../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

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