From gslin@netnews.NCTU.edu.tw Sat Aug 5 13:56:06 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15DE816A4DD for ; Sat, 5 Aug 2006 13:56:06 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id B768543D55 for ; Sat, 5 Aug 2006 13:56:05 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 29BF0122; Sat, 5 Aug 2006 21:56:01 +0800 (CST) Message-Id: <20060805135601.29BF0122@netnews.NCTU.edu.tw> Date: Sat, 5 Aug 2006 21:56:01 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gkovesdan@t-hosting.hu, gslin@gslin.org Subject: [PATCH] security/p5-Digest-SHA-PurePerl: update to 5.43 X-Send-Pr-Version: 3.113 X-GNATS-Notify: gkovesdan@t-hosting.hu >Number: 101406 >Category: ports >Synopsis: [PATCH] security/p5-Digest-SHA-PurePerl: update to 5.43 >Confidential: no >Severity: non-critical >Priority: low >Responsible: clsung >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 05 14:00:32 GMT 2006 >Closed-Date: Mon Aug 07 15:03:25 GMT 2006 >Last-Modified: Mon Aug 07 15:03:25 GMT 2006 >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 5.43 - PurePerl.pm has used "eval" to try MIME::Base64 & Digest::base, so add these dependencies. Port maintainer (gkovesdan@t-hosting.hu) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Digest-SHA-PurePerl-5.43.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-Digest-SHA-PurePerl/Makefile /home/staff/gslin/work/p5-Digest-SHA-PurePerl/Makefile --- /usr/ports/security/p5-Digest-SHA-PurePerl/Makefile Wed Jun 7 01:26:21 2006 +++ /home/staff/gslin/work/p5-Digest-SHA-PurePerl/Makefile Sat Aug 5 21:52:32 2006 @@ -4,7 +4,7 @@ # $FreeBSD: ports/security/p5-Digest-SHA-PurePerl/Makefile,v 1.4 2006/06/06 17:26:21 erwin Exp $ PORTNAME= Digest-SHA-PurePerl -PORTVERSION= 5.41 +PORTVERSION= 5.43 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest @@ -15,11 +15,21 @@ PERL_CONFIGURE= yes -MAN1= shasum.1 -MAN3= Digest::SHA::PurePerl.3 +MAN1= shasum.1 +MAN3= Digest::SHA::PurePerl.3 .include -.if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again +.endif + +.if ${PERL_LEVEL} < 500800 +RUN_DEPENDS+= ${SITE_PERL}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Bas64 .endif + +.if ${PERL_LEVEL} < 500803 +RUN_DEPENDS+= ${SITE_PERL}/Digest/base.pm:${PORTSDIR}/security/p5-Digest +.endif + .include diff -ruN --exclude=CVS /usr/ports/security/p5-Digest-SHA-PurePerl/distinfo /home/staff/gslin/work/p5-Digest-SHA-PurePerl/distinfo --- /usr/ports/security/p5-Digest-SHA-PurePerl/distinfo Wed Jun 7 01:26:21 2006 +++ /home/staff/gslin/work/p5-Digest-SHA-PurePerl/distinfo Sat Aug 5 21:48:02 2006 @@ -1,3 +1,3 @@ -MD5 (Digest-SHA-PurePerl-5.41.tar.gz) = 660f742c39c483ce9269300f5208d472 -SHA256 (Digest-SHA-PurePerl-5.41.tar.gz) = ce9665c3aeb72bdedfa8f01f334de99ccf5170d3cf251a15d4549a21338d2493 -SIZE (Digest-SHA-PurePerl-5.41.tar.gz) = 34052 +MD5 (Digest-SHA-PurePerl-5.43.tar.gz) = a8e6689a9e234e3950c96a4c06705db3 +SHA256 (Digest-SHA-PurePerl-5.43.tar.gz) = f616bc36ff6fa25082bd8f4c77f96a2211c375aca37fc6eb3913cfce6cc5fc22 +SIZE (Digest-SHA-PurePerl-5.43.tar.gz) = 34762 diff -ruN --exclude=CVS /usr/ports/security/p5-Digest-SHA-PurePerl/pkg-plist /home/staff/gslin/work/p5-Digest-SHA-PurePerl/pkg-plist --- /usr/ports/security/p5-Digest-SHA-PurePerl/pkg-plist Sun Jan 22 10:50:46 2006 +++ /home/staff/gslin/work/p5-Digest-SHA-PurePerl/pkg-plist Sat Aug 5 21:53:06 2006 @@ -4,5 +4,5 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/PurePerl/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ -@dirrm %%SITE_PERL%%/Digest/SHA/ +@dirrmtry %%SITE_PERL%%/Digest/SHA/ @dirrmtry %%SITE_PERL%%/Digest/ --- p5-Digest-SHA-PurePerl-5.43.patch ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 5 14:00:44 UTC 2006 Responsible-Changed-Why: clsung@ wants his PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=101406 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Aug 5 14:00:58 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=101406 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= To: bug-followup@FreeBSD.org, gslin@gslin.org Cc: Subject: Re: ports/101406: [PATCH] security/p5-Digest-SHA-PurePerl: update to 5.43 Date: Mon, 07 Aug 2006 10:31:34 +0200 I approve, thanks for your effort. -- Cheers, Gabor State-Changed-From-To: feedback->closed State-Changed-By: clsung State-Changed-When: Mon Aug 7 15:03:23 UTC 2006 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=101406 >Unformatted: