diff options
author | matthew <matthew@FreeBSD.org> | 2014-06-13 13:42:33 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-06-13 13:42:33 +0800 |
commit | c22a1eb16063457534b014f9db8d46841f9e532a (patch) | |
tree | b892c9f1ff8f88870ff7cd27ce51c6cb7460d622 | |
parent | 76532399bac736831970ad0ddc44859b197f53ae (diff) | |
download | freebsd-ports-gnome-c22a1eb16063457534b014f9db8d46841f9e532a.tar.gz freebsd-ports-gnome-c22a1eb16063457534b014f9db8d46841f9e532a.tar.zst freebsd-ports-gnome-c22a1eb16063457534b014f9db8d46841f9e532a.zip |
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.
-rw-r--r-- | www/rt42/Makefile | 3 | ||||
-rw-r--r-- | www/rt42/Makefile.cpan | 16 | ||||
-rw-r--r-- | www/rt42/distinfo | 4 | ||||
-rw-r--r-- | www/rt42/pkg-plist | 1 |
4 files changed, 17 insertions, 7 deletions
diff --git a/www/rt42/Makefile b/www/rt42/Makefile index 55b7d009c72f..0a4930125eaf 100644 --- a/www/rt42/Makefile +++ b/www/rt42/Makefile @@ -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 diff --git a/www/rt42/Makefile.cpan b/www/rt42/Makefile.cpan index 82fe388a927d..c705449e1c36 100644 --- a/www/rt42/Makefile.cpan +++ b/www/rt42/Makefile.cpan @@ -119,7 +119,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:${PORTSDIR}/www/p5-Apache-Session \ 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:${PORTSDIR}/www/p5-Apache-Session \ 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}/www/p5-HTTP-Message \ ### 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}/www/p5-HTTP-Message \ ### 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:${PORTSDIR}/mail/p5-Email-Abstract \ 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:${PORTSDIR}/mail/p5-Email-Abstract \ 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 \ diff --git a/www/rt42/distinfo b/www/rt42/distinfo index abe6ed6a8e67..b80614463c38 100644 --- a/www/rt42/distinfo +++ b/www/rt42/distinfo @@ -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 diff --git a/www/rt42/pkg-plist b/www/rt42/pkg-plist index 7bf82dfdf14b..5beeae7808a5 100644 --- a/www/rt42/pkg-plist +++ b/www/rt42/pkg-plist @@ -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 |