From owner-svn-ports-head@freebsd.org Fri Aug 4 02:19:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05E83DBEFB4; Fri, 4 Aug 2017 02:19:16 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C58E375088; Fri, 4 Aug 2017 02:19:15 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v742JEje069645; Fri, 4 Aug 2017 02:19:14 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v742JEdx069643; Fri, 4 Aug 2017 02:19:14 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201708040219.v742JEdx069643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 4 Aug 2017 02:19:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447315 - head/www/p5-Mojolicious X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/p5-Mojolicious X-SVN-Commit-Revision: 447315 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2017 02:19:16 -0000 Author: adamw Date: Fri Aug 4 02:19:14 2017 New Revision: 447315 URL: https://svnweb.freebsd.org/changeset/ports/447315 Log: Update to 7.39. - Removed experimental close_idle_connections method from Mojo::Server::Daemon. - Increased default graceful_timeout from 60 to 120 seconds in Mojo::Server::Prefork. - Improve Mojo::Server::Daemon to log request errors. - Fixed a bug where Mojo::Server::Daemon would close connections too quickly and interrupt requests. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Fri Aug 4 01:33:16 2017 (r447314) +++ head/www/p5-Mojolicious/Makefile Fri Aug 4 02:19:14 2017 (r447315) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.38 +PORTVERSION= 7.39 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Fri Aug 4 01:33:16 2017 (r447314) +++ head/www/p5-Mojolicious/distinfo Fri Aug 4 02:19:14 2017 (r447315) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501626316 -SHA256 (Mojolicious-7.38.tar.gz) = ec8836d14b356798854ae58a0339ecdfc56462b37fb6f1423f1af052ed500b83 -SIZE (Mojolicious-7.38.tar.gz) = 676534 +TIMESTAMP = 1501813073 +SHA256 (Mojolicious-7.39.tar.gz) = 8c2dd2caa1d755a4644c707eef903303e2fc9ed905c0efdf195f47458748a351 +SIZE (Mojolicious-7.39.tar.gz) = 676667