Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2017 01:26:34 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453215 - head/www/p5-Mojolicious
Message-ID:  <201710310126.v9V1QYRq080665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710310126.v9V1QYRq080665>