diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-29 16:50:10 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-29 16:50:10 +0000 |
commit | 13a1bacbba5656094a1f69ce3c0e678a74810cd1 (patch) | |
tree | f16f32231a6b71940c0e168679c63247024e0349 /security/p5-Digest-MD5 | |
parent | 9c85164dbea27fb40a87ba91320c88b9f13402fa (diff) |
Notes
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 12 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 5 |
2 files changed, 12 insertions, 5 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 3073e87f0a08..1d2ceebbf466 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.33 +PORTVERSION= 2.36 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest @@ -20,6 +20,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Digest::MD5.3 +MAN3= Digest::MD5.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: + ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/MD5.pm + ${PERL} -pi -e '$$_ = "" if m{5.006}' ${WRKSRC}/Makefile.PL + +.include <bsd.port.post.mk> diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index 8bf8825c4817..783345726ab8 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,2 +1,3 @@ -MD5 (Digest-MD5-2.33.tar.gz) = f9631d075f271f44cdfadf6b3dfa8b38 -SIZE (Digest-MD5-2.33.tar.gz) = 44224 +MD5 (Digest-MD5-2.36.tar.gz) = 7f7996176c3008a1720a9984e94553ed +SHA256 (Digest-MD5-2.36.tar.gz) = 610a45812fce7cbbe3f35e6fa630adf36ab289ee2d5b00f177b0869bca749aa8 +SIZE (Digest-MD5-2.36.tar.gz) = 44687 |