Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2013 19:20:29 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310559 - head/www/rt40
Message-ID:  <201301171920.r0HJKT3j061846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Thu Jan 17 19:20:29 2013
New Revision: 310559
URL: http://svnweb.freebsd.org/changeset/ports/310559

Log:
  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

Modified:
  head/www/rt40/Makefile
  head/www/rt40/Makefile.cpan   (contents, props changed)
  head/www/rt40/distinfo
  head/www/rt40/pkg-plist

Modified: head/www/rt40/Makefile
==============================================================================
--- head/www/rt40/Makefile	Thu Jan 17 19:12:06 2013	(r310558)
+++ head/www/rt40/Makefile	Thu Jan 17 19:20:29 2013	(r310559)
@@ -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/

Modified: head/www/rt40/Makefile.cpan
==============================================================================
--- head/www/rt40/Makefile.cpan	Thu Jan 17 19:12:06 2013	(r310558)
+++ head/www/rt40/Makefile.cpan	Thu Jan 17 19:20:29 2013	(r310559)
@@ -31,7 +31,7 @@ CORE_DEPS=	p5-CSS-Squish>=0.06:${PORTSDI
 		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}/de
 
 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 \

Modified: head/www/rt40/distinfo
==============================================================================
--- head/www/rt40/distinfo	Thu Jan 17 19:12:06 2013	(r310558)
+++ head/www/rt40/distinfo	Thu Jan 17 19:20:29 2013	(r310559)
@@ -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

Modified: head/www/rt40/pkg-plist
==============================================================================
--- head/www/rt40/pkg-plist	Thu Jan 17 19:12:06 2013	(r310558)
+++ head/www/rt40/pkg-plist	Thu Jan 17 19:20:29 2013	(r310559)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301171920.r0HJKT3j061846>