From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 18 13: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 E664B1065695 for ; Thu, 18 Jun 2009 13:50:01 +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 BB3798FC2C for ; Thu, 18 Jun 2009 13:50:01 +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 n5IDo1fH010435 for ; Thu, 18 Jun 2009 13: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 n5IDo1Vg010434; Thu, 18 Jun 2009 13:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 18 Jun 2009 13:50:01 GMT Resent-Message-Id: <200906181350.n5IDo1Vg010434@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, Denis Pokataev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9D5210656A3 for ; Thu, 18 Jun 2009 13:45:49 +0000 (UTC) (envelope-from dpokataev@team.vega.ru) Received: from mail.vega.ru (mail.vega.ru [90.156.167.5]) by mx1.freebsd.org (Postfix) with ESMTP id 7D7988FC23 for ; Thu, 18 Jun 2009 13:45:49 +0000 (UTC) (envelope-from dpokataev@team.vega.ru) Received: from rating.spylog.dev.vega.ru ([10.25.1.87]:57192) by mail.vega.ru with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MHHw4-0002pC-Lp; Thu, 18 Jun 2009 17:45:48 +0400 Received: from rating.spylog.dev.vega.ru (rating.spylog.dev.vega.ru [10.25.1.87]) by rating.spylog.dev.vega.ru (8.14.3/8.14.2) with ESMTP id n5IDjmAK021965; Thu, 18 Jun 2009 13:45:48 GMT (envelope-from dpokataev@rating.spylog.dev.vega.ru) Received: (from dpokataev@localhost) by rating.spylog.dev.vega.ru (8.14.3/8.14.2/Submit) id n5IDjmJq021964; Thu, 18 Jun 2009 17:45:48 +0400 (MSD) (envelope-from dpokataev) Message-Id: <200906181345.n5IDjmJq021964@rating.spylog.dev.vega.ru> Date: Thu, 18 Jun 2009 17:45:48 +0400 (MSD) From: Denis Pokataev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lbr@FreeBSD.org Subject: ports/135705: [PATCH] www/p5-Catalyst-Runtime: deps fixes, update to 5.80005 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 13:50:02 -0000 >Number: 135705 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Runtime: deps fixes, update to 5.80005 >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 13:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Denis Pokataev >Release: FreeBSD 7.1-STABLE-20090201 amd64 >Organization: >Environment: System: FreeBSD 7.1-STABLE-20090201 FreeBSD 7.1-STABLE-20090201 #0: Sun Feb 1 10:09:02 UTC >Description: - Update to 5.80005 - Fixed dependencies Port maintainer (lbr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Runtime-5.80005.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-Catalyst-Runtime/Makefile /usr/home/dpokataev/tmp/ports/p5-Catalyst-Runtime/Makefile --- /usr/ports/www/p5-Catalyst-Runtime/Makefile 2009-06-17 07:41:58.000000000 +0400 +++ /usr/home/dpokataev/tmp/ports/p5-Catalyst-Runtime/Makefile 2009-06-18 17:08:15.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Runtime -PORTVERSION= 5.80004 +PORTVERSION= 5.80005 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,26 +14,33 @@ MAINTAINER= lbr@FreeBSD.org COMMENT= The Elegant MVC Web Application Framework (Runtime) -RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Class-Inspector>=1.06:${PORTSDIR}/devel/p5-Class-Inspector \ +RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Class-MOP>=0.83:${PORTSDIR}/devel/p5-Class-MOP \ + p5-Class-C3-Adopt-NEXT>=0.07:${PORTSDIR}/devel/p5-Class-C3-Adopt-NEXT \ p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ p5-File-Modified>=0:${PORTSDIR}/devel/p5-File-Modified \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTTP-Body>=1.04:${PORTSDIR}/www/p5-HTTP-Body \ - p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ - p5-HTTP-Request-AsCGI>=0.5:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \ + p5-HTTP-Request-AsCGI>=0.8:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Module-Pluggable>=3.01:${PORTSDIR}/devel/p5-Module-Pluggable \ - p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT \ + p5-Moose>=0.78:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \ + p5-MooseX-MethodAttributes>=0.12:${PORTSDIR}/devel/p5-MooseX-MethodAttributes \ + p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean \ p5-Path-Class>=0.09:${PORTSDIR}/devel/p5-Path-Class \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Text-SimpleTable>=0.03:${PORTSDIR}/textproc/p5-Text-SimpleTable \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ + p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced \ + p5-Test-MockObject>=1.07:${PORTSDIR}/devel/p5-Test-MockObject \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ p5-Tree-Simple>=1.15:${PORTSDIR}/devel/p5-Tree-Simple \ + p5-Text-SimpleTable>=0.03:${PORTSDIR}/textproc/p5-Text-SimpleTable \ p5-Tree-Simple-VisitorFactory>=0:${PORTSDIR}/devel/p5-Tree-Simple-VisitorFactory \ - p5-URI>=1.35:${PORTSDIR}/net/p5-URI \ - p5-Module-Install>=0.63:${PORTSDIR}/devel/p5-Module-Install + p5-URI>=1.35:${PORTSDIR}/net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.8.1+ diff -ruN --exclude=CVS /usr/ports/www/p5-Catalyst-Runtime/distinfo /usr/home/dpokataev/tmp/ports/p5-Catalyst-Runtime/distinfo --- /usr/ports/www/p5-Catalyst-Runtime/distinfo 2009-06-17 07:41:58.000000000 +0400 +++ /usr/home/dpokataev/tmp/ports/p5-Catalyst-Runtime/distinfo 2009-06-18 17:08:15.000000000 +0400 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Runtime-5.80004.tar.gz) = 24f48554b8b24c48ca8bf413b43ffe11 -SHA256 (Catalyst-Runtime-5.80004.tar.gz) = 11cdc63a63a0179b2112917927a8212f507c3018a6e170eb5ff258d888661c36 -SIZE (Catalyst-Runtime-5.80004.tar.gz) = 207938 +MD5 (Catalyst-Runtime-5.80005.tar.gz) = d7d78a4ef83a2799c4c698a81d6bf7ca +SHA256 (Catalyst-Runtime-5.80005.tar.gz) = dd12decc34e07ea5481b7d249670165b854af7613c1a22d2db58c9b83f4b05d3 +SIZE (Catalyst-Runtime-5.80005.tar.gz) = 207046 --- p5-Catalyst-Runtime-5.80005.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: