From owner-svn-ports-all@FreeBSD.ORG Fri Jun 13 05:42:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17192792; Fri, 13 Jun 2014 05:42:35 +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 ECC5D22EB; Fri, 13 Jun 2014 05:42:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5D5gYVO095263; Fri, 13 Jun 2014 05:42:34 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5D5gYYU095257; Fri, 13 Jun 2014 05:42:34 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201406130542.s5D5gYYU095257@svn.freebsd.org> From: Matthew Seaman Date: Fri, 13 Jun 2014 05:42:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357648 - head/www/rt42 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2014 05:42:35 -0000 Author: matthew Date: Fri Jun 13 05:42:33 2014 New Revision: 357648 URL: http://svnweb.freebsd.org/changeset/ports/357648 QAT: https://qat.redports.org/buildarchive/r357648/ Log: Update to 4.2.5 Release Botes: http://bestpractical.com/release-notes/rt/4.2.5 Note on perl-5.20 support -- CGI.pm is being deprecated in perl CORE, which may generate warnings. Ultimately it will need to switch to a separate p5-CGI port. Recommended to stick with perl-5.18 or earier on production systems for the time being. Modified: head/www/rt42/Makefile head/www/rt42/Makefile.cpan head/www/rt42/distinfo head/www/rt42/pkg-plist Modified: head/www/rt42/Makefile ============================================================================== --- head/www/rt42/Makefile Fri Jun 13 05:17:12 2014 (r357647) +++ head/www/rt42/Makefile Fri Jun 13 05:42:33 2014 (r357648) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rt -DISTVERSION= 4.2.4 -PORTREVISION= 1 +DISTVERSION= 4.2.5 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 Modified: head/www/rt42/Makefile.cpan ============================================================================== --- head/www/rt42/Makefile.cpan Fri Jun 13 05:17:12 2014 (r357647) +++ head/www/rt42/Makefile.cpan Fri Jun 13 05:42:33 2014 (r357648) @@ -119,7 +119,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:${POR p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Regexp-IPv6>0:${PORTSDIR}/textproc/p5-Regexp-IPv6 \ p5-Role-Basic>=0.12:${PORTSDIR}/devel/p5-Role-Basic \ - p5-Symbol-Global-Name>=0.04:${PORTSDIR}/devel/p5-Symbol-Global-Name \ + p5-Symbol-Global-Name>=0.05:${PORTSDIR}/devel/p5-Symbol-Global-Name \ p5-Text-Password-Pronounceable>0:${PORTSDIR}/security/p5-Text-Password-Pronounceable \ p5-Text-Quoted>=2.07:${PORTSDIR}/textproc/p5-Text-Quoted \ p5-Text-Template>=1.44:${PORTSDIR}/textproc/p5-Text-Template \ @@ -130,6 +130,14 @@ CORE_DEPS= p5-Apache-Session>=1.53:${POR p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ p5-XML-RSS>=1.05:${PORTSDIR}/textproc/p5-XML-RSS +### Wants CGI => 4.00 for perl 5.20, meaning effectively www/p5-CGI.pm +### rather than the version bundled with perl (as CGI is being +### deprecated as a core perl module). Except that a) www/p5-CGI.pm +### is still at version 3.63 and b) ${PERL_LEVEL} doesn't seem to be in +### scope at this point either. +#.if ${PERL_LEVEL} >= 502000 +#CORE_DEPS+= p5-CGI.pm>=4.00:${PORTSDIR}/www/p5-CGI.pm +#.endif ### --- MAILGATE --- ### Crypt::SSLeay @@ -164,7 +172,7 @@ CLI_DEPS= p5-HTTP-Message>0:${PORTSDIR}/ ### Locale::PO ### Log::Dispatch::Perl ### Mojo::DOM -### Plack::Middleware::Test::StashWarnings 0.06 +### Plack::Middleware::Test::StashWarnings 0.08 ### Set::Tiny ### String::ShellQuote 0 # needed for gnupg-incoming.t ### Test::Builder 0.90 # needed for is_passing perl std @@ -174,6 +182,7 @@ CLI_DEPS= p5-HTTP-Message>0:${PORTSDIR}/ ### Test::LongString ### Test::MockTime ### Test::NoWarnings +### Test::Pod ### Test::Warn ### Test::WWW::Mechanize 1.30 ### Test::WWW::Mechanize::PSGI @@ -185,7 +194,7 @@ DEVELOPER_DEPS= p5-Email-Abstract>0:${PO p5-Locale-PO>0:${PORTSDIR}/devel/p5-Locale-PO \ p5-Log-Dispatch-Perl>0:${PORTSDIR}/devel/p5-Log-Dispatch-Perl \ p5-Mojolicious>0:${PORTSDIR}/www/p5-Mojolicious \ - p5-Plack-Middleware-Test-StashWarnings>=0.06:${PORTSDIR}/www/p5-Plack-Middleware-Test-StashWarnings \ + p5-Plack-Middleware-Test-StashWarnings>=0.08:${PORTSDIR}/www/p5-Plack-Middleware-Test-StashWarnings \ p5-Set-Tiny>0:${PORTSDIR}/devel/p5-Set-Tiny \ p5-String-ShellQuote>0:${PORTSDIR}/textproc/p5-String-ShellQuote \ p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ @@ -194,6 +203,7 @@ DEVELOPER_DEPS= p5-Email-Abstract>0:${PO p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString \ p5-Test-MockTime>0:${PORTSDIR}/devel/p5-Test-MockTime \ p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \ + p5-Test-Pod>0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-WWW-Mechanize-PSGI>0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI \ p5-Test-WWW-Mechanize>=1.30:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ p5-Test-Warn>0:${PORTSDIR}devel/p5-Test-Warn \ Modified: head/www/rt42/distinfo ============================================================================== --- head/www/rt42/distinfo Fri Jun 13 05:17:12 2014 (r357647) +++ head/www/rt42/distinfo Fri Jun 13 05:42:33 2014 (r357648) @@ -1,2 +1,2 @@ -SHA256 (rt-4.2.4.tar.gz) = 309373699473b6f5531732fc403dba39773daf73d04bf72f5d6100aadfcfb033 -SIZE (rt-4.2.4.tar.gz) = 7563426 +SHA256 (rt-4.2.5.tar.gz) = d6f8ae4823c914326b3065c13f5fa7920485a94e1b987db09240154b4984525b +SIZE (rt-4.2.5.tar.gz) = 7570567 Modified: head/www/rt42/pkg-plist ============================================================================== --- head/www/rt42/pkg-plist Fri Jun 13 05:17:12 2014 (r357647) +++ head/www/rt42/pkg-plist Fri Jun 13 05:42:33 2014 (r357648) @@ -285,6 +285,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/customizing/approvals.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/articles_introduction.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/lifecycles.pod +%%PORTDOCS%%%%DOCSDIR%%/customizing/search_result_columns.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/styling_rt.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/templates.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/timezones_in_charts.pod