From owner-svn-ports-head@FreeBSD.ORG Thu Oct 2 08:14:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 024DBE8C; Thu, 2 Oct 2014 08:14:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2EB6AA2; Thu, 2 Oct 2014 08:14:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s928EjCL030154; Thu, 2 Oct 2014 08:14:45 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s928EjOE030153; Thu, 2 Oct 2014 08:14:45 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201410020814.s928EjOE030153@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 2 Oct 2014 08:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369803 - head/www/p5-Dancer2 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.18-1 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: Thu, 02 Oct 2014 08:14:46 -0000 Author: wen Date: Thu Oct 2 08:14:45 2014 New Revision: 369803 URL: https://svnweb.freebsd.org/changeset/ports/369803 QAT: https://qat.redports.org/buildarchive/r369803/ Log: - Add missing DEPENDS Reported by: info@alvin.be Modified: head/www/p5-Dancer2/Makefile Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Thu Oct 2 08:08:43 2014 (r369802) +++ head/www/p5-Dancer2/Makefile Thu Oct 2 08:14:45 2014 (r369803) @@ -3,6 +3,7 @@ PORTNAME= Dancer2 PORTVERSION= 0.150000 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -33,6 +34,7 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/d p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Plack>=0:${PORTSDIR}/www/p5-Plack \ + p5-Return-MultiLevel>=0:${PORTSDIR}/devel/p5-Return-MultiLevel \ p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \ p5-Template-Tiny>=0:${PORTSDIR}/textproc/p5-Template-Tiny \ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \