1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Updated to 1.10

This commit is contained in:
Sergey Skvortsov 2004-12-13 12:36:59 +00:00
parent e78085dddc
commit 420cf824d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123929
3 changed files with 4 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Digest
PORTVERSION= 1.08
PORTVERSION= 1.10
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
@ -21,6 +21,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= INSTALLDIRS="site"
MAN3= Digest.3 Digest::base.3
MAN3= Digest.3 Digest::base.3 Digest::file.3
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (Digest-1.08.tar.gz) = ff67433be423c036b71e60dfddb5cdd5
SIZE (Digest-1.08.tar.gz) = 6359
MD5 (Digest-1.10.tar.gz) = 3346c9f3cad3519bd39a044d1900d4ab
SIZE (Digest-1.10.tar.gz) = 7122

View File

@ -3,6 +3,3 @@ Digest:: modules. It also provide documentation of the interface that
all Digest:: modules should provide.
WWW: http://search.cpan.org/dist/Digest/
-- Sergey Skvortsov
skv@FreeBSD.org