diff options
author | sno <sno@pkgsrc.org> | 2009-06-14 20:09:54 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-06-14 20:09:54 +0000 |
commit | 64c720ab7eadea7d47c84486a60355aec371f2df (patch) | |
tree | 7e57631594573868cf7242d13d4600684fd68852 /security/p5-Digest-MD5 | |
parent | 401ec1cdeb87bb68a969399fde8d72e5edad96ff (diff) | |
download | pkgsrc-64c720ab7eadea7d47c84486a60355aec371f2df.tar.gz |
pkgsrc changes:
- Updating package of p5 module Digest::MD5 from 2.38 to 2.39
- Setting license to ${PERL5_LICENSE} according to META.yaml
Upstream changes:
2009-06-09 - Release 2.39: Gisle Aas <gisle@ActiveState.com>
Nicholas Clark (2):
Get rid of the PERL_CORE hacks
Sync core: Rename ext/Digest/MD5 to ext/Digest-MD5
Jerry Hedden (1):
Handle non-numeric version numbers in ext/Digest/MD5/Makefile.PL
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index e35c7052722..7ed20c0b6f3 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2008/12/18 21:57:22 he Exp $ +# $NetBSD: Makefile,v 1.32 2009/06/14 20:09:54 sno Exp $ # -DISTNAME= Digest-MD5-2.38 +DISTNAME= Digest-MD5-2.39 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5md5 CATEGORIES= security perl5 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Digest-MD5/ COMMENT= Perl5 extension interface for MD5 algorithm +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index e190db7f74b..ebcd77f61c4 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2008/12/18 21:57:22 he Exp $ +$NetBSD: distinfo,v 1.14 2009/06/14 20:09:54 sno Exp $ -SHA1 (Digest-MD5-2.38.tar.gz) = f2b67eeaa745fd0501bf93d55c8d3339029c9157 -RMD160 (Digest-MD5-2.38.tar.gz) = 49aca118503d170d5db7f25c7d608dc7755d11a6 -Size (Digest-MD5-2.38.tar.gz) = 45345 bytes +SHA1 (Digest-MD5-2.39.tar.gz) = 4242f0b1ffa898b7b7d17b4b9275f96f78bb64a6 +RMD160 (Digest-MD5-2.39.tar.gz) = 87876d61bf5eac900f913790f51ed0d8f50860d1 +Size (Digest-MD5-2.39.tar.gz) = 45255 bytes |