Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 16:43:56 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417388 - head/www/p5-Dancer2
Message-ID:  <201606231643.u5NGhuGY041688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Jun 23 16:43:56 2016
New Revision: 417388
URL: https://svnweb.freebsd.org/changeset/ports/417388

Log:
  Update to 0.200002. Add p5-AnyEvent to TEST_DEPENDS.
  
  Activate the XS option by default.
  
  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	Thu Jun 23 16:42:36 2016	(r417387)
+++ head/www/p5-Dancer2/Makefile	Thu Jun 23 16:43:56 2016	(r417388)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2
-PORTVERSION=	0.200001
+PORTVERSION=	0.200002
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -38,17 +38,18 @@ BUILD_DEPENDS=	p5-App-Cmd>=0:devel/p5-Ap
 		p5-URI>=0:net/p5-URI \
 		p5-libwww>=0:www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-HTTP-Message>=0:www/p5-HTTP-Message \
+TEST_DEPENDS=	p5-AnyEvent>=0:devel/p5-AnyEvent \
+		p5-HTTP-Message>=0:www/p5-HTTP-Message \
 		p5-LWP-Protocol-PSGI>=0.06:www/p5-LWP-Protocol-PSGI \
 		p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
 		p5-Template-Toolkit>=0:www/p5-Template-Toolkit \
 		p5-Test-Fatal>=0:devel/p5-Test-Fatal \
 		p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \
 		p5-Test-MockTime>=0:devel/p5-Test-MockTime \
-		p5-YAML>=0.86:textproc/p5-YAML \
-		${XS_BUILD_DEPENDS}
+		p5-YAML>=0.86:textproc/p5-YAML
 
 OPTIONS_DEFINE=		XS
+OPTIONS_DEFAULT=	XS
 
 XS_BUILD_DEPENDS=	p5-CGI-Deurl-XS>=0:www/p5-CGI-Deurl-XS \
 			p5-Class-Load-XS>=0:devel/p5-Class-Load-XS \

Modified: head/www/p5-Dancer2/distinfo
==============================================================================
--- head/www/p5-Dancer2/distinfo	Thu Jun 23 16:42:36 2016	(r417387)
+++ head/www/p5-Dancer2/distinfo	Thu Jun 23 16:43:56 2016	(r417388)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466162550
-SHA256 (Dancer2-0.200001.tar.gz) = 2f0de7f819f28d65d5f798d9ad0c2fab2b5988f15f0c6c5501824433e9a0df16
-SIZE (Dancer2-0.200001.tar.gz) = 336887
+TIMESTAMP = 1466699754
+SHA256 (Dancer2-0.200002.tar.gz) = 5c39f924adf137919284a96bd12ba53d6fff7076da391510840a5dbe3347539d
+SIZE (Dancer2-0.200002.tar.gz) = 339400



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