From chinsan@chinsan.info  Sun Mar 20 19:41:46 2011
Return-Path: <chinsan@chinsan.info>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1076A106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Mar 2011 19:41:46 +0000 (UTC)
	(envelope-from chinsan@chinsan.info)
Received: from chinsan.info (chinsan.info [72.232.65.226])
	by mx1.freebsd.org (Postfix) with ESMTP id EBB0D8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Mar 2011 19:41:45 +0000 (UTC)
Received: by chinsan.info (Postfix, from userid 1001)
	id 5B2E4B81E; Mon, 21 Mar 2011 03:59:09 +0800 (CST)
Message-Id: <20110320195909.5B2E4B81E@chinsan.info>
Date: Mon, 21 Mar 2011 03:59:09 +0800 (CST)
From: chinsan <chinsan@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dhn@FreeBSD.org
Subject: [PATCH] devel/p5-Data-TreeDumper: Correct the wrong depend and remove unsupported checksum algo
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         155731
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-TreeDumper: Correct the wrong depend and remove unsupported checksum algo
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 20 19:50:01 UTC 2011
>Closed-Date:    Sun Mar 27 07:14:46 UTC 2011
>Last-Modified:  Sun Mar 27 07:20:10 UTC 2011
>Originator:     chinsan
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.info 7.1-STABLE FreeBSD 7.1-STABLE #0: Mon Jan 12 01:44:01 CST 2009
>Description:
- 
- Remove the unsupported checksum algorithm (MD5)

Port maintainer (dhn@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
If you really use Data::TreeDumper, then it will fail with the following error:

Can't locate Check/ISA.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.9/BSDPAN
 /usr/local/lib/perl5/site_perl/5.8.9/mach /usr/local/lib/perl5/site_perl/5.8
.9 /usr/local/lib/perl5/5.8.9/mach /usr/local/lib/perl5/5.8.9 .) at 
/usr/local/lib/perl5/site_perl/5.8.9/Data/TreeDumper.pm line 8.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.9/Data/
TreeDumper.pm line 8.

>Fix:

--- p5-Data-TreeDumper-0.37_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Data-TreeDumper/Makefile /usr/home/tinderbox/tinderbox-3.3/portstrees/FreeBSD/ports/devel/p5-Data-TreeDumper/Makefile
--- /usr/ports/devel/p5-Data-TreeDumper/Makefile	2010-01-26 06:06:24.000000000 +0800
+++ /usr/home/tinderbox/tinderbox-3.3/portstrees/FreeBSD/ports/devel/p5-Data-TreeDumper/Makefile	2011-03-21 03:36:03.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	Data-TreeDumper
 PORTVERSION=	0.37
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +17,7 @@
 
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Term/Size.pm:${PORTSDIR}/devel/p5-Term-Size \
 		${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \
-		${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
+		${SITE_PERL}/Check/ISA.pm:${PORTSDIR}/devel/p5-Check-ISA \
 		${SITE_PERL}/${PERL_ARCH}/Devel/Size.pm:${PORTSDIR}/devel/p5-Devel-Size \
 		${SITE_PERL}/Sort/Naturally.pm:${PORTSDIR}/textproc/p5-Sort-Naturally
 RUN_DEPENDS=	${BUILD_DEPENDS}
diff -ruN --exclude=CVS /usr/ports/devel/p5-Data-TreeDumper/distinfo /usr/home/tinderbox/tinderbox-3.3/portstrees/FreeBSD/ports/devel/p5-Data-TreeDumper/distinfo
--- /usr/ports/devel/p5-Data-TreeDumper/distinfo	2010-01-26 06:06:24.000000000 +0800
+++ /usr/home/tinderbox/tinderbox-3.3/portstrees/FreeBSD/ports/devel/p5-Data-TreeDumper/distinfo	2011-03-21 03:54:00.000000000 +0800
@@ -1,3 +1,2 @@
-MD5 (Data-TreeDumper-0.37.tar.gz) = 011a5faff9bade1e9f24f4389ede5908
 SHA256 (Data-TreeDumper-0.37.tar.gz) = 09a3db05b6a035e1b5a5b733c9434fbae52e3973c71c7a0b703f7362c8d75d1e
 SIZE (Data-TreeDumper-0.37.tar.gz) = 27775
--- p5-Data-TreeDumper-0.37_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Mar 20 19:50:11 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155731 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Sun Mar 27 07:14:46 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155731 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155731: commit references a PR
Date: Sun, 27 Mar 2011 07:14:34 +0000 (UTC)

 dhn         2011-03-27 07:14:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Data-TreeDumper Makefile distinfo 
   Log:
   - Remove MD5 checksum
   - Bump PORTREVISION
   - Fix the wrong depend
   
   PR:             ports/155731
   Submitted by:   chinsan@
   
   Revision  Changes    Path
   1.16      +2 -1      ports/devel/p5-Data-TreeDumper/Makefile
   1.12      +0 -1      ports/devel/p5-Data-TreeDumper/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
