From owner-svn-ports-head@FreeBSD.ORG Sun Jul 22 14:43:54 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 2D81F1065670; Sun, 22 Jul 2012 14:43:54 +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 F31918FC1E; Sun, 22 Jul 2012 14:43:53 +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 q6MEhrSn095528; Sun, 22 Jul 2012 14:43:53 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6MEhr3p095525; Sun, 22 Jul 2012 14:43:53 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201207221443.q6MEhr3p095525@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 22 Jul 2012 14:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301337 - in head/www/p5-Dancer: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 22 Jul 2012 14:43:54 -0000 Author: kuriyama Date: Sun Jul 22 14:43:53 2012 New Revision: 301337 URL: http://svn.freebsd.org/changeset/ports/301337 Log: - Upgrade to 1.3097. Deleted: head/www/p5-Dancer/files/ Modified: head/www/p5-Dancer/Makefile head/www/p5-Dancer/distinfo Modified: head/www/p5-Dancer/Makefile ============================================================================== --- head/www/p5-Dancer/Makefile Sun Jul 22 14:41:37 2012 (r301336) +++ head/www/p5-Dancer/Makefile Sun Jul 22 14:43:53 2012 (r301337) @@ -6,7 +6,7 @@ # PORTNAME= Dancer -PORTVERSION= 1.3095 +PORTVERSION= 1.3097 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:XSAWYERX @@ -26,12 +26,22 @@ RUN_DEPENDS= \ p5-URI>=1.59:${PORTSDIR}/net/p5-URI \ 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 \ + p5-Plack>0:${PORTSDIR}/www/p5-Plack \ + 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 -OPTIONS= YAML "Enable YAML implementation in Perl" On +OPTIONS_DEFINE= YAML .include -.if defined(WITH_YAML) +.if ${PORT_OPTIONS:MYAML} RUN_DEPENDS+= p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML .endif Modified: head/www/p5-Dancer/distinfo ============================================================================== --- head/www/p5-Dancer/distinfo Sun Jul 22 14:41:37 2012 (r301336) +++ head/www/p5-Dancer/distinfo Sun Jul 22 14:43:53 2012 (r301337) @@ -1,2 +1,2 @@ -SHA256 (Dancer-1.3095.tar.gz) = aeb74ae4f19185ded04f0efbf6f9a8421bef5600e56557a4d3814840bb741f5d -SIZE (Dancer-1.3095.tar.gz) = 292225 +SHA256 (Dancer-1.3097.tar.gz) = 5a493069170fddeb16ff341828c7841f8c5f98eb13c2965fa8a8561f2a733bbf +SIZE (Dancer-1.3097.tar.gz) = 294126