pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Mojolicious



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  8 21:43:32 UTC 2017

Modified Files:
        pkgsrc/www/p5-Mojolicious: Makefile distinfo

Log Message:
p5-Mojolicious: update to 7.55.

7.55  2017-11-06
  - Added -role flag to Mojo::Base. (jberger)
  - Improved tablify function in Mojo::Util to work with non-rectangular arrays.
    (CandyAngel, jabberwok)
  - Improved Windows compatibility of Mojo::Server::Daemon.

7.54  2017-11-05
  - Fixed a bug in Mojo::Promise where promise chains could not recover from
    rejections.

7.53  2017-11-04
  - Added module Mojo::Promise.
  - Improved Mojo::IOLoop::Delay to be a subclass of Mojo::Promise.

7.52  2017-11-02
  - Added delete_p, get_p, head_p, options_p, patch_p, post_p, put_p and start_p
    methods to Mojo::UserAgent.

7.51  2017-10-31
  - Added -signatures flag to Mojo::Base and Mojolicious::Lite.
  - Added support for new HTTP status code.
  - Improved ojo to enable subroutine signatures automatically on Perl 5.20+.

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.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/www/p5-Mojolicious/Makefile
cvs rdiff -u -r1.117 -r1.118 pkgsrc/www/p5-Mojolicious/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Mojolicious/Makefile
diff -u pkgsrc/www/p5-Mojolicious/Makefile:1.125 pkgsrc/www/p5-Mojolicious/Makefile:1.126
--- pkgsrc/www/p5-Mojolicious/Makefile:1.125    Mon Oct 23 13:07:47 2017
+++ pkgsrc/www/p5-Mojolicious/Makefile  Wed Nov  8 21:43:32 2017
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.125 2017/10/23 13:07:47 wiz Exp $
+# $NetBSD: Makefile,v 1.126 2017/11/08 21:43:32 wiz Exp $
 #
 # When updating this package, please upload the distfile
 # since they disappear immediately when new releases happen,
 # which is quite often.
 
-DISTNAME=      Mojolicious-7.48
+DISTNAME=      Mojolicious-7.55
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mojolicious/}

Index: pkgsrc/www/p5-Mojolicious/distinfo
diff -u pkgsrc/www/p5-Mojolicious/distinfo:1.117 pkgsrc/www/p5-Mojolicious/distinfo:1.118
--- pkgsrc/www/p5-Mojolicious/distinfo:1.117    Mon Oct 23 13:07:47 2017
+++ pkgsrc/www/p5-Mojolicious/distinfo  Wed Nov  8 21:43:32 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.117 2017/10/23 13:07:47 wiz Exp $
+$NetBSD: distinfo,v 1.118 2017/11/08 21:43:32 wiz Exp $
 
-SHA1 (Mojolicious-7.48.tar.gz) = b0372b9f6fbeffee0862fb75c88f9fad41fdd7d9
-RMD160 (Mojolicious-7.48.tar.gz) = a1c9f3b82b10c15bb822da6ee6267d37bbc10a8a
-SHA512 (Mojolicious-7.48.tar.gz) = 8ce7e84171f3e9c21fc7c60fa5a0e846c1cad876359205ed37505220b262361f14d4428052502f9fb552615c8715696eb36543bcb22a4669e9c2c2592a847b12
-Size (Mojolicious-7.48.tar.gz) = 691697 bytes
+SHA1 (Mojolicious-7.55.tar.gz) = 61fe62c69ab2b2c99ae2da993dc932556d7bd352
+RMD160 (Mojolicious-7.55.tar.gz) = fea44a0862d3d1e2c729bc414653d13f3ca0a2fd
+SHA512 (Mojolicious-7.55.tar.gz) = 4b1a1df35677b74844445ad132c3c381df96ffe170634afa32ce57c149729c1a919c7b19a41177dd36df02d6de5b556d9ec37fbcdec6b5fd97b1364815df9c75
+Size (Mojolicious-7.55.tar.gz) = 695546 bytes



Home | Main Index | Thread Index | Old Index