diff options
author | adamw <adamw@FreeBSD.org> | 2016-06-24 00:43:56 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-06-24 00:43:56 +0800 |
commit | a8f3ae39968bd16295195ec98096b43e7972239e (patch) | |
tree | edb8915fce4058d2703ec701c311ae679a81280f /www/p5-Dancer2 | |
parent | 387d622285fe82e6cd14e2f25fc0e7cf4b6d1ec7 (diff) | |
download | freebsd-ports-gnome-a8f3ae39968bd16295195ec98096b43e7972239e.tar.gz freebsd-ports-gnome-a8f3ae39968bd16295195ec98096b43e7972239e.tar.zst freebsd-ports-gnome-a8f3ae39968bd16295195ec98096b43e7972239e.zip |
Update to 0.200002. Add p5-AnyEvent to TEST_DEPENDS.
Activate the XS option by default.
Changes: https://metacpan.org/changes/distribution/Dancer2
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r-- | www/p5-Dancer2/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index abc7a1069f9d..7c4332331e52 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -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-App-Cmd \ 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 \ diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index 5e047d6d8a62..4a2da6e039df 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -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 |