aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-HMAC
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-31 06:24:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-31 06:24:28 +0000
commit14a0b11ca86620a79987a35008765088ee19c0da (patch)
tree8b4ea3290eeed4975708fd4e774e05da388bb6fd /security/p5-Digest-HMAC
parentd0f82cd1fc36a09e3900ef882e5e026233a953f8 (diff)
downloadports-14a0b11ca86620a79987a35008765088ee19c0da.tar.gz
ports-14a0b11ca86620a79987a35008765088ee19c0da.zip
- Update to 1.03
Notes
Notes: svn path=/head/; revision=278606
Diffstat (limited to 'security/p5-Digest-HMAC')
-rw-r--r--security/p5-Digest-HMAC/Makefile5
-rw-r--r--security/p5-Digest-HMAC/distinfo4
-rw-r--r--security/p5-Digest-HMAC/pkg-descr2
3 files changed, 5 insertions, 6 deletions
diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile
index 7517caaf8762..34b004e075aa 100644
--- a/security/p5-Digest-HMAC/Makefile
+++ b/security/p5-Digest-HMAC/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Digest-HMAC
-PORTVERSION= 1.02
+PORTVERSION= 1.03
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,9 +14,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to HMAC Message-Digest Algorithms
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= yes
MAN3= Digest::HMAC.3 \
diff --git a/security/p5-Digest-HMAC/distinfo b/security/p5-Digest-HMAC/distinfo
index 8f2e31a626fb..e7c327ea05b7 100644
--- a/security/p5-Digest-HMAC/distinfo
+++ b/security/p5-Digest-HMAC/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Digest-HMAC-1.02.tar.gz) = d0043b2fb5d38b571c11afbb424a1e6952b0f230da68525b14e8435830fd02f1
-SIZE (Digest-HMAC-1.02.tar.gz) = 6989
+SHA256 (Digest-HMAC-1.03.tar.gz) = 3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59
+SIZE (Digest-HMAC-1.03.tar.gz) = 7251
diff --git a/security/p5-Digest-HMAC/pkg-descr b/security/p5-Digest-HMAC/pkg-descr
index 49befd3908a0..681ad2c99702 100644
--- a/security/p5-Digest-HMAC/pkg-descr
+++ b/security/p5-Digest-HMAC/pkg-descr
@@ -18,3 +18,5 @@ Copyright 1990-1992 RSA Data Security, Inc.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
+
+WWW: http://search.cpan.org/dist/Digest-HMAC/