aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-12-13 12:36:59 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-12-13 12:36:59 +0000
commit420cf824d3eea3bc5d057bb795d4269ffc332a8a (patch)
tree899de119816fd6e2b0cd5fc382acb82f4f0f5362 /security/p5-Digest
parente78085dddce8b674310e9741010c118695e96af4 (diff)
downloadports-420cf824d3eea3bc5d057bb795d4269ffc332a8a.tar.gz
ports-420cf824d3eea3bc5d057bb795d4269ffc332a8a.zip
Updated to 1.10
Notes
Notes: svn path=/head/; revision=123929
Diffstat (limited to 'security/p5-Digest')
-rw-r--r--security/p5-Digest/Makefile4
-rw-r--r--security/p5-Digest/distinfo4
-rw-r--r--security/p5-Digest/pkg-descr3
3 files changed, 4 insertions, 7 deletions
diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile
index 0022084938e3..46ff2753c1de 100644
--- a/security/p5-Digest/Makefile
+++ b/security/p5-Digest/Makefile
@@ -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>
diff --git a/security/p5-Digest/distinfo b/security/p5-Digest/distinfo
index a75d4ca4a65a..7dfea308958b 100644
--- a/security/p5-Digest/distinfo
+++ b/security/p5-Digest/distinfo
@@ -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
diff --git a/security/p5-Digest/pkg-descr b/security/p5-Digest/pkg-descr
index c5199d86451d..3003b8beb3bb 100644
--- a/security/p5-Digest/pkg-descr
+++ b/security/p5-Digest/pkg-descr
@@ -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