summaryrefslogtreecommitdiff
path: root/www/p5-Mojolicious/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-03-04 12:51:18 +0000
committerwen <wen@pkgsrc.org>2016-03-04 12:51:18 +0000
commit47beaed814572ccaa06daa2eb4ed5171b73581d7 (patch)
tree34f024e3bf11b0e9092a56b9bd68da144f77ee77 /www/p5-Mojolicious/Makefile
parentbb59d946b24af093b94f6a9ec7aed351e953ea9a (diff)
downloadpkgsrc-47beaed814572ccaa06daa2eb4ed5171b73581d7.tar.gz
Update to 6.53
Upstream changes: 6.53 2016-03-03 - Removed multi_accept setting from Hypnotoad. - Removed -M options from daemon and prefork commands. - Deprecated Mojo::IOLoop::multi_accept. - Deprecated Mojo::IOLoop::Server::multi_accept. - Deprecated Mojo::Server::Daemon::multi_accept. - Added single_accept option to Mojo::IOLoop::Server::listen. - Added single_accept parameter to Mojo::Server::Daemon::listen. - Increased default max_requests from 25 to 100 in Mojo::Server::Daemon. - Increased default accepts from 1000 to 10000 in Mojo::Server::Prefork. - Improved performance of many Mojo::Util functions slightly. - Fixed default value bug in val method of Mojo::DOM. 6.52 2016-03-02 - Added is_accepting method to Mojo::IOLoop::Server. - Added -M option to daemon command. - Improved responsiveness of stop_gracefully method in Mojo::IOLoop. - Fixed bug in Mojo::IOLoop where too many connections could be accepted. - Fixed a few concurrency bugs in Mojo::IOLoop. 6.51 2016-02-29 - Fixed bug in Mojolicious::Plugin::EPLRenderer where empty templates from the DATA section would be ignored. - Fixed a few "0" value bugs in Mojolicious::Renderer.
Diffstat (limited to 'www/p5-Mojolicious/Makefile')
-rw-r--r--www/p5-Mojolicious/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile
index a65b64f971d..bb0f81da1c4 100644
--- a/www/p5-Mojolicious/Makefile
+++ b/www/p5-Mojolicious/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2016/02/27 08:09:28 wen Exp $
+# $NetBSD: Makefile,v 1.95 2016/03/04 12:51:18 wen Exp $
-DISTNAME= Mojolicious-6.50
+DISTNAME= Mojolicious-6.53
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/}