1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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.
This commit is contained in:
Matthew Seaman 2014-06-13 05:42:33 +00:00
parent b1e452ff3f
commit fe0f5763f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357648
4 changed files with 17 additions and 7 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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