diff options
author | adamw <adamw@FreeBSD.org> | 2017-07-05 19:58:01 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-07-05 19:58:01 +0800 |
commit | c5e109dbd81724e55b5b4e8dcebac266341795cf (patch) | |
tree | 9f145d450707ee11affb0403a9e19987ead1137a /www | |
parent | e4bdcbafdb2086aa7b804ad94926ea7e7ba07b67 (diff) | |
download | freebsd-ports-gnome-c5e109dbd81724e55b5b4e8dcebac266341795cf.tar.gz freebsd-ports-gnome-c5e109dbd81724e55b5b4e8dcebac266341795cf.tar.zst freebsd-ports-gnome-c5e109dbd81724e55b5b4e8dcebac266341795cf.zip |
Update to 7.35.
- Removed deprecated watch attribute from Mojo::Server::Morbo.
- Added spare attribute to Mojo::Server::Prefork.
- Added -s option to prefork command.
- Added fd option to Mojo::IOLoop::Server::listen.
- Added fd parameter to Mojo::Server::Daemon::listen.
- Added spare setting to Hypnotoad.
- Increased default graceful_timeout from 20 to 60 seconds and
heartbeat_timeout from 20 to 30 seconds in Mojo::Server::Prefork.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Mojolicious/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Mojolicious/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index ca6a45f87d6e..88b72afecee4 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.34 +PORTVERSION= 7.35 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index 1d7d696bdd49..6a99ca3b5f7c 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499084002 -SHA256 (Mojolicious-7.34.tar.gz) = d960143afc25ca0f9f6beff740e31d05428d51351eb3dfcad67fa6e02c7732a6 -SIZE (Mojolicious-7.34.tar.gz) = 674091 +TIMESTAMP = 1499255773 +SHA256 (Mojolicious-7.35.tar.gz) = da50d83fbcc5ad7cd0938dee7327022a84f8c5d95885e0494ca0a537a08c4c89 +SIZE (Mojolicious-7.35.tar.gz) = 674716 |