From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 9 01:30:12 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 E48F41065679 for ; Thu, 9 Jul 2009 01:30:12 +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 C023A8FC24 for ; Thu, 9 Jul 2009 01:30:12 +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 n691UCfL036262 for ; Thu, 9 Jul 2009 01:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691UCMY036252; Thu, 9 Jul 2009 01:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jul 2009 01:30:12 GMT Resent-Message-Id: <200907090130.n691UCMY036252@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50DD51065686; Thu, 9 Jul 2009 01:21:53 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 253E68FC2A; Thu, 9 Jul 2009 01:21:53 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691LrCp021641; Thu, 9 Jul 2009 01:21:53 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691LqoK021637; Thu, 9 Jul 2009 01:21:52 GMT (envelope-from pgollucci) Message-Id: <200907090121.n691LqoK021637@freefall.freebsd.org> Date: Thu, 9 Jul 2009 01:21:52 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lbr@FreeBSD.org Subject: ports/136577: [PATCH] www/p5-Catalyst-Plugin-FillInForm: update to 0.11 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, 09 Jul 2009 01:30:13 -0000 >Number: 136577 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Plugin-FillInForm: update to 0.11 >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: Thu Jul 09 01:30:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.2-STABLE i386 >Organization: RideCharge Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #38 r194101: Sat Jun 13 11:12:24 UTC >Description: - Update to 0.11 Port maintainer (lbr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Plugin-FillInForm-0.11.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-FillInForm/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 4 Jan 2009 06:46:37 -0000 1.8 +++ Makefile 9 Jul 2009 01:21:46 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-FillInForm -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,11 @@ MAINTAINER= lbr@FreeBSD.org COMMENT= Automatically fill in forms in Catalyst using HTML::FillInForms +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-HTML-FillInForm>=0:${PORTSDIR}/www/p5-HTML-FillInForm \ + p5-Catalyst-Action-RenderView>=0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-HTML-FillInForm>=0:${PORTSDIR}/www/p5-HTML-FillInForm -BUILD_DEPENDS= ${RUN_DEPENDS} \ - p5-Catalyst-Action-RenderView>=0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView PERL_CONFIGURE= 5.8.0+ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-FillInForm/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 4 Jan 2009 06:46:37 -0000 1.5 +++ distinfo 9 Jul 2009 01:21:46 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-FillInForm-0.10.tar.gz) = 8ce9af8cf010d0f690f9328d615848a7 -SHA256 (Catalyst-Plugin-FillInForm-0.10.tar.gz) = 73da9fe924d3a993c5fcdfc906bb97562d654d7f0bbc84e6b6fbe58f1328dc37 -SIZE (Catalyst-Plugin-FillInForm-0.10.tar.gz) = 15927 +MD5 (Catalyst-Plugin-FillInForm-0.11.tar.gz) = 352b22a035adc4f1d72978a17e92bde4 +SHA256 (Catalyst-Plugin-FillInForm-0.11.tar.gz) = e2adbec92a00a81c579c05086340214e2b6add68a0b28bad733ee8bdb7334eff +SIZE (Catalyst-Plugin-FillInForm-0.11.tar.gz) = 17717 --- p5-Catalyst-Plugin-FillInForm-0.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: