diff options
author | matthew <matthew@FreeBSD.org> | 2013-01-18 03:20:29 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-01-18 03:20:29 +0800 |
commit | 648084f3be35ba95fd9bc74d6c6e372386f3f281 (patch) | |
tree | f9ecb3e600f4183639df59fadfab799e06e8adbe /www | |
parent | 3449ebc076a38a4fa92571ffbfde741337b09359 (diff) | |
download | freebsd-ports-gnome-648084f3be35ba95fd9bc74d6c6e372386f3f281.tar.gz freebsd-ports-gnome-648084f3be35ba95fd9bc74d6c6e372386f3f281.tar.zst freebsd-ports-gnome-648084f3be35ba95fd9bc74d6c6e372386f3f281.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
Diffstat (limited to 'www')
-rw-r--r-- | www/rt40/Makefile | 2 | ||||
-rw-r--r-- | www/rt40/Makefile.cpan | 4 | ||||
-rw-r--r-- | www/rt40/distinfo | 4 | ||||
-rw-r--r-- | www/rt40/pkg-plist | 1 |
4 files changed, 5 insertions, 6 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile index eb30d0d8758b..0334b1fe7a4e 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rt -PORTVERSION= 4.0.8 +PORTVERSION= 4.0.9 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ 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 \ diff --git a/www/rt40/distinfo b/www/rt40/distinfo index ff658d6076a7..959fe6d950fd 100644 --- a/www/rt40/distinfo +++ b/www/rt40/distinfo @@ -1,2 +1,2 @@ -SHA256 (rt-4.0.8.tar.gz) = bdbdfeb93beba21d7579745fa4a28d90d4a672346dfbd9752b9bbc16310e30b5 -SIZE (rt-4.0.8.tar.gz) = 5911492 +SHA256 (rt-4.0.9.tar.gz) = df60b2436927f2d0f358b94e9f8d2122a5ad0c96b84f23837117bcce00932e70 +SIZE (rt-4.0.9.tar.gz) = 6467675 diff --git a/www/rt40/pkg-plist b/www/rt40/pkg-plist index 41f1f69f5685..9d040100ff3d 100644 --- a/www/rt40/pkg-plist +++ b/www/rt40/pkg-plist @@ -116,7 +116,6 @@ etc/rt40/schema.mysql %%SITE_PERL%%/RT/Pod/HTML.pm %%SITE_PERL%%/RT/Pod/HTMLBatch.pm %%SITE_PERL%%/RT/Pod/Search.pm -%%SITE_PERL%%/RT/Pod/HTML.pm %%SITE_PERL%%/RT/Principal.pm %%SITE_PERL%%/RT/Principals.pm %%SITE_PERL%%/RT/Queue.pm |