diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-09 06:21:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-09 06:21:26 +0800 |
commit | 9dccb58422cb2167005ad5ff20a8d35dd6766c71 (patch) | |
tree | a7959c5430798dd576ca2b367c01e5766def089e /security | |
parent | 4ac1e505e6d59502bdfbde621121173522fdbb53 (diff) | |
download | freebsd-ports-gnome-9dccb58422cb2167005ad5ff20a8d35dd6766c71.tar.gz freebsd-ports-gnome-9dccb58422cb2167005ad5ff20a8d35dd6766c71.tar.zst freebsd-ports-gnome-9dccb58422cb2167005ad5ff20a8d35dd6766c71.zip |
- Update to 2.52
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/Digest-MD5/Changes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 10 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index c12835eaa231..892af291f67c 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.51 +PORTVERSION= 2.52 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,10 +18,4 @@ PERL_CONFIGURE= yes MAN3= Digest::MD5.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500803 -RUN_DEPENDS+= p5-Digest>=0:${PORTSDIR}/security/p5-Digest -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index fefbfbed608e..54a8a09b830e 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,2 +1,2 @@ -SHA256 (Digest-MD5-2.51.tar.gz) = c6ff2075df76adccd8cbf89240bd2cf84f07091b177474c2d3bf2d2a7f9f921c -SIZE (Digest-MD5-2.51.tar.gz) = 45964 +SHA256 (Digest-MD5-2.52.tar.gz) = 0a7caed9931af2123e64f110e284e33d88cdd5d9a7e0514ae5a8b7ae1b90e43e +SIZE (Digest-MD5-2.52.tar.gz) = 46828 |