diff options
author | shell <shell> | 2002-04-27 19:07:35 +0000 |
---|---|---|
committer | shell <shell> | 2002-04-27 19:07:35 +0000 |
commit | b57780b34372709b53aa6a68444e2a7a83021224 (patch) | |
tree | 7df1af4c96caec709bc2eef988711783b4eb142d /security/p5-Digest-MD5/Makefile | |
parent | ac4ae7f4ae8ff082ccae988d84615a903fbe3400 (diff) | |
download | pkgsrc-b57780b34372709b53aa6a68444e2a7a83021224.tar.gz |
Updated p5-Digest-MD5 to 2.17
- Fixed COMMENT
- Updated DESCR
Changes :
- The SvPVbyte in perl-5.6.1 is buggy. Use the one from 5.7.3
instead.
- Give warning if the function interface is used as instance
methods: $md5->md5_hex().
Diffstat (limited to 'security/p5-Digest-MD5/Makefile')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index bb308cca1a8..b47d2a601a8 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2001/11/26 06:50:17 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2002/04/27 19:07:35 shell Exp $ # -DISTNAME= Digest-MD5-2.16 +DISTNAME= Digest-MD5-2.17 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5md5 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} MAINTAINER= packages@netbsd.org -COMMENT= Perl5 extension interface for various message digest algorithms +COMMENT= Perl5 extension interface for MD5 algorithm CONFLICTS+= p5-MD5-[0-9]* |