From owner-svn-ports-head@FreeBSD.ORG Sun May 26 01:03:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4833856C; Sun, 26 May 2013 01:03:05 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1F8211C4; Sun, 26 May 2013 01:03:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4Q13525080999; Sun, 26 May 2013 01:03:05 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4Q134qV080994; Sun, 26 May 2013 01:03:04 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201305260103.r4Q134qV080994@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 26 May 2013 01:03:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319085 - head/www/p5-Plack-Handler-CLI 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: Sun, 26 May 2013 01:03:05 -0000 Author: kuriyama Date: Sun May 26 01:03:04 2013 New Revision: 319085 URL: http://svnweb.freebsd.org/changeset/ports/319085 Log: - Upgrade to 0.05. Modified: head/www/p5-Plack-Handler-CLI/Makefile head/www/p5-Plack-Handler-CLI/distinfo head/www/p5-Plack-Handler-CLI/pkg-plist Modified: head/www/p5-Plack-Handler-CLI/Makefile ============================================================================== --- head/www/p5-Plack-Handler-CLI/Makefile Sun May 26 01:02:22 2013 (r319084) +++ head/www/p5-Plack-Handler-CLI/Makefile Sun May 26 01:03:04 2013 (r319085) @@ -1,12 +1,7 @@ -# New ports collection makefile for: Plack::Handler::CLI -# Date created: 06 Aug 2011 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Plack-Handler-CLI -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,16 +10,17 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for command line interface to PSGI applications RUN_DEPENDS= \ - p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \ p5-Plack>=0.99:${PORTSDIR}/www/p5-Plack \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-HTTP-Request-AsCGI>0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP + p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ + p5-Router-Simple>0:${PORTSDIR}/www/p5-Router-Simple -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Plack::Handler::CLI.3 Modified: head/www/p5-Plack-Handler-CLI/distinfo ============================================================================== --- head/www/p5-Plack-Handler-CLI/distinfo Sun May 26 01:02:22 2013 (r319084) +++ head/www/p5-Plack-Handler-CLI/distinfo Sun May 26 01:03:04 2013 (r319085) @@ -1,2 +1,2 @@ -SHA256 (Plack-Handler-CLI-0.04.tar.gz) = 61e7b4029739008af950aec0c1c4c2c12616abfd32415e7feb885c1361fcc19e -SIZE (Plack-Handler-CLI-0.04.tar.gz) = 21904 +SHA256 (Plack-Handler-CLI-0.05.tar.gz) = a9b907ba50df7f5b8449a6d0ac0ee798edf0e8254db50e8ff7b91b88ad54c651 +SIZE (Plack-Handler-CLI-0.05.tar.gz) = 13262 Modified: head/www/p5-Plack-Handler-CLI/pkg-plist ============================================================================== --- head/www/p5-Plack-Handler-CLI/pkg-plist Sun May 26 01:02:22 2013 (r319084) +++ head/www/p5-Plack-Handler-CLI/pkg-plist Sun May 26 01:03:04 2013 (r319085) @@ -1,4 +1 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/CLI/.packlist %%SITE_PERL%%/Plack/Handler/CLI.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/CLI -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler