From owner-svn-ports-head@freebsd.org Sun Feb 5 23:50:26 2017 Return-Path: Delivered-To: svn-ports-head@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 781CFCD2747; Sun, 5 Feb 2017 23:50:26 +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 479701F74; Sun, 5 Feb 2017 23:50:26 +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 v15NoPHF043547; Sun, 5 Feb 2017 23:50:25 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v15NoPbM043545; Sun, 5 Feb 2017 23:50:25 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201702052350.v15NoPbM043545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 5 Feb 2017 23:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433468 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 23:50:26 -0000 Author: adamw Date: Sun Feb 5 23:50:25 2017 New Revision: 433468 URL: https://svnweb.freebsd.org/changeset/ports/433468 Log: Update to 7.24. - Added open method to Mojo::File. - Added tempfile function to Mojo::File. - Fixed bug in Mojo::Asset::File where the slurp method would not work correctly for very large files. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sun Feb 5 23:44:19 2017 (r433467) +++ head/www/p5-Mojolicious/Makefile Sun Feb 5 23:50:25 2017 (r433468) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.23 +PORTVERSION= 7.24 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sun Feb 5 23:44:19 2017 (r433467) +++ head/www/p5-Mojolicious/distinfo Sun Feb 5 23:50:25 2017 (r433468) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485754072 -SHA256 (Mojolicious-7.23.tar.gz) = 4239142fdd1a068e23132324d1057425b90e04e1a7ce59765a91a27a17789251 -SIZE (Mojolicious-7.23.tar.gz) = 667914 +TIMESTAMP = 1486338507 +SHA256 (Mojolicious-7.24.tar.gz) = 242fa4f1274276e19d5466ca7efe3eed90b8b87db00510fea30a8c8d76a8216f +SIZE (Mojolicious-7.24.tar.gz) = 668579