From owner-svn-ports-head@FreeBSD.ORG Mon Jan 12 18:36:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCE22E31; Mon, 12 Jan 2015 18:36:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 94F8377C; Mon, 12 Jan 2015 18:36:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0CIahGR062612; Mon, 12 Jan 2015 18:36:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0CIagi0062603; Mon, 12 Jan 2015 18:36:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501121836.t0CIagi0062603@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Jan 2015 18:36:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376873 - head/www/p5-MojoMojo 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.18-1 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: Mon, 12 Jan 2015 18:36:43 -0000 Author: sunpoet Date: Mon Jan 12 18:36:42 2015 New Revision: 376873 URL: https://svnweb.freebsd.org/changeset/ports/376873 QAT: https://qat.redports.org/buildarchive/r376873/ Log: - Update to 1.11 - Sort PLIST Changes: http://search.cpan.org/dist/MojoMojo/Changes Modified: head/www/p5-MojoMojo/Makefile head/www/p5-MojoMojo/distinfo head/www/p5-MojoMojo/pkg-plist Modified: head/www/p5-MojoMojo/Makefile ============================================================================== --- head/www/p5-MojoMojo/Makefile Mon Jan 12 18:36:36 2015 (r376872) +++ head/www/p5-MojoMojo/Makefile Mon Jan 12 18:36:42 2015 (r376873) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MojoMojo -PORTVERSION= 1.10 -PORTREVISION= 1 +PORTVERSION= 1.11 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MRAMBERG @@ -26,7 +25,6 @@ RUN_DEPENDS= \ p5-Catalyst-Action-RenderView>=0.07:${PORTSDIR}/www/p5-Catalyst-Action-RenderView \ p5-Catalyst-Authentication-Store-DBIx-Class>=0.101:${PORTSDIR}/www/p5-Catalyst-Authentication-Store-DBIx-Class \ p5-Catalyst-Controller-HTML-FormFu>=0.03007:${PORTSDIR}/www/p5-Catalyst-Controller-HTML-FormFu \ - p5-Catalyst-Engine-PSGI>=0:${PORTSDIR}/www/p5-Catalyst-Engine-PSGI \ p5-Catalyst-Model-DBIC-Schema>=0.01:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \ p5-Catalyst-Plugin-Authentication>=0.10005:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ p5-Catalyst-Plugin-Cache>=0.08:${PORTSDIR}/www/p5-Catalyst-Plugin-Cache \ @@ -82,7 +80,8 @@ RUN_DEPENDS= \ p5-WWW-Mechanize>=1.54:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-WWW-Mechanize-TreeBuilder>=1.10000:${PORTSDIR}/www/p5-WWW-Mechanize-TreeBuilder \ p5-YAML>=0.36:${PORTSDIR}/textproc/p5-YAML \ - p5-Term-Prompt>=0:${PORTSDIR}/devel/p5-Term-Prompt + p5-Term-Prompt>=0:${PORTSDIR}/devel/p5-Term-Prompt \ + p5-Text-Emoticon-MSN>=0:${PORTSDIR}/textproc/p5-Text-Emoticon-MSN BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst Modified: head/www/p5-MojoMojo/distinfo ============================================================================== --- head/www/p5-MojoMojo/distinfo Mon Jan 12 18:36:36 2015 (r376872) +++ head/www/p5-MojoMojo/distinfo Mon Jan 12 18:36:42 2015 (r376873) @@ -1,2 +1,2 @@ -SHA256 (MojoMojo-1.10.tar.gz) = fff753828ee92b3499522731d6853a3ce9b1aa3a00d3771ccad68009f44aa9ca -SIZE (MojoMojo-1.10.tar.gz) = 1271366 +SHA256 (MojoMojo-1.11.tar.gz) = 4f4123074f310825c6849126f341d85d3671fe426b78a9428e24965786a407bf +SIZE (MojoMojo-1.11.tar.gz) = 1270507 Modified: head/www/p5-MojoMojo/pkg-plist ============================================================================== --- head/www/p5-MojoMojo/pkg-plist Mon Jan 12 18:36:36 2015 (r376872) +++ head/www/p5-MojoMojo/pkg-plist Mon Jan 12 18:36:42 2015 (r376873) @@ -22,8 +22,8 @@ bin/mojomojo_update_db.pl %%SITE_PERL%%/MojoMojo/Controller/Tag.pm %%SITE_PERL%%/MojoMojo/Controller/User.pm %%SITE_PERL%%/MojoMojo/Declaw.pm -%%SITE_PERL%%/MojoMojo/Extensions/Counter.pm %%SITE_PERL%%/MojoMojo/Extension.pm +%%SITE_PERL%%/MojoMojo/Extensions/Counter.pm %%SITE_PERL%%/MojoMojo/Formatter.pm %%SITE_PERL%%/MojoMojo/Formatter/Amazon.pm %%SITE_PERL%%/MojoMojo/Formatter/CPANHyperlink.pm @@ -39,8 +39,8 @@ bin/mojomojo_update_db.pl %%SITE_PERL%%/MojoMojo/Formatter/File/Pod.pm %%SITE_PERL%%/MojoMojo/Formatter/File/Text.pm %%SITE_PERL%%/MojoMojo/Formatter/Gist.pm -%%SITE_PERL%%/MojoMojo/Formatter/GoogleSearch.pm %%SITE_PERL%%/MojoMojo/Formatter/GoogleCalendar.pm +%%SITE_PERL%%/MojoMojo/Formatter/GoogleSearch.pm %%SITE_PERL%%/MojoMojo/Formatter/IDLink.pm %%SITE_PERL%%/MojoMojo/Formatter/IRCLog.pm %%SITE_PERL%%/MojoMojo/Formatter/Include.pm @@ -211,6 +211,7 @@ bin/mojomojo_update_db.pl %%SITE_PERL%%/MojoMojo/root/forms/user/password.yml %%SITE_PERL%%/MojoMojo/root/forms/user/prefs.yml %%SITE_PERL%%/MojoMojo/root/forms/user/register.yml +%%SITE_PERL%%/MojoMojo/root/static/Crystal_Clear_action_stop.png %%SITE_PERL%%/MojoMojo/root/static/catalyst.png %%SITE_PERL%%/MojoMojo/root/static/css/jquery.autocomplete.css %%SITE_PERL%%/MojoMojo/root/static/css/progress.css @@ -317,7 +318,6 @@ bin/mojomojo_update_db.pl %%SITE_PERL%%/MojoMojo/root/static/json/pl.po.json %%SITE_PERL%%/MojoMojo/root/static/json/ru.po.json %%SITE_PERL%%/MojoMojo/root/static/mm-logo.png -%%SITE_PERL%%/MojoMojo/root/static/Crystal_Clear_action_stop.png %%SITE_PERL%%/MojoMojo/root/static/mojomojo.css %%SITE_PERL%%/MojoMojo/root/static/overrides.css %%SITE_PERL%%/MojoMojo/root/static/pod.css