1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- Update to 2.36

PR:		based on ports/90009
Submitted by:	leeym
Approved by:	maintainer timeout
This commit is contained in:
Yen-Ming Lee 2005-12-29 16:50:10 +00:00
parent 9c85164dbe
commit 13a1bacbba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152363
2 changed files with 12 additions and 5 deletions

View File

@ -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>

View File

@ -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