Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2012 03:28:31 +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: r306151 - head/www/p5-Dancer
Message-ID:  <201210200328.q9K3SVBB037477@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sat Oct 20 03:28:30 2012
New Revision: 306151
URL: http://svn.freebsd.org/changeset/ports/306151

Log:
  - Upgrade to 1.3110.
  
  Feature safe: yes

Modified:
  head/www/p5-Dancer/Makefile
  head/www/p5-Dancer/distinfo

Modified: head/www/p5-Dancer/Makefile
==============================================================================
--- head/www/p5-Dancer/Makefile	Sat Oct 20 03:23:11 2012	(r306150)
+++ head/www/p5-Dancer/Makefile	Sat Oct 20 03:28:30 2012	(r306151)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Dancer
-PORTVERSION=	1.3100
+PORTVERSION=	1.3110
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:XSAWYERX
@@ -20,7 +20,6 @@ LICENSE_COMB=	dual
 
 RUN_DEPENDS=	\
 	p5-libwww>0:${PORTSDIR}/www/p5-libwww \
-	p5-Clone>0:${PORTSDIR}/devel/p5-Clone \
 	p5-HTTP-Body>=1.07:${PORTSDIR}/www/p5-HTTP-Body \
 	p5-HTTP-Server-Simple-PSGI>=0.11:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \
 	p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \
@@ -28,7 +27,6 @@ RUN_DEPENDS=	\
 	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 \
@@ -36,7 +34,9 @@ TEST_DEPENDS=	\
 	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
+	p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output \
+	p5-Plack>0:${PORTSDIR}/www/p5-Plack \
+	p5-Clone>0:${PORTSDIR}/devel/p5-Clone
 # XXX: test wants p5-Dancer-Session-Cookie, but this causes cyclic dependency.
 #	p5-Dancer-Session-Cookie>0:${PORTSDIR}/www/p5-Dancer-Session-Cookie
 

Modified: head/www/p5-Dancer/distinfo
==============================================================================
--- head/www/p5-Dancer/distinfo	Sat Oct 20 03:23:11 2012	(r306150)
+++ head/www/p5-Dancer/distinfo	Sat Oct 20 03:28:30 2012	(r306151)
@@ -1,2 +1,2 @@
-SHA256 (Dancer-1.3100.tar.gz) = e4c9ce04fcafb2a286438b9328ba970932ab65e3fd663654d899392abf3efc61
-SIZE (Dancer-1.3100.tar.gz) = 295808
+SHA256 (Dancer-1.3110.tar.gz) = 1c22800be3fe294acfa8e3810cf6bd5dc6292079c73f74691968b728c5c1bf52
+SIZE (Dancer-1.3110.tar.gz) = 293654



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210200328.q9K3SVBB037477>