From owner-svn-ports-head@freebsd.org Sun Sep 3 22:08:18 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 1B841E214C7; Sun, 3 Sep 2017 22:08:18 +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 DC99A7DF51; Sun, 3 Sep 2017 22:08:17 +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 v83M8HYk011629; Sun, 3 Sep 2017 22:08:17 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v83M8Gjv011627; Sun, 3 Sep 2017 22:08:16 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201709032208.v83M8Gjv011627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 3 Sep 2017 22:08:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449219 - 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: 449219 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: Sun, 03 Sep 2017 22:08:18 -0000 Author: adamw Date: Sun Sep 3 22:08:16 2017 New Revision: 449219 URL: https://svnweb.freebsd.org/changeset/ports/449219 Log: Update to 7.44. - Reverted a previous change to Mojo::Loader that allowed for load_class to be called on the same class multiple times, since it had very bad side effects. - Improved Mojo::IOLoop::TLS to use a little less memory. - Fixed a bug where Mojolicious controllers like "MyApp::Controller::Foo::Bar" would disappear if loading the controller "MyApp::Controller::Foo" was attempted but failed. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sun Sep 3 21:51:15 2017 (r449218) +++ head/www/p5-Mojolicious/Makefile Sun Sep 3 22:08:16 2017 (r449219) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.43 +PORTVERSION= 7.44 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sun Sep 3 21:51:15 2017 (r449218) +++ head/www/p5-Mojolicious/distinfo Sun Sep 3 22:08:16 2017 (r449219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503067776 -SHA256 (Mojolicious-7.43.tar.gz) = ca177da7b0c1e2a31a1880c4a06afbbd1ada1da57146bfa030b7912a3d608b5e -SIZE (Mojolicious-7.43.tar.gz) = 686222 +TIMESTAMP = 1504476317 +SHA256 (Mojolicious-7.44.tar.gz) = 511d8226d5708816500dd9c88ee1e5131a5830966783303383ba579c2d3349c6 +SIZE (Mojolicious-7.44.tar.gz) = 686573