From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 7 23:50:02 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 440571065676 for ; Sat, 7 Nov 2009 23:50:02 +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 247938FC13 for ; Sat, 7 Nov 2009 23:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA7No1uX080615 for ; Sat, 7 Nov 2009 23:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA7No1fq080612; Sat, 7 Nov 2009 23:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 7 Nov 2009 23:50:01 GMT Resent-Message-Id: <200911072350.nA7No1fq080612@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, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6A121065676 for ; Sat, 7 Nov 2009 23:47:00 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 802588FC12 for ; Sat, 7 Nov 2009 23:47:00 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 6112F1707C; Sat, 7 Nov 2009 18:47:00 -0500 (EST) Message-Id: <20091107234700.6112F1707C@spartan.hamla.org> Date: Sat, 7 Nov 2009 18:47:00 -0500 (EST) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/140374: [PATCH] www/p5-CatalystX-Component-Traits: update to 0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 23:50:02 -0000 >Number: 140374 >Category: ports >Synopsis: [PATCH] www/p5-CatalystX-Component-Traits: update to 0.13 >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: Sat Nov 07 23:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 0.13 - Remove unnecessary declaration of MASTER_SITE_SUBDIR - Clean up *_DEPENDS; lang/p5-List-MoreUtils is a dependency of devel/p5-MooseX-Traits-Pluggable; no need to explicitly list the former since it is implied by the latter. >How-To-Repeat: >Fix: --- p5-CatalystX-Component-Traits.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-CatalystX-Component-Traits/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 28 Jul 2009 17:14:16 -0000 1.1 +++ Makefile 7 Nov 2009 23:40:19 -0000 @@ -6,10 +6,9 @@ # PORTNAME= CatalystX-Component-Traits -PORTVERSION= 0.06 +PORTVERSION= 0.13 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/R/RK/RKITOVER/ PKGNAMEPREFIX= p5- MAINTAINER= bill.brinzer@gmail.com @@ -17,16 +16,10 @@ BUILD_DEPENDS= \ p5-Catalyst-Runtime>=5.80005:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Moose-Autobox>=0:${PORTSDIR}/devel/p5-Moose-Autobox \ - p5-MooseX-Traits-Pluggable>=0.06:${PORTSDIR}/devel/p5-MooseX-Traits-Pluggable \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -RUN_DEPENDS= \ - p5-Catalyst-Runtime>=5.80005:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Moose-Autobox>=0:${PORTSDIR}/devel/p5-Moose-Autobox \ - p5-MooseX-Traits-Pluggable>=0.06:${PORTSDIR}/devel/p5-MooseX-Traits-Pluggable \ + p5-MooseX-Traits-Pluggable>=0.08:${PORTSDIR}/devel/p5-MooseX-Traits-Pluggable \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.1+ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-CatalystX-Component-Traits/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 28 Jul 2009 17:14:16 -0000 1.1 +++ distinfo 7 Nov 2009 23:40:19 -0000 @@ -1,3 +1,3 @@ -MD5 (CatalystX-Component-Traits-0.06.tar.gz) = 4fca3636bf6a7e18ac55f23b2c890596 -SHA256 (CatalystX-Component-Traits-0.06.tar.gz) = 348911fcb915f8fb273a38035e6cb87f0429b391979bfbedb00247bd01ecb665 -SIZE (CatalystX-Component-Traits-0.06.tar.gz) = 25276 +MD5 (CatalystX-Component-Traits-0.13.tar.gz) = ac41522fe11a959357a47e8d9411b129 +SHA256 (CatalystX-Component-Traits-0.13.tar.gz) = 890e2a7429876df7aa03e9f7d559501faf847666a306c0f71aa785d2e79ae6ff +SIZE (CatalystX-Component-Traits-0.13.tar.gz) = 25839 --- p5-CatalystX-Component-Traits.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: