Date: Sun, 26 May 2013 01:03:04 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> 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 Message-ID: <201305260103.r4Q134qV080994@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <kuriyama@FreeBSD.org> -# # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305260103.r4Q134qV080994>