Date: Tue, 23 May 2006 23:21:05 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hcoyote@ghostar.org Subject: ports/97696: [PATCH] security/p5-Digest-SHA: update to 5.37 Message-ID: <20060523152105.DE3F3B29CBD@utopia.leeym.com> Resent-Message-ID: <200605231530.k4NFUISK052078@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97696 >Category: ports >Synopsis: [PATCH] security/p5-Digest-SHA: update to 5.37 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 23 15:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 20 11:22:56 CST 2006 >Description: - Update to 5.37 Port maintainer (hcoyote@ghostar.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Digest-SHA-5.37.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/p5-Digest-SHA/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 4 May 2006 04:12:11 -0000 1.3 +++ Makefile 23 May 2006 15:20:10 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Digest-SHA -PORTVERSION= 5.34 +PORTVERSION= 5.37 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest @@ -23,12 +23,7 @@ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader -RUN_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader - -post-patch: - ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/SHA.pm - ${PERL} -pi -e '$$_="" if m{warnings}' ${WRKSRC}/SHA.pm +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/p5-Digest-SHA/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 4 May 2006 04:12:11 -0000 1.3 +++ distinfo 23 May 2006 15:20:10 -0000 @@ -1,3 +1,3 @@ -MD5 (Digest-SHA-5.34.tar.gz) = a487cbaa3f4e31b5abf4737e126e476e -SHA256 (Digest-SHA-5.34.tar.gz) = 5a0915dd19ab689172d787fcb1f807eed1623c639c5a71faf760d5ddaaf36994 -SIZE (Digest-SHA-5.34.tar.gz) = 70828 +MD5 (Digest-SHA-5.37.tar.gz) = 51be3fe2ac74c7c78109222c8e895abd +SHA256 (Digest-SHA-5.37.tar.gz) = b0c91dddf08dc30a57aa23a99220e37d43489d0dfcc4601eb2ade69adad60dc1 +SIZE (Digest-SHA-5.37.tar.gz) = 71826 --- p5-Digest-SHA-5.37.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060523152105.DE3F3B29CBD>