diff options
author | heinz <heinz@pkgsrc.org> | 2003-12-10 22:08:59 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-12-10 22:08:59 +0000 |
commit | 144763c8b77e428ae1113ce95f950472f78fb35d (patch) | |
tree | 0f40edb44666135825e258f8e8baffe04d3d4235 /security | |
parent | 663d59380b4d41eb4f5e25441cb9cbb86b20297b (diff) | |
download | pkgsrc-144763c8b77e428ae1113ce95f950472f78fb35d.tar.gz |
Update to version 2.33
Take maintainershi.
Add HOMEPAGE.
Changes since 2.30:
2003-12-07 Gisle Aas <gisle@ActiveState.com>
Release 2.33
Enable explicit context passing for slight performance
improvement in threaded perls.
Tweaks to the Makefile.PL so that it is suitable both for
core and CPAN use.
2003-12-05 Gisle Aas <gisle@ActiveState.com>
Release 2.32
Don't run u32align test program on HP-UX 10.20 as it
will hang. Patch by H.Merijn Brand <h.m.brand@hccnet.nl>.
Fixed documentation typo.
2003-11-28 Gisle Aas <gisle@ActiveState.com>
Release 2.31
Inherit add_bits() from Digest::base if available.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 8c91ca3e40c..f53540d5ef0 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,15 +1,18 @@ -# $NetBSD: Makefile,v 1.20 2003/11/27 16:32:58 grant Exp $ +# $NetBSD: Makefile,v 1.21 2003/12/10 22:08:59 heinz Exp $ # -DISTNAME= Digest-MD5-2.30 +DISTNAME= Digest-MD5-2.33 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5md5 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Digest-MD5/ COMMENT= Perl5 extension interface for MD5 algorithm +DEPENDS+= p5-Digest>=1.00:../p5-Digest + CONFLICTS+= p5-MD5-[0-9]* USE_BUILDLINK2= YES diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index 3910552fe89..f8d87f6c601 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2003/11/27 16:32:58 grant Exp $ +$NetBSD: distinfo,v 1.10 2003/12/10 22:09:00 heinz Exp $ -SHA1 (Digest-MD5-2.30.tar.gz) = 29641342d98852cba2d45f0febac0a10409f0958 -Size (Digest-MD5-2.30.tar.gz) = 43746 bytes +SHA1 (Digest-MD5-2.33.tar.gz) = 77b6c4552181402fa2bb437102864ce438c8df37 +Size (Digest-MD5-2.33.tar.gz) = 44224 bytes |