svn commit: r319085 - head/www/p5-Plack-Handler-CLI

Jun Kuriyama kuriyama at FreeBSD.org
Sun May 26 01:03:05 UTC 2013


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 at 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 at 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
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/CLI
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler


More information about the svn-ports-all mailing list