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
This commit is contained in:
parent
9d69b3868b
commit
19ee1a4054
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue