svn commit: r439293 - head/www/p5-Mojolicious

Adam Weinberger adamw at FreeBSD.org
Mon Apr 24 14:26:55 UTC 2017


Author: adamw
Date: Mon Apr 24 14:26:53 2017
New Revision: 439293
URL: https://svnweb.freebsd.org/changeset/ports/439293

Log:
  Update to 7.31.
  
   * Removed deprecated files, slurp and spurt functions from Mojo::Util.
   * Removed deprecated parts attribute from Mojo::Home.
   * Removed deprecated slurp and spurt methods from Mojo::ByteStream.
   * Removed deprecated lib_dir, list_files, parse and rel_dir methods
     from Mojo::Home.
   * Removed deprecated rel_dir method from Mojolicious::Command.
   * Removed deprecated is_status_class method from Mojo::Message::Response.
   * Fixed a bug in the app generator command where the config file name
     was not based on the application moniker.

Modified:
  head/www/p5-Mojolicious/Makefile
  head/www/p5-Mojolicious/distinfo

Modified: head/www/p5-Mojolicious/Makefile
==============================================================================
--- head/www/p5-Mojolicious/Makefile	Mon Apr 24 14:25:12 2017	(r439292)
+++ head/www/p5-Mojolicious/Makefile	Mon Apr 24 14:26:53 2017	(r439293)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Mojolicious
-PORTVERSION=	7.30
+PORTVERSION=	7.31
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/www/p5-Mojolicious/distinfo
==============================================================================
--- head/www/p5-Mojolicious/distinfo	Mon Apr 24 14:25:12 2017	(r439292)
+++ head/www/p5-Mojolicious/distinfo	Mon Apr 24 14:26:53 2017	(r439293)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491525215
-SHA256 (Mojolicious-7.30.tar.gz) = e10ccdad610d36c265c03a993138bc66d4508317dcdd082612eabf1ed7b47e2c
-SIZE (Mojolicious-7.30.tar.gz) = 674616
+TIMESTAMP = 1493043892
+SHA256 (Mojolicious-7.31.tar.gz) = 4279171f48052436a7d7fffc2aa7071e91a860507f2de824e01e2b5130b4c0aa
+SIZE (Mojolicious-7.31.tar.gz) = 674071


More information about the svn-ports-head mailing list