From owner-svn-ports-head@FreeBSD.ORG Sat Oct 20 03:28:31 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C05C7CF8; Sat, 20 Oct 2012 03:28:31 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6678FC14; Sat, 20 Oct 2012 03:28:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9K3SVVs037481; Sat, 20 Oct 2012 03:28:31 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9K3SVBB037477; Sat, 20 Oct 2012 03:28:31 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201210200328.q9K3SVBB037477@svn.freebsd.org> From: Jun Kuriyama Date: Sat, 20 Oct 2012 03:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306151 - head/www/p5-Dancer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 03:28:32 -0000 Author: kuriyama Date: Sat Oct 20 03:28:30 2012 New Revision: 306151 URL: http://svn.freebsd.org/changeset/ports/306151 Log: - Upgrade to 1.3110. Feature safe: yes Modified: head/www/p5-Dancer/Makefile head/www/p5-Dancer/distinfo Modified: head/www/p5-Dancer/Makefile ============================================================================== --- head/www/p5-Dancer/Makefile Sat Oct 20 03:23:11 2012 (r306150) +++ head/www/p5-Dancer/Makefile Sat Oct 20 03:28:30 2012 (r306151) @@ -6,7 +6,7 @@ # PORTNAME= Dancer -PORTVERSION= 1.3100 +PORTVERSION= 1.3110 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:XSAWYERX @@ -20,7 +20,6 @@ LICENSE_COMB= dual RUN_DEPENDS= \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-Clone>0:${PORTSDIR}/devel/p5-Clone \ p5-HTTP-Body>=1.07:${PORTSDIR}/www/p5-HTTP-Body \ p5-HTTP-Server-Simple-PSGI>=0.11:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \ p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ @@ -28,7 +27,6 @@ RUN_DEPENDS= \ p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ - p5-Clone>0:${PORTSDIR}/devel/p5-Clone \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \ @@ -36,7 +34,9 @@ TEST_DEPENDS= \ p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-HTTP-Parser-XS>0:${PORTSDIR}/www/p5-HTTP-Parser-XS \ p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output + p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output \ + p5-Plack>0:${PORTSDIR}/www/p5-Plack \ + p5-Clone>0:${PORTSDIR}/devel/p5-Clone # XXX: test wants p5-Dancer-Session-Cookie, but this causes cyclic dependency. # p5-Dancer-Session-Cookie>0:${PORTSDIR}/www/p5-Dancer-Session-Cookie Modified: head/www/p5-Dancer/distinfo ============================================================================== --- head/www/p5-Dancer/distinfo Sat Oct 20 03:23:11 2012 (r306150) +++ head/www/p5-Dancer/distinfo Sat Oct 20 03:28:30 2012 (r306151) @@ -1,2 +1,2 @@ -SHA256 (Dancer-1.3100.tar.gz) = e4c9ce04fcafb2a286438b9328ba970932ab65e3fd663654d899392abf3efc61 -SIZE (Dancer-1.3100.tar.gz) = 295808 +SHA256 (Dancer-1.3110.tar.gz) = 1c22800be3fe294acfa8e3810cf6bd5dc6292079c73f74691968b728c5c1bf52 +SIZE (Dancer-1.3110.tar.gz) = 293654