From owner-svn-ports-head@freebsd.org Tue Jul 19 14:18:04 2016 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 CF6B1B9EE7A; Tue, 19 Jul 2016 14:18:04 +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 8D1351A19; Tue, 19 Jul 2016 14:18:04 +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 u6JEI3dm012664; Tue, 19 Jul 2016 14:18:03 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6JEI3q3012660; Tue, 19 Jul 2016 14:18:03 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201607191418.u6JEI3q3012660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 19 Jul 2016 14:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418796 - 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.22 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: Tue, 19 Jul 2016 14:18:04 -0000 Author: adamw Date: Tue Jul 19 14:18:03 2016 New Revision: 418796 URL: https://svnweb.freebsd.org/changeset/ports/418796 Log: Update to 7.0. Read below for potentially breaking changes. - Code name "Doughnut", this is a major release. - Removed Mojolicious::Plugin::Charset. - Removed authority method from Mojo::URL. - Removed squish method from Mojo::ByteStream. - Removed squish function from Mojo::Util. - Removed support for smart whitespace trimming from all_text and text methods in Mojo::DOM. - Updated jQuery to version 3.1.0. - Improved Mojo::URL not to include the userinfo part when generating URLs, as recommended by the URL Living Standard. - Improved Mojolicious::Plugin::Config to no longer log which files have been loaded. - Fixed trailing slash bug in Mojo::URL. - Fixed a few whitespace bugs in Mojo::DOM. - Fixed attribute selector bug in Mojo::DOM::CSS. (Akron) - Fixed a bug causing headers with zero length values to be ignored by the get command. (jberger) Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo head/www/p5-Mojolicious/pkg-plist Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Tue Jul 19 14:16:24 2016 (r418795) +++ head/www/p5-Mojolicious/Makefile Tue Jul 19 14:18:03 2016 (r418796) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.66 +PORTVERSION= 7.0 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Tue Jul 19 14:16:24 2016 (r418795) +++ head/www/p5-Mojolicious/distinfo Tue Jul 19 14:18:03 2016 (r418796) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466534884 -SHA256 (Mojolicious-6.66.tar.gz) = 3f847f5391247afacb03e1673aa652746f5b054ee0dd65228aae1bcecc7a0f8f -SIZE (Mojolicious-6.66.tar.gz) = 653435 +TIMESTAMP = 1468937627 +SHA256 (Mojolicious-7.0.tar.gz) = 2da57d411aaf718d6b93deebd08d3c36e7f32ef66b6a539854f72119ad9b6bc2 +SIZE (Mojolicious-7.0.tar.gz) = 652999 Modified: head/www/p5-Mojolicious/pkg-plist ============================================================================== --- head/www/p5-Mojolicious/pkg-plist Tue Jul 19 14:16:24 2016 (r418795) +++ head/www/p5-Mojolicious/pkg-plist Tue Jul 19 14:18:03 2016 (r418796) @@ -93,7 +93,6 @@ bin/morbo %%SITE_PERL%%/Mojolicious/Guides/Tutorial.pod %%SITE_PERL%%/Mojolicious/Lite.pm %%SITE_PERL%%/Mojolicious/Plugin.pm -%%SITE_PERL%%/Mojolicious/Plugin/Charset.pm %%SITE_PERL%%/Mojolicious/Plugin/Config.pm %%SITE_PERL%%/Mojolicious/Plugin/DefaultHelpers.pm %%SITE_PERL%%/Mojolicious/Plugin/EPLRenderer.pm @@ -227,7 +226,6 @@ bin/morbo %%PERL5_MAN3%%/Mojolicious::Guides::Tutorial.3.gz %%PERL5_MAN3%%/Mojolicious::Lite.3.gz %%PERL5_MAN3%%/Mojolicious::Plugin.3.gz -%%PERL5_MAN3%%/Mojolicious::Plugin::Charset.3.gz %%PERL5_MAN3%%/Mojolicious::Plugin::Config.3.gz %%PERL5_MAN3%%/Mojolicious::Plugin::DefaultHelpers.3.gz %%PERL5_MAN3%%/Mojolicious::Plugin::EPLRenderer.3.gz