From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 26 06:10:06 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36B3316A420 for ; Thu, 26 Jan 2006 06:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 348FF43D49 for ; Thu, 26 Jan 2006 06:10:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0Q6A5WO075426 for ; Thu, 26 Jan 2006 06:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0Q6A503075425; Thu, 26 Jan 2006 06:10:05 GMT (envelope-from gnats) Resent-Date: Thu, 26 Jan 2006 06:10:05 GMT Resent-Message-Id: <200601260610.k0Q6A503075425@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE89C16A420; Thu, 26 Jan 2006 06:06:03 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr51.hinet.net (msr51.hinet.net [168.95.4.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB1ED43D45; Thu, 26 Jan 2006 06:06:02 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr51.hinet.net (8.9.3/8.9.3) with ESMTP id OAA23614; Thu, 26 Jan 2006 14:05:59 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 2CB6BB29CA5; Thu, 26 Jan 2006 14:05:58 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 45125-08; Thu, 26 Jan 2006 14:05:53 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id A8176B29C3E; Thu, 26 Jan 2006 14:05:53 +0800 (CST) Message-Id: <20060126060553.A8176B29C3E@utopia.leeym.com> Date: Thu, 26 Jan 2006 14:05:53 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mat@FreeBSD.org Subject: ports/92345: [PATCH] devel/p5-Data-Dump-Streamer: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2006 06:10:06 -0000 >Number: 92345 >Category: ports >Synopsis: [PATCH] devel/p5-Data-Dump-Streamer: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 26 06:10:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.0-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 22 07:54:24 CST 2006 >Description: - update dependency - patch for Module::Info - bump PORTREVISION Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Data-Dump-Streamer-1.14_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Data-Dump-Streamer/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 30 Aug 2005 11:24:43 -0000 1.5 +++ Makefile 26 Jan 2006 06:05:03 -0000 @@ -7,6 +7,7 @@ PORTNAME= Data-Dump-Streamer PORTVERSION= 1.14 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data @@ -15,23 +16,23 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Stream a highly accurate breadth first data dump in perl code form to a var or file -BUILD_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ - ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \ - ${SITE_PERL}/B/Utils.pm:${PORTSDIR}/devel/p5-Module-Info -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \ + ${SITE_PERL}/B/BUtils.pm:${PORTSDIR}/devel/p5-Module-Info +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes CONFIGURE_ARGS= DDS MAN3= DDS.3 Data::Dump::Streamer.3 +post-patch: + ${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e 's,B::Utils,B::BUtils,g' + .include -.if ${PERL_LEVEL} < 500801 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper -.endif .if ${PERL_LEVEL} < 500600 -IGNORE="Need at least perl 5.6 to build" +IGNORE= reqiores perl 5.6 or above .endif .include --- p5-Data-Dump-Streamer-1.14_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: