aboutsummaryrefslogtreecommitdiff
path: root/www/rt42
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-06-13 05:42:33 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2014-06-13 05:42:33 +0000
commitfe0f5763f22022af9c77713ee423531fe70a46d2 (patch)
treeb892c9f1ff8f88870ff7cd27ce51c6cb7460d622 /www/rt42
parentb1e452ff3fa4b270da5e3f9a58387aea60c5dad0 (diff)
downloadports-fe0f5763f22022af9c77713ee423531fe70a46d2.tar.gz
ports-fe0f5763f22022af9c77713ee423531fe70a46d2.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.
Notes
Notes: svn path=/head/; revision=357648
Diffstat (limited to 'www/rt42')
-rw-r--r--www/rt42/Makefile3
-rw-r--r--www/rt42/Makefile.cpan16
-rw-r--r--www/rt42/distinfo4
-rw-r--r--www/rt42/pkg-plist1
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