From owner-svn-ports-all@freebsd.org Mon Dec 18 00:38:12 2017 Return-Path: Delivered-To: svn-ports-all@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 823ADE9B60C; Mon, 18 Dec 2017 00:38:12 +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 4CACF63963; Mon, 18 Dec 2017 00:38:12 +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 vBI0cBCl084932; Mon, 18 Dec 2017 00:38:11 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBI0cB62084930; Mon, 18 Dec 2017 00:38:11 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201712180038.vBI0cB62084930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 18 Dec 2017 00:38:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456572 - 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: 456572 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 00:38:12 -0000 Author: adamw Date: Mon Dec 18 00:38:11 2017 New Revision: 456572 URL: https://svnweb.freebsd.org/changeset/ports/456572 Log: Update to 7.59 - Moved home and ua attributes from Mojo to Mojolicious. - Changed Mojo::IOLoop::Client to only start a thread pool with Net::DNS::Native on demand. (Grinnz) - Improved subprocess method in Mojo::IOLoop to allow for easier role composition. - Fixed RFC 7230 compliance bug in Mojo::Message::Response. (jberger) Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sun Dec 17 23:40:01 2017 (r456571) +++ head/www/p5-Mojolicious/Makefile Mon Dec 18 00:38:11 2017 (r456572) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.58 +PORTVERSION= 7.59 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sun Dec 17 23:40:01 2017 (r456571) +++ head/www/p5-Mojolicious/distinfo Mon Dec 18 00:38:11 2017 (r456572) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512339758 -SHA256 (Mojolicious-7.58.tar.gz) = d00f6788e9e9d8f72093ec33fa5315c7e29f82564bdab83ec8470df44313e74c -SIZE (Mojolicious-7.58.tar.gz) = 706983 +TIMESTAMP = 1513557366 +SHA256 (Mojolicious-7.59.tar.gz) = 30a3637ac8502afeb8def3738d779de9cd0d346f0a52b8a00a2948a756769087 +SIZE (Mojolicious-7.59.tar.gz) = 707783