diff options
author | demon <demon@FreeBSD.org> | 2003-12-10 23:35:25 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-12-10 23:35:25 +0800 |
commit | 7f0f888d6c5b964f797db88945a2ec91eb282fca (patch) | |
tree | 672b4b1ae7a4ffb412ba21a87d4d4d81d77ad7b9 /security | |
parent | 74a7b035e28b4ae4c8c985ec2a6022967331659d (diff) | |
download | freebsd-ports-gnome-7f0f888d6c5b964f797db88945a2ec91eb282fca.tar.gz freebsd-ports-gnome-7f0f888d6c5b964f797db88945a2ec91eb282fca.tar.zst freebsd-ports-gnome-7f0f888d6c5b964f797db88945a2ec91eb282fca.zip |
Update to version 2.33.
Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 6fd1b2b91360..b62d9dac0795 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.30 +PORTVERSION= 2.33 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= petef@FreeBSD.org COMMENT= Perl5 interface to the MD5 algorithm +BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes CONFIGURE_ARGS= INSTALLDIRS=site diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index 9dec470a6fd9..d7772e30d853 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1 +1 @@ -MD5 (Digest-MD5-2.30.tar.gz) = b53c5c1a199932122f52f14b01252399 +MD5 (Digest-MD5-2.33.tar.gz) = f9631d075f271f44cdfadf6b3dfa8b38 |