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

Adam Weinberger adamw at FreeBSD.org
Fri May 15 15:31:59 UTC 2015


Author: adamw
Date: Fri May 15 15:31:58 2015
New Revision: 386416
URL: https://svnweb.freebsd.org/changeset/ports/386416

Log:
  Update to 0.160001.
  
  While here, sort TEST_DEPENDS, and add the XS modules to it.
  
  Changes: https://metacpan.org/changes/distribution/Dancer2

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

Modified: head/www/p5-Dancer2/Makefile
==============================================================================
--- head/www/p5-Dancer2/Makefile	Fri May 15 15:29:45 2015	(r386415)
+++ head/www/p5-Dancer2/Makefile	Fri May 15 15:31:58 2015	(r386416)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2
-PORTVERSION=	0.160000
+PORTVERSION=	0.160001
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -36,15 +36,16 @@ RUN_DEPENDS=	p5-App-Cmd>=0:${PORTSDIR}/d
 		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.71:${PORTSDIR}/textproc/p5-YAML \
+		p5-YAML>=0.86:${PORTSDIR}/textproc/p5-YAML \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 BUILD_DEPENDS:=	${RUN_DEPENDS}
-TEST_DEPENDS=	p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
-		p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \
+TEST_DEPENDS=	p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI \
+		p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \
 		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-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \
-		p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \
-		p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI
+		${XS_BUILD_DEPENDS}
 
 OPTIONS_DEFINE=		XS
 

Modified: head/www/p5-Dancer2/distinfo
==============================================================================
--- head/www/p5-Dancer2/distinfo	Fri May 15 15:29:45 2015	(r386415)
+++ head/www/p5-Dancer2/distinfo	Fri May 15 15:31:58 2015	(r386416)
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-0.160000.tar.gz) = c7910cc2141922497785bdc8d7959af185fdeaca20c8de962230c15c2d4f37d3
-SIZE (Dancer2-0.160000.tar.gz) = 311343
+SHA256 (Dancer2-0.160001.tar.gz) = 942731535205213cdc314b66643707d29b2c346107247149d61658813def60d6
+SIZE (Dancer2-0.160001.tar.gz) = 311643


More information about the svn-ports-all mailing list