Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2017 14:26:54 +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: r439293 - head/www/p5-Mojolicious
Message-ID:  <201704241426.v3OEQsgD005569@repo.freebsd.org>

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



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