diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2013-01-17 19:20:29 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2013-01-17 19:20:29 +0000 |
commit | b5216c95ffbc290b00df09982cf66b807211e75f (patch) | |
tree | f9ecb3e600f4183639df59fadfab799e06e8adbe /www/rt40/Makefile.cpan | |
parent | 47086017e8819ffd80b52058b1d673cc09996724 (diff) | |
download | ports-b5216c95ffbc290b00df09982cf66b807211e75f.tar.gz ports-b5216c95ffbc290b00df09982cf66b807211e75f.zip |
Upgrade to version 4.0.9
This is a routine bugfix release. Adminstrators should apply the
database update as described in the pkg-message. Also, if you have
set a custom @JSFiles in RT_SiteConfig.pm, you will need to amend this
to include the new jquery.cookie.js file added to RT_Config.pm
Announcement: http://blog.bestpractical.com/2013/01/rt-409-released.html
ReleaseNotes: http://bestpractical.com/rt/release-notes/4.0.9
Upgrading from 4.0.8: http://bestpractical.com/rt/docs/4.0/UPGRADING-4.0.html#UPGRADING-FROM-4.0.8-AND-EARLIER
Notes
Notes:
svn path=/head/; revision=310559
Diffstat (limited to 'www/rt40/Makefile.cpan')
-rw-r--r-- | www/rt40/Makefile.cpan | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rt40/Makefile.cpan b/www/rt40/Makefile.cpan index 05262ca6a7be..a8209a041355 100644 --- a/www/rt40/Makefile.cpan +++ b/www/rt40/Makefile.cpan @@ -31,7 +31,7 @@ CORE_DEPS= p5-CSS-Squish>=0.06:${PORTSDIR}/textproc/p5-CSS-Squish \ p5-DateTime-Locale>=0.40:${PORTSDIR}/devel/p5-DateTime-Locale \ p5-DateTime>=0.44:${PORTSDIR}/devel/p5-DateTime \ p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ - p5-Devel-StackTrace>=1.19:${PORTSDIR}/devel/p5-Devel-StackTrace \ + p5-Devel-StackTrace>=1.30:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address \ p5-Encode>=2.39:${PORTSDIR}/converters/p5-Encode \ p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \ @@ -124,7 +124,7 @@ ICAL_DEPS= p5-Data-ICal>0:${PORTSDIR}/deskutils/p5-Data-ICal SMTP_DEPS= ## -- only needs perl core modules -DASHBOARDS_DEPS= p5-HTML-RewriteAttributes>=0.04:${PORTSDIR}/textproc/p5-HTML-RewriteAttributes \ +DASHBOARDS_DEPS= p5-HTML-RewriteAttributes>=0.05:${PORTSDIR}/textproc/p5-HTML-RewriteAttributes \ p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types GRAPHVIZ_DEPS= p5-GraphViz>0:${PORTSDIR}/graphics/p5-GraphViz \ |