diff options
author | he <he@pkgsrc.org> | 2004-12-05 18:55:46 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-12-05 18:55:46 +0000 |
commit | 32be37724e524cf08c4dd23c97e2a33bbdadc36b (patch) | |
tree | 4e7dab8616b3e0c5740147d355d645d26218f04e /security/p5-Digest-MD4/Makefile | |
parent | 99545f80033981d48485fa509e460c3b94064eac (diff) | |
download | pkgsrc-32be37724e524cf08c4dd23c97e2a33bbdadc36b.tar.gz |
Update p5-Digest-MD4 from version 1.3 to 1.5.
Change log:
*** 2004/09/13 Version 1.4
Fixed Makefile problems on some versions of perl 5.8.0
*** 2004/11/17 Version 1.5
ActivePerl version adds hexhash() for compatibility
Contributed by Gisle Aas
Diffstat (limited to 'security/p5-Digest-MD4/Makefile')
-rw-r--r-- | security/p5-Digest-MD4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile index 98d82fbd2d2..d7bb34e0766 100644 --- a/security/p5-Digest-MD4/Makefile +++ b/security/p5-Digest-MD4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/04/27 05:44:22 snj Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/05 18:55:46 he Exp $ # -DISTNAME= Digest-MD4-1.3 +DISTNAME= Digest-MD4-1.5 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5md4 CATEGORIES= security perl5 |