aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-08-29 17:55:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-08-29 17:55:17 +0800
commit1daed9524e3c8928e869820b343043671fd75032 (patch)
tree703ccbfb64a8caa224ed0fc44fd464b66d3d362d /www
parentf05d501ee78195ba77d67733ee69377e5f73dd8f (diff)
downloadfreebsd-ports-gnome-1daed9524e3c8928e869820b343043671fd75032.tar.gz
freebsd-ports-gnome-1daed9524e3c8928e869820b343043671fd75032.tar.zst
freebsd-ports-gnome-1daed9524e3c8928e869820b343043671fd75032.zip
- Update to 1.92
Changes: http://search.cpan.org/dist/Mojolicious/Changes PR: ports/160228 Submitted by: sunpoet (myself) Approved by: Murilo Opsfelder Araujo <mopsfelder@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Mojolicious/Makefile48
-rw-r--r--www/p5-Mojolicious/distinfo4
-rw-r--r--www/p5-Mojolicious/pkg-plist56
3 files changed, 56 insertions, 52 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile
index dbddf0651399..bd84afe94889 100644
--- a/www/p5-Mojolicious/Makefile
+++ b/www/p5-Mojolicious/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Mojolicious
-PORTVERSION= 1.76
+PORTVERSION= 1.92
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -30,6 +30,7 @@ MAN3= Mojo.3 \
Mojo::Base.3 \
Mojo::ByteStream.3 \
Mojo::Cache.3 \
+ Mojo::Collection.3 \
Mojo::Command.3 \
Mojo::Content.3 \
Mojo::Content::MultiPart.3 \
@@ -40,7 +41,6 @@ MAN3= Mojo.3 \
Mojo::CookieJar.3 \
Mojo::DOM.3 \
Mojo::DOM::CSS.3 \
- Mojo::DOM::Collection.3 \
Mojo::DOM::HTML.3 \
Mojo::Date.3 \
Mojo::Exception.3 \
@@ -81,22 +81,24 @@ MAN3= Mojo.3 \
Mojo::UserAgent::Transactor.3 \
Mojo::Util.3 \
Mojolicious.3 \
- Mojolicious::Command::Cgi.3 \
- Mojolicious::Command::Daemon.3 \
- Mojolicious::Command::Eval.3 \
- Mojolicious::Command::Fastcgi.3 \
- Mojolicious::Command::Generate.3 \
- Mojolicious::Command::Generate::App.3 \
- Mojolicious::Command::Generate::Gitignore.3 \
- Mojolicious::Command::Generate::Hypnotoad.3 \
- Mojolicious::Command::Generate::LiteApp.3 \
- Mojolicious::Command::Generate::Makefile.3 \
- Mojolicious::Command::Get.3 \
- Mojolicious::Command::Inflate.3 \
- Mojolicious::Command::Psgi.3 \
- Mojolicious::Command::Routes.3 \
- Mojolicious::Command::Test.3 \
- Mojolicious::Command::Version.3 \
+ Mojolicious::Command::cgi.3 \
+ Mojolicious::Command::cpanify.3 \
+ Mojolicious::Command::daemon.3 \
+ Mojolicious::Command::eval.3 \
+ Mojolicious::Command::fastcgi.3 \
+ Mojolicious::Command::generate.3 \
+ Mojolicious::Command::generate::app.3 \
+ Mojolicious::Command::generate::gitignore.3 \
+ Mojolicious::Command::generate::hypnotoad.3 \
+ Mojolicious::Command::generate::lite_app.3 \
+ Mojolicious::Command::generate::makefile.3 \
+ Mojolicious::Command::generate::plugin.3 \
+ Mojolicious::Command::get.3 \
+ Mojolicious::Command::inflate.3 \
+ Mojolicious::Command::psgi.3 \
+ Mojolicious::Command::routes.3 \
+ Mojolicious::Command::test.3 \
+ Mojolicious::Command::version.3 \
Mojolicious::Commands.3 \
Mojolicious::Controller.3 \
Mojolicious::Guides.3 \
@@ -113,13 +115,13 @@ MAN3= Mojo.3 \
Mojolicious::Plugin::Charset.3 \
Mojolicious::Plugin::Config.3 \
Mojolicious::Plugin::DefaultHelpers.3 \
- Mojolicious::Plugin::EpRenderer.3 \
- Mojolicious::Plugin::EplRenderer.3 \
+ Mojolicious::Plugin::EPLRenderer.3 \
+ Mojolicious::Plugin::EPRenderer.3 \
Mojolicious::Plugin::HeaderCondition.3 \
- Mojolicious::Plugin::I18n.3 \
- Mojolicious::Plugin::JsonConfig.3 \
+ Mojolicious::Plugin::I18N.3 \
+ Mojolicious::Plugin::JSONConfig.3 \
Mojolicious::Plugin::Mount.3 \
- Mojolicious::Plugin::PodRenderer.3 \
+ Mojolicious::Plugin::PODRenderer.3 \
Mojolicious::Plugin::PoweredBy.3 \
Mojolicious::Plugin::RequestTimer.3 \
Mojolicious::Plugin::TagHelpers.3 \
diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo
index 5a94daf4eed3..a71d8d9e72d6 100644
--- a/www/p5-Mojolicious/distinfo
+++ b/www/p5-Mojolicious/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Mojolicious-1.76.tar.gz) = ac438d61d3ad53248e9f7364e094c964d1f4280ff4ad079e52a664c5acc41415
-SIZE (Mojolicious-1.76.tar.gz) = 569671
+SHA256 (Mojolicious-1.92.tar.gz) = 75f0d5e2dd9ee4d4fcaac22349b9e2ef4bc1161895857d75840da270189b8ce7
+SIZE (Mojolicious-1.92.tar.gz) = 578921
diff --git a/www/p5-Mojolicious/pkg-plist b/www/p5-Mojolicious/pkg-plist
index 504a8a8a0889..a9aa66976419 100644
--- a/www/p5-Mojolicious/pkg-plist
+++ b/www/p5-Mojolicious/pkg-plist
@@ -1,6 +1,4 @@
-bin/hypnotoad
-bin/mojo
-bin/morbo
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/.packlist
%%SITE_PERL%%/Mojo.pm
%%SITE_PERL%%/Mojo/Asset.pm
%%SITE_PERL%%/Mojo/Asset/File.pm
@@ -8,6 +6,7 @@ bin/morbo
%%SITE_PERL%%/Mojo/Base.pm
%%SITE_PERL%%/Mojo/ByteStream.pm
%%SITE_PERL%%/Mojo/Cache.pm
+%%SITE_PERL%%/Mojo/Collection.pm
%%SITE_PERL%%/Mojo/Command.pm
%%SITE_PERL%%/Mojo/Content.pm
%%SITE_PERL%%/Mojo/Content/MultiPart.pm
@@ -18,7 +17,6 @@ bin/morbo
%%SITE_PERL%%/Mojo/CookieJar.pm
%%SITE_PERL%%/Mojo/DOM.pm
%%SITE_PERL%%/Mojo/DOM/CSS.pm
-%%SITE_PERL%%/Mojo/DOM/Collection.pm
%%SITE_PERL%%/Mojo/DOM/HTML.pm
%%SITE_PERL%%/Mojo/Date.pm
%%SITE_PERL%%/Mojo/Exception.pm
@@ -59,22 +57,24 @@ bin/morbo
%%SITE_PERL%%/Mojo/UserAgent/Transactor.pm
%%SITE_PERL%%/Mojo/Util.pm
%%SITE_PERL%%/Mojolicious.pm
-%%SITE_PERL%%/Mojolicious/Command/Cgi.pm
-%%SITE_PERL%%/Mojolicious/Command/Daemon.pm
-%%SITE_PERL%%/Mojolicious/Command/Eval.pm
-%%SITE_PERL%%/Mojolicious/Command/Fastcgi.pm
-%%SITE_PERL%%/Mojolicious/Command/Generate.pm
-%%SITE_PERL%%/Mojolicious/Command/Generate/App.pm
-%%SITE_PERL%%/Mojolicious/Command/Generate/Gitignore.pm
-%%SITE_PERL%%/Mojolicious/Command/Generate/Hypnotoad.pm
-%%SITE_PERL%%/Mojolicious/Command/Generate/LiteApp.pm
-%%SITE_PERL%%/Mojolicious/Command/Generate/Makefile.pm
-%%SITE_PERL%%/Mojolicious/Command/Get.pm
-%%SITE_PERL%%/Mojolicious/Command/Inflate.pm
-%%SITE_PERL%%/Mojolicious/Command/Psgi.pm
-%%SITE_PERL%%/Mojolicious/Command/Routes.pm
-%%SITE_PERL%%/Mojolicious/Command/Test.pm
-%%SITE_PERL%%/Mojolicious/Command/Version.pm
+%%SITE_PERL%%/Mojolicious/Command/cgi.pm
+%%SITE_PERL%%/Mojolicious/Command/cpanify.pm
+%%SITE_PERL%%/Mojolicious/Command/daemon.pm
+%%SITE_PERL%%/Mojolicious/Command/eval.pm
+%%SITE_PERL%%/Mojolicious/Command/fastcgi.pm
+%%SITE_PERL%%/Mojolicious/Command/generate.pm
+%%SITE_PERL%%/Mojolicious/Command/generate/app.pm
+%%SITE_PERL%%/Mojolicious/Command/generate/gitignore.pm
+%%SITE_PERL%%/Mojolicious/Command/generate/hypnotoad.pm
+%%SITE_PERL%%/Mojolicious/Command/generate/lite_app.pm
+%%SITE_PERL%%/Mojolicious/Command/generate/makefile.pm
+%%SITE_PERL%%/Mojolicious/Command/generate/plugin.pm
+%%SITE_PERL%%/Mojolicious/Command/get.pm
+%%SITE_PERL%%/Mojolicious/Command/inflate.pm
+%%SITE_PERL%%/Mojolicious/Command/psgi.pm
+%%SITE_PERL%%/Mojolicious/Command/routes.pm
+%%SITE_PERL%%/Mojolicious/Command/test.pm
+%%SITE_PERL%%/Mojolicious/Command/version.pm
%%SITE_PERL%%/Mojolicious/Commands.pm
%%SITE_PERL%%/Mojolicious/Controller.pm
%%SITE_PERL%%/Mojolicious/Guides.pod
@@ -91,13 +91,13 @@ bin/morbo
%%SITE_PERL%%/Mojolicious/Plugin/Charset.pm
%%SITE_PERL%%/Mojolicious/Plugin/Config.pm
%%SITE_PERL%%/Mojolicious/Plugin/DefaultHelpers.pm
-%%SITE_PERL%%/Mojolicious/Plugin/EpRenderer.pm
-%%SITE_PERL%%/Mojolicious/Plugin/EplRenderer.pm
+%%SITE_PERL%%/Mojolicious/Plugin/EPLRenderer.pm
+%%SITE_PERL%%/Mojolicious/Plugin/EPRenderer.pm
%%SITE_PERL%%/Mojolicious/Plugin/HeaderCondition.pm
-%%SITE_PERL%%/Mojolicious/Plugin/I18n.pm
-%%SITE_PERL%%/Mojolicious/Plugin/JsonConfig.pm
+%%SITE_PERL%%/Mojolicious/Plugin/I18N.pm
+%%SITE_PERL%%/Mojolicious/Plugin/JSONConfig.pm
%%SITE_PERL%%/Mojolicious/Plugin/Mount.pm
-%%SITE_PERL%%/Mojolicious/Plugin/PodRenderer.pm
+%%SITE_PERL%%/Mojolicious/Plugin/PODRenderer.pm
%%SITE_PERL%%/Mojolicious/Plugin/PoweredBy.pm
%%SITE_PERL%%/Mojolicious/Plugin/RequestTimer.pm
%%SITE_PERL%%/Mojolicious/Plugin/TagHelpers.pm
@@ -151,7 +151,9 @@ bin/morbo
%%SITE_PERL%%/README.pod
%%SITE_PERL%%/Test/Mojo.pm
%%SITE_PERL%%/ojo.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/.packlist
+bin/hypnotoad
+bin/mojo
+bin/morbo
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious
@dirrmtry %%SITE_PERL%%/Test
@dirrm %%SITE_PERL%%/Mojolicious/templates
@@ -161,7 +163,7 @@ bin/morbo
@dirrm %%SITE_PERL%%/Mojolicious/Routes
@dirrmtry %%SITE_PERL%%/Mojolicious/Plugin
@dirrm %%SITE_PERL%%/Mojolicious/Guides
-@dirrm %%SITE_PERL%%/Mojolicious/Command/Generate
+@dirrm %%SITE_PERL%%/Mojolicious/Command/generate
@dirrm %%SITE_PERL%%/Mojolicious/Command
@dirrmtry %%SITE_PERL%%/Mojolicious
@dirrm %%SITE_PERL%%/Mojo/UserAgent