Date: Sun, 14 Feb 2021 21:58:24 +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: r565267 - head/www/p5-Mojolicious Message-ID: <202102142158.11ELwOTE074437@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sun Feb 14 21:58:24 2021 New Revision: 565267 URL: https://svnweb.freebsd.org/changeset/ports/565267 Log: www/p5-Mojolicious: Update to 9.0 This is a major release, with some backwards-incompatible changes. 9.0 2021-02-14 - Code name "Waffle", this is a major release. - Added support for deployment specific plugins. - Removed Mojo::IOLoop::Delay. - Removed hidden attribute from Mojolicious::Routes. - Removed hide and is_hidden methods from Mojolicious::Routes. - Removed deprecated success method from Mojo::Transaction. - Removed deprecated detour, over, route and via methods from Mojolicious::Routes::Route. - Removed deprecated local_address method from Mojo::UserAgent. - Removed deprecated tls_ciphers, tls_protocols, tls_verify and tls_version options from Mojo::IOLoop::TLS. - Removed deprecated local_address option from Mojo::IOLoop::Client. - Removed deprecated config stash value. - Changed Mojo::Log to join mutiple log messages with a whitespace instead of a newline. - Added is_reserved method to Mojolicious::Routes::Route. - Improved Mojolicious::Routes to disallow the use of reserved stash values, such as "/:action", in route patterns. - Improved Mojolicious::Routes to throw exceptions for missing controllers. - Improved Mojolicious::Routes to throw exceptions for routes with controllers but without action. - Improved Mojolicious::Routes to disallow namespace without controller for routing. - Improved Mojolicious::Routes to die if auto rendering failed. - Improved render method in Mojolicious::Controller to die if no response could be rendered. - Improved reply->static helper to die if the requested file does not exist. - Improved contextual logging feature in Mojo::Log not to concatenate log messages and context. - Improved all_text method in Mojo::DOM to exclude "<script>" and "<style>" from text extraction in HTML documents. - Improved error messages in config plugins to be more consistent. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo head/www/p5-Mojolicious/pkg-plist Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sun Feb 14 21:54:01 2021 (r565266) +++ head/www/p5-Mojolicious/Makefile Sun Feb 14 21:58:24 2021 (r565267) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 8.73 +PORTVERSION= 9.0 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sun Feb 14 21:54:01 2021 (r565266) +++ head/www/p5-Mojolicious/distinfo Sun Feb 14 21:58:24 2021 (r565267) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612673633 -SHA256 (Mojolicious-8.73.tar.gz) = 61fe2fb599fae947fc505d6ba10b9ab2082cbb19b0094fcb5d2b21478c101e85 -SIZE (Mojolicious-8.73.tar.gz) = 2195846 +TIMESTAMP = 1613339753 +SHA256 (Mojolicious-9.0.tar.gz) = efc2cda24d8ae9cfbe81595094a754cea3588f3c179af48927c5c460a53d35de +SIZE (Mojolicious-9.0.tar.gz) = 2193386 Modified: head/www/p5-Mojolicious/pkg-plist ============================================================================== --- head/www/p5-Mojolicious/pkg-plist Sun Feb 14 21:54:01 2021 (r565266) +++ head/www/p5-Mojolicious/pkg-plist Sun Feb 14 21:58:24 2021 (r565267) @@ -28,7 +28,6 @@ bin/morbo %%SITE_PERL%%/Mojo/Home.pm %%SITE_PERL%%/Mojo/IOLoop.pm %%SITE_PERL%%/Mojo/IOLoop/Client.pm -%%SITE_PERL%%/Mojo/IOLoop/Delay.pm %%SITE_PERL%%/Mojo/IOLoop/Server.pm %%SITE_PERL%%/Mojo/IOLoop/Stream.pm %%SITE_PERL%%/Mojo/IOLoop/Subprocess.pm @@ -189,7 +188,6 @@ bin/morbo %%PERL5_MAN3%%/Mojo::Home.3.gz %%PERL5_MAN3%%/Mojo::IOLoop.3.gz %%PERL5_MAN3%%/Mojo::IOLoop::Client.3.gz -%%PERL5_MAN3%%/Mojo::IOLoop::Delay.3.gz %%PERL5_MAN3%%/Mojo::IOLoop::Server.3.gz %%PERL5_MAN3%%/Mojo::IOLoop::Stream.3.gz %%PERL5_MAN3%%/Mojo::IOLoop::Subprocess.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102142158.11ELwOTE074437>