From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 18 23:31:11 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 E51C91065712 for ; Thu, 18 Jun 2009 23:30:43 +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 BED248FC23 for ; Thu, 18 Jun 2009 23:30:43 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5INUhI6007117 for ; Thu, 18 Jun 2009 23:30:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5INUhbc007113; Thu, 18 Jun 2009 23:30:43 GMT (envelope-from gnats) Resent-Date: Thu, 18 Jun 2009 23:30:43 GMT Resent-Message-Id: <200906182330.n5INUhbc007113@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 B737510656A3; Thu, 18 Jun 2009 23:25:36 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (static-76-161-175-34.dsl.cavtel.net [76.161.175.34]) by mx1.freebsd.org (Postfix) with ESMTP id 793818FC18; Thu, 18 Jun 2009 23:25:36 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n5INPSGS031483; Thu, 18 Jun 2009 19:25:28 -0400 (EDT) (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n5INPSsm031482; Thu, 18 Jun 2009 19:25:28 -0400 (EDT) (envelope-from pgollucci) Message-Id: <200906182325.n5INPSsm031482@frieza.p6m7g8.net> Date: Thu, 18 Jun 2009 19:25:28 -0400 (EDT) From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/135806: [PATCH] www/p5-Catalyst-Engine-HTTP-Prefork: update to 0.51 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, 18 Jun 2009 23:31:11 -0000 >Number: 135806 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Engine-HTTP-Prefork: update to 0.51 >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 Jun 18 23:30:43 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun 4 00:22:57 EDT >Description: - Update to 0.51 Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Engine-HTTP-Prefork-0.51.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 10 Mar 2009 08:18:29 -0000 1.6 +++ Makefile 18 Jun 2009 02:57:57 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Catalyst-Engine-HTTP-Prefork -PORTVERSION= 0.50 -PORTREVISION= 1 +PORTVERSION= 0.51 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,12 +14,12 @@ MAINTAINER= skv@FreeBSD.org COMMENT= High-performance pre-forking Catalyst engine -RUN_DEPENDS= p5-Catalyst-Runtime>=5.7012:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7012:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Net-Server>=0.97:${PORTSDIR}/net/p5-Net-Server \ ${SITE_PERL}/${PERL_ARCH}/HTTP/HeaderParser/XS.pm:${PORTSDIR}/www/p5-HTTP-HeaderParser-XS \ ${SITE_PERL}/${PERL_ARCH}/CGI/Cookie/XS.pm:${PORTSDIR}/www/p5-CGI-Cookie-XS \ ${SITE_PERL}/HTTP/Body.pm:${PORTSDIR}/www/p5-HTTP-Body -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.1+ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-Catalyst-Engine-HTTP-Prefork/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 10 Dec 2008 14:46:47 -0000 1.2 +++ distinfo 18 Jun 2009 02:58:02 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Engine-HTTP-Prefork-0.50.tar.gz) = 8110c4c1566ac6e99a0fb575a665388f -SHA256 (Catalyst-Engine-HTTP-Prefork-0.50.tar.gz) = e70aee8ddfac4e83e34fc48fe4c7da9655e25f81c0119cbcefdab4ae70b715dd -SIZE (Catalyst-Engine-HTTP-Prefork-0.50.tar.gz) = 64387 +MD5 (Catalyst-Engine-HTTP-Prefork-0.51.tar.gz) = 2cc0f39fd62e58814036ec876cfee817 +SHA256 (Catalyst-Engine-HTTP-Prefork-0.51.tar.gz) = 316a81cf2e9a4ce7c86653d538e1760f2729550879a116bbc34a4e95d8cff5f9 +SIZE (Catalyst-Engine-HTTP-Prefork-0.51.tar.gz) = 66503 --- p5-Catalyst-Engine-HTTP-Prefork-0.51.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: