From owner-svn-ports-all@freebsd.org Tue Oct 31 01:26:35 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 DAADDE42F93; Tue, 31 Oct 2017 01:26:35 +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 A83017F4BC; Tue, 31 Oct 2017 01:26:35 +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 v9V1QY3L080667; Tue, 31 Oct 2017 01:26:34 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9V1QYRq080665; Tue, 31 Oct 2017 01:26:34 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201710310126.v9V1QYRq080665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 31 Oct 2017 01:26:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453215 - 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: 453215 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.23 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: Tue, 31 Oct 2017 01:26:36 -0000 Author: adamw Date: Tue Oct 31 01:26:34 2017 New Revision: 453215 URL: https://svnweb.freebsd.org/changeset/ports/453215 Log: Update to 7.50. 7.50 2017-10-30 - Deprecated error and finish events in Mojo::IOLoop::Delay. Since there is no good way to warn our users about this deprecation, it will be in effect until the next major release. Where we will also change the base class from Mojo::EventEmitter to Mojo::Base. - Improved documentation browser with links to MetaCPAN. 7.49 2017-10-28 - Deprecated Mojo::IOLoop::Delay::data and Mojo::IOLoop::Delay::remaining. - Added Promises/A+ support. Note that Mojo::IOLoop::Delay previously inherited a catch method from Mojo::EventEmitter that was passed the error message as second argument instead of the first, so you might have to change $delay->catch(sub { my ($delay, $error) = @_; ... }); to $delay->catch(sub { my ($error) = @_; ... }); - Added all, catch, finally, race and then methods to Mojo::IOLoop::Delay. - Updated jQuery to version 3.2.1. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Tue Oct 31 01:24:28 2017 (r453214) +++ head/www/p5-Mojolicious/Makefile Tue Oct 31 01:26:34 2017 (r453215) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.48 +PORTVERSION= 7.50 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Tue Oct 31 01:24:28 2017 (r453214) +++ head/www/p5-Mojolicious/distinfo Tue Oct 31 01:26:34 2017 (r453215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508599807 -SHA256 (Mojolicious-7.48.tar.gz) = 86d28e66a352e808ab1eae64ef93b90a9a92b3c1b07925bd2d3387a9e852388e -SIZE (Mojolicious-7.48.tar.gz) = 691697 +TIMESTAMP = 1509413115 +SHA256 (Mojolicious-7.50.tar.gz) = b1344a29eb9e91d797bcf14c745200d668039d2d3ec9012424dc0d84b0b8491a +SIZE (Mojolicious-7.50.tar.gz) = 693808