diff options
author | culot <culot@FreeBSD.org> | 2011-03-29 01:36:04 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-03-29 01:36:04 +0800 |
commit | 221e7675acb6d2507157430a413064f29c3b3c2b (patch) | |
tree | 9482d53d8e48fba0d837f7a3c1aad7a4ea6192d9 /www/p5-Mojolicious | |
parent | 7f6ec80f1a4eed731cf6069ae8b42a01e94713aa (diff) | |
download | freebsd-ports-gnome-221e7675acb6d2507157430a413064f29c3b3c2b.tar.gz freebsd-ports-gnome-221e7675acb6d2507157430a413064f29c3b3c2b.tar.zst freebsd-ports-gnome-221e7675acb6d2507157430a413064f29c3b3c2b.zip |
- Update to 1.15
Changes: http://search.cpan.org/dist/Mojolicious/Changes
PR: ports/155973
Submitted by: Murilo Opsfelder <mopsfelder AT gmail.com> (maintainer)
Diffstat (limited to 'www/p5-Mojolicious')
-rw-r--r-- | www/p5-Mojolicious/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Mojolicious/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Mojolicious/pkg-plist | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index 82151b5d6b67..84ea6c4a30f0 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mojolicious -PORTVERSION= 1.1 +PORTVERSION= 1.15 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Mojolicious/KRAIH @@ -65,6 +65,7 @@ MAN3= Mojo.3 \ Mojo::Transaction::WebSocket.3 \ Mojo::URL.3 \ Mojo::Upload.3 \ + Mojo::UserAgent.3 \ Mojo::Util.3 \ Mojolicious.3 \ Mojolicious::Command::Cgi.3 \ @@ -96,6 +97,7 @@ MAN3= Mojo.3 \ Mojolicious::Plugin.3 \ Mojolicious::Plugin::AgentCondition.3 \ Mojolicious::Plugin::Charset.3 \ + Mojolicious::Plugin::Config.3 \ Mojolicious::Plugin::DefaultHelpers.3 \ Mojolicious::Plugin::EpRenderer.3 \ Mojolicious::Plugin::EplRenderer.3 \ diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index 6344ce788555..5d369e2bf1ea 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-1.1.tar.gz) = 98bb6a947fa4ae350e60c145ef16b2e43209620a9c0d146d4e75d705ee5b9f3b -SIZE (Mojolicious-1.1.tar.gz) = 455062 +SHA256 (Mojolicious-1.15.tar.gz) = 932ee0ab3b962806942bd50a0f15376194ab85a77a24bfed0248654d0299a4ae +SIZE (Mojolicious-1.15.tar.gz) = 465008 diff --git a/www/p5-Mojolicious/pkg-plist b/www/p5-Mojolicious/pkg-plist index 9a0069232b76..b08aeb04cbd9 100644 --- a/www/p5-Mojolicious/pkg-plist +++ b/www/p5-Mojolicious/pkg-plist @@ -42,6 +42,7 @@ %%SITE_PERL%%/Mojo/Transaction/WebSocket.pm %%SITE_PERL%%/Mojo/URL.pm %%SITE_PERL%%/Mojo/Upload.pm +%%SITE_PERL%%/Mojo/UserAgent.pm %%SITE_PERL%%/Mojo/Util.pm %%SITE_PERL%%/Mojolicious.pm %%SITE_PERL%%/Mojolicious/Command/Cgi.pm @@ -73,6 +74,7 @@ %%SITE_PERL%%/Mojolicious/Plugin.pm %%SITE_PERL%%/Mojolicious/Plugin/AgentCondition.pm %%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 |