From owner-svn-ports-head@FreeBSD.ORG Thu Jan 17 19:20:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B98CA198; Thu, 17 Jan 2013 19:20:30 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A1354BE6; Thu, 17 Jan 2013 19:20:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0HJKUjh061853; Thu, 17 Jan 2013 19:20:30 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0HJKT3j061846; Thu, 17 Jan 2013 19:20:29 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201301171920.r0HJKT3j061846@svn.freebsd.org> From: Matthew Seaman Date: Thu, 17 Jan 2013 19:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310559 - head/www/rt40 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 19:20:30 -0000 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