svn commit: r363473 - head/www/rt40
Matthew Seaman
matthew at FreeBSD.org
Wed Jul 30 12:55:35 UTC 2014
Author: matthew
Date: Wed Jul 30 12:55:34 2014
New Revision: 363473
URL: http://svnweb.freebsd.org/changeset/ports/363473
QAT: https://qat.redports.org/buildarchive/r363473/
Log:
Update to 4.0.21
Note: For Postgresql users -- this version of RT requires a
down-graded copy of DBD::Pg which is supplied by the new
databases/p5-DBD-Pg32 port. This may cause conflicts if you have
other consumers of p5-DBD-Pg installed.
ReleaseNotes: http://bestpractical.com/release-notes/rt/4.0.21
Modified:
head/www/rt40/Makefile
head/www/rt40/Makefile.cpan
head/www/rt40/distinfo
head/www/rt40/pkg-plist
Modified: head/www/rt40/Makefile
==============================================================================
--- head/www/rt40/Makefile Wed Jul 30 12:39:57 2014 (r363472)
+++ head/www/rt40/Makefile Wed Jul 30 12:55:34 2014 (r363473)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= rt
-PORTVERSION= 4.0.20
-PORTREVISION= 2
+PORTVERSION= 4.0.21
CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
SF/requesttracker/
Modified: head/www/rt40/Makefile.cpan
==============================================================================
--- head/www/rt40/Makefile.cpan Wed Jul 30 12:39:57 2014 (r363472)
+++ head/www/rt40/Makefile.cpan Wed Jul 30 12:55:34 2014 (r363473)
@@ -86,7 +86,6 @@ CLI_DEPS= p5-HTTP-Message>0:${PORTSDIR}/
# ports to add:
# Test::Email
# Test::Builder >= 0.90
-# Plack::Middleware::Test::StashWarnings
DEV_DEPS= p5-Email-Abstract>0:${PORTSDIR}/mail/p5-Email-Abstract \
p5-HTML-Form>0:${PORTSDIR}/www/p5-HTML-Form \
p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
@@ -101,6 +100,7 @@ DEV_DEPS= p5-Email-Abstract>0:${PORTSDIR
p5-Test-WWW-Mechanize>=1.30:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
p5-Test-Warn>0:${PORTSDIR}devel/p5-Test-Warn \
p5-WWW-Mechanize>=1.52:${PORTSDIR}/www/p5-WWW-Mechanize \
+ p5-Plack-Middleware-Test-StashWarnings>=0.08:${PORTSDIR}/www/p5-Plack-Middleware-Test-StashWarnings \
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple
FASTCGI_DEPS= p5-FCGI-ProcManager>0:${PORTSDIR}/www/p5-FCGI-ProcManager \
@@ -113,7 +113,7 @@ MYSQL_DEPS= p5-DBD-mysql>=2.1018:${PORTS
ORACLE_DEPS= p5-DBD-Oracle>0:${PORTSDIR}/databases/p5-DBD-Oracle
-PGSQL_DEPS= p5-DBD-Pg>=1.43:${PORTSDIR}/databases/p5-DBD-Pg
+PGSQL_DEPS= p5-DBD-Pg32=3.2.1:${PORTSDIR}/databases/p5-DBD-Pg32
SQLITE_DEPS= p5-DBD-SQLite>=1.00:${PORTSDIR}/databases/p5-DBD-SQLite
Modified: head/www/rt40/distinfo
==============================================================================
--- head/www/rt40/distinfo Wed Jul 30 12:39:57 2014 (r363472)
+++ head/www/rt40/distinfo Wed Jul 30 12:55:34 2014 (r363473)
@@ -1,2 +1,2 @@
-SHA256 (rt-4.0.20.tar.gz) = b05934e47b38abb57449d4cdde4d1721923f50a9fb9aab29c2d701a3d08c8ed7
-SIZE (rt-4.0.20.tar.gz) = 6944548
+SHA256 (rt-4.0.21.tar.gz) = f3a567a43a7c4bd85a1f63427ba92336ca6c0c0fb1053baa61195e338308a48a
+SIZE (rt-4.0.21.tar.gz) = 6944530
Modified: head/www/rt40/pkg-plist
==============================================================================
--- head/www/rt40/pkg-plist Wed Jul 30 12:39:57 2014 (r363472)
+++ head/www/rt40/pkg-plist Wed Jul 30 12:55:34 2014 (r363473)
@@ -247,6 +247,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
More information about the svn-ports-all
mailing list