svn commit: r399391 - head/www/p5-Dancer2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 15 20:18:38 UTC 2015


Author: sunpoet
Date: Thu Oct 15 20:18:36 2015
New Revision: 399391
URL: https://svnweb.freebsd.org/changeset/ports/399391

Log:
  - Update to 0.163000
  - Fix *_DEPENDS:
    - Remove p5-MIME-Base64: it is already in all supported Perl releases
    - Remove p5-MooX-Types-MooseLike-Numeric and add p5-MooX-Types-MooseLike
    - Add missing p5-Role-Tiny
  
  Changes:	http://search.cpan.org/dist/Dancer2/Changes

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

Modified: head/www/p5-Dancer2/Makefile
==============================================================================
--- head/www/p5-Dancer2/Makefile	Thu Oct 15 20:18:31 2015	(r399390)
+++ head/www/p5-Dancer2/Makefile	Thu Oct 15 20:18:36 2015	(r399391)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2
-PORTVERSION=	0.162000
+PORTVERSION=	0.163000
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -25,26 +25,26 @@ BUILD_DEPENDS=	p5-App-Cmd>=0:${PORTSDIR}
 		p5-HTTP-Headers-Fast>=0:${PORTSDIR}/www/p5-HTTP-Headers-Fast \
 		p5-Import-Into>=0:${PORTSDIR}/devel/p5-Import-Into \
 		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
-		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
-		p5-Moo>=0.09014:${PORTSDIR}/devel/p5-Moo \
-		p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \
-		p5-Plack>=1.0035:${PORTSDIR}/www/p5-Plack \
+		p5-Moo>=2.000000:${PORTSDIR}/devel/p5-Moo \
+		p5-MooX-Types-MooseLike>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \
+		p5-Plack>=1.0029:${PORTSDIR}/www/p5-Plack \
 		p5-Plack-Middleware-FixMissingBodyInRedirect>=0:${PORTSDIR}/www/p5-Plack-Middleware-FixMissingBodyInRedirect \
 		p5-Plack-Middleware-RemoveRedundantBody>=0:${PORTSDIR}/www/p5-Plack-Middleware-RemoveRedundantBody \
 		p5-Return-MultiLevel>=0:${PORTSDIR}/devel/p5-Return-MultiLevel \
+		p5-Role-Tiny>=2.000000:${PORTSDIR}/devel/p5-Role-Tiny \
 		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 \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
-		p5-YAML>=0.86:${PORTSDIR}/textproc/p5-YAML \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
 		p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI \
 		p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
+		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
 		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
 		p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
 		p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \
+		p5-YAML>=0.86:${PORTSDIR}/textproc/p5-YAML \
 		${XS_BUILD_DEPENDS}
 
 OPTIONS_DEFINE=		XS

Modified: head/www/p5-Dancer2/distinfo
==============================================================================
--- head/www/p5-Dancer2/distinfo	Thu Oct 15 20:18:31 2015	(r399390)
+++ head/www/p5-Dancer2/distinfo	Thu Oct 15 20:18:36 2015	(r399391)
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-0.162000.tar.gz) = 428d0226be050fc8e87282a055c530f864759712447807be0473a69e877264f3
-SIZE (Dancer2-0.162000.tar.gz) = 314809
+SHA256 (Dancer2-0.163000.tar.gz) = 201c153eea470dde86f3a5acc8ae6c9218767a7f86c7f0b93e96b0807cf79fd0
+SIZE (Dancer2-0.163000.tar.gz) = 323951


More information about the svn-ports-all mailing list