- upgrade to version 2.16

- bump NEED_VERSION
- add regression test
This commit is contained in:
kevlo 2001-12-25 09:49:56 +00:00
parent e32f84d20e
commit 606a7bf46d
4 changed files with 10 additions and 29 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2001/05/10 19:20:51 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2001/12/25 09:49:56 kevlo Exp $
COMMENT= "module to calculate digests"
DISTNAME= Digest-MD5-2.12
DISTNAME= Digest-MD5-2.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
NEED_VERSION= 1.407
NEED_VERSION= 1.503
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
@ -19,4 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
REGRESS_TARGET= test
REGRESS_DEPENDS= ::devel/p5-Test-Harness
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Digest-MD5-2.16.tar.gz) = 4ecb97b9f5f831f4c54ba7caddcf79df
RMD160 (Digest-MD5-2.16.tar.gz) = 0a6ebd6b746db6f1a4bd5e0644c29e7e0af2ff29
SHA1 (Digest-MD5-2.16.tar.gz) = ac7ba99ffe5c73dded10d0943f7acffa1094828a

View File

@ -1,3 +0,0 @@
MD5 (Digest-MD5-2.12.tar.gz) = 91225a9ea3b708db6557d0559b509af5
RMD160 (Digest-MD5-2.12.tar.gz) = 338d86fbac3cc24063687227a7ee543e15501cf9
SHA1 (Digest-MD5-2.12.tar.gz) = 5384947e6c424a12792db0c48bd0e8f998e1e928

View File

@ -1,28 +1,6 @@
@comment $OpenBSD: PLIST,v 1.4 2001/05/10 19:20:51 naddy Exp $
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Digest.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Digest/HMAC.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Digest/HMAC_MD5.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Digest/HMAC_SHA1.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Digest/MD2.pm
@comment $OpenBSD: PLIST,v 1.5 2001/12/25 09:50:01 kevlo Exp $
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Digest/MD5.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Digest/SHA1.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/MD5.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SHA.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/MD2/MD2.bs
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/MD2/MD2.so
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/MD5/MD5.bs
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/MD5/MD5.so
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/SHA1/SHA1.bs
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/SHA1/SHA1.so
man/man3/Digest.3p
man/man3/Digest::HMAC.3p
man/man3/Digest::HMAC_MD5.3p
man/man3/Digest::HMAC_SHA1.3p
man/man3/Digest::MD2.3p
man/man3/Digest::MD5.3p
man/man3/Digest::SHA1.3p
man/man3/MD5.3p
man/man3/SHA.3p
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/MD2
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/MD5
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/SHA1