aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2012-01-01 07:44:06 +0800
committerkuriyama <kuriyama@FreeBSD.org>2012-01-01 07:44:06 +0800
commit5de0a44792141c123881d066f7662fe56204be5f (patch)
tree12f283ea27f609579c008d35ea973d8d88e4a6a5 /www
parent2fd0d727d18e0590d337bd6dc319a1a629512b55 (diff)
downloadfreebsd-ports-gnome-5de0a44792141c123881d066f7662fe56204be5f.tar.gz
freebsd-ports-gnome-5de0a44792141c123881d066f7662fe56204be5f.tar.zst
freebsd-ports-gnome-5de0a44792141c123881d066f7662fe56204be5f.zip
- Upgrade to 1.3091.
Diffstat (limited to 'www')
-rw-r--r--www/p5-Dancer/Makefile6
-rw-r--r--www/p5-Dancer/distinfo4
-rw-r--r--www/p5-Dancer/pkg-plist12
3 files changed, 18 insertions, 4 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile
index d6266b70ac18..8a3fc65ffa42 100644
--- a/www/p5-Dancer/Makefile
+++ b/www/p5-Dancer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Dancer
-PORTVERSION= 1.3080
+PORTVERSION= 1.3091
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:XSAWYERX
@@ -23,7 +23,8 @@ RUN_DEPENDS= \
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 \
- p5-URI>=1.59:${PORTSDIR}/net/p5-URI
+ p5-URI>=1.59:${PORTSDIR}/net/p5-URI \
+ p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS= ${RUN_DEPENDS}
OPTIONS= YAML "Enable YAML implementation in Perl" On
@@ -49,6 +50,7 @@ MAN3= Dancer.3 \
Dancer::Engine.3 \
Dancer::Error.3 \
Dancer::Exception.3 \
+ Dancer::Exception::Base.3 \
Dancer::FileUtils.3 \
Dancer::HTTP.3 \
Dancer::Handler::Debug.3 \
diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo
index fe26def67674..4697844efb47 100644
--- a/www/p5-Dancer/distinfo
+++ b/www/p5-Dancer/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Dancer-1.3080.tar.gz) = bcac984a4c6390cf877828848e2a6678b3a87d279d766f104413df3c63ce2d9e
-SIZE (Dancer-1.3080.tar.gz) = 276445
+SHA256 (Dancer-1.3091.tar.gz) = e94a77702d9254ecc477c8f62911e12956b57a9ffc884b5a677eb6735733c4a5
+SIZE (Dancer-1.3091.tar.gz) = 284139
diff --git a/www/p5-Dancer/pkg-plist b/www/p5-Dancer/pkg-plist
index 950cec1fcb16..e07cf48f9827 100644
--- a/www/p5-Dancer/pkg-plist
+++ b/www/p5-Dancer/pkg-plist
@@ -3,6 +3,14 @@ bin/dancer
%%SITE_PERL%%/Dancer.pm
%%SITE_PERL%%/Dancer/App.pm
%%SITE_PERL%%/Dancer/Config.pm
+%%SITE_PERL%%/Dancer/Continuation.pm
+%%SITE_PERL%%/Dancer/Continuation/Halted.pm
+%%SITE_PERL%%/Dancer/Continuation/Route.pm
+%%SITE_PERL%%/Dancer/Continuation/Route/ErrorSent.pm
+%%SITE_PERL%%/Dancer/Continuation/Route/FileSent.pm
+%%SITE_PERL%%/Dancer/Continuation/Route/Forwarded.pm
+%%SITE_PERL%%/Dancer/Continuation/Route/Passed.pm
+%%SITE_PERL%%/Dancer/Continuation/Route/Templated.pm
%%SITE_PERL%%/Dancer/Cookbook.pod
%%SITE_PERL%%/Dancer/Cookie.pm
%%SITE_PERL%%/Dancer/Cookies.pm
@@ -13,6 +21,7 @@ bin/dancer
%%SITE_PERL%%/Dancer/Engine.pm
%%SITE_PERL%%/Dancer/Error.pm
%%SITE_PERL%%/Dancer/Exception.pm
+%%SITE_PERL%%/Dancer/Exception/Base.pm
%%SITE_PERL%%/Dancer/Factory/Hook.pm
%%SITE_PERL%%/Dancer/FileUtils.pm
%%SITE_PERL%%/Dancer/GetOpt.pm
@@ -78,6 +87,9 @@ bin/dancer
@dirrm %%SITE_PERL%%/Dancer/Hook
@dirrm %%SITE_PERL%%/Dancer/Handler
@dirrm %%SITE_PERL%%/Dancer/Factory
+@dirrm %%SITE_PERL%%/Dancer/Exception
@dirrm %%SITE_PERL%%/Dancer/Development
+@dirrm %%SITE_PERL%%/Dancer/Continuation/Route
+@dirrm %%SITE_PERL%%/Dancer/Continuation
@dirrm %%SITE_PERL%%/Dancer
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer