From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 5 00:20:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 309131065677 for ; Tue, 5 May 2009 00:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CD068FC1D for ; Tue, 5 May 2009 00:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n450K6fX068361 for ; Tue, 5 May 2009 00:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n450K6uc068360; Tue, 5 May 2009 00:20:06 GMT (envelope-from gnats) Resent-Date: Tue, 5 May 2009 00:20:06 GMT Resent-Message-Id: <200905050020.n450K6uc068360@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED59A1065670; Tue, 5 May 2009 00:18:16 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id A26DE8FC19; Tue, 5 May 2009 00:18:16 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id n450IG4b054691; Mon, 4 May 2009 17:18:16 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id n450IGWO054690; Mon, 4 May 2009 17:18:16 -0700 (PDT) (envelope-from leeym) Message-Id: <200905050018.n450IGWO054690@cn1.leeym.com> Date: Mon, 4 May 2009 17:18:16 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chinsan@FreeBSD.org Subject: ports/134214: [PATCH] devel/p5-List-Rotation-Cycle: update to 1.009 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: Tue, 05 May 2009 00:20:07 -0000 >Number: 134214 >Category: ports >Synopsis: [PATCH] devel/p5-List-Rotation-Cycle: update to 1.009 >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 05 00:20:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 1.009 Port maintainer (chinsan@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-List-Rotation-Cycle-1.009.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-List-Rotation-Cycle/Makefile,v retrieving revision 1.5 diff -u -d -b -w -u -r1.5 Makefile --- Makefile 30 Aug 2008 11:33:14 -0000 1.5 +++ Makefile 5 May 2009 00:17:52 -0000 @@ -6,26 +6,25 @@ # PORTNAME= List-Rotation-Cycle -PORTVERSION= 1.008 -PORTREVISION= 1 +PORTVERSION= 1.009 CATEGORIES= devel perl5 -MASTER_SITES= LOCAL/chinsan/CPAN CPAN +MASTER_SITES= CPAN LOCAL/chinsan/CPAN PKGNAMEPREFIX= p5- MAINTAINER= chinsan@FreeBSD.org COMMENT= Cycle through a list of values -WRKSRC= ${WRKDIR}/${PORTNAME} - -BUILD_DEPENDS+= ${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage -RUN_DEPENDS+= ${BUILD_DEPENDS} - PORTSCOUT= limitw:1,even MAN3= List::Rotation::Cycle.3 PERL_CONFIGURE= yes -.include +.include + +.if ${PERL_LEVEL} < 500703 +BUILD_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize +RUN_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize +.endif + +.include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-List-Rotation-Cycle/distinfo,v retrieving revision 1.2 diff -u -d -b -w -u -r1.2 distinfo --- distinfo 2 Mar 2008 08:43:11 -0000 1.2 +++ distinfo 5 May 2009 00:17:52 -0000 @@ -1,3 +1,3 @@ -MD5 (List-Rotation-Cycle-1.008.tar.gz) = 64e88bb5737e6c15189676366a527349 -SHA256 (List-Rotation-Cycle-1.008.tar.gz) = d3e499ba0c75478bc1d14f8b75deccfe5352ee2d37e973ce3106ecae160afd9c -SIZE (List-Rotation-Cycle-1.008.tar.gz) = 4651 +MD5 (List-Rotation-Cycle-1.009.tar.gz) = 5e867a2879e8ffa77c38e1ec64957493 +SHA256 (List-Rotation-Cycle-1.009.tar.gz) = 103f9bb9e43b4c0396218b5c919258d28ef80b89074d96cd0d0240147b9f76f6 +SIZE (List-Rotation-Cycle-1.009.tar.gz) = 4648 --- p5-List-Rotation-Cycle-1.009.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: