ports/155731: [PATCH] devel/p5-Data-TreeDumper: Correct the wrong depend and remove unsupported checksum algo

chinsan chinsan at FreeBSD.org
Sun Mar 20 19:50:02 UTC 2011


>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 20 19:50:01 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list