summaryrefslogtreecommitdiff
path: root/devel/rt3/Makefile
diff options
context:
space:
mode:
authortonnerre <tonnerre@pkgsrc.org>2008-08-23 23:58:29 +0000
committertonnerre <tonnerre@pkgsrc.org>2008-08-23 23:58:29 +0000
commit44b5f6b1bd3f71335a354ad821ad8f4eef9916ec (patch)
tree6aef0c7fcd9d9b7497a711060cddc4bb1c909ab4 /devel/rt3/Makefile
parentb72920a1125ec1439c5a0ecb22089885b4fb82c8 (diff)
downloadpkgsrc-44b5f6b1bd3f71335a354ad821ad8f4eef9916ec.tar.gz
Update rt3 to version 3.8.1 (from 3.6.6). Changes are:
* New visual style (web2). * Rich text mails. * Email signatures and encryption. * User settings for: - Ticket history ordering. - Timezones. - Date and time format. - Username format. - Default queue. - Size of message text boxes. * Charts of ticket relationships. * Breeze through upgrades with new upgrade tools. * Subscribe to iCalendar feeds of ticket due dates. * Bookmark frequently-used tickets. * Turn off mail from RT when you go on vacation. * Get your mail from RT as a daily or weekly batch. * Delete historical or spam tickets with RT::Shredder (only as a superuser). * Set up more configurable business rules with new Scrip Conditions and Actions. * Forward tickets to third-parties from within RT. * Enable and Disable RT extensions with the new Plugins system. * Automatically log out inactive users with rt-clean-sessions. * Run faster with less memory, thanks to numerous performance improvements and bug fixes. * Fixed a potential HTML injection attck via user's properties. * Better support for installation on Solaris and FreeBSD (non-GNU make). * Updates to documentation and scripts for upgrading from MySQL 4.0 * Updated upgrade documentation for the new Queue Tag and bookmarks features. * Multiple bugs in iCal support fixed. * Backwards compatibility fixes for extensions developed against 3.6 * Added support for external links in tabs and targets. * Addition of a new callback before ticket creation so you can implement custom validation or stop creation for another reason. * Missing documentation to external authentication configuration variable in bin/rt and make it possible to set it via ENV. * Merged method in RT::Ticket.
Diffstat (limited to 'devel/rt3/Makefile')
-rw-r--r--devel/rt3/Makefile21
1 files changed, 18 insertions, 3 deletions
diff --git a/devel/rt3/Makefile b/devel/rt3/Makefile
index 5a184330da9..7e6c9c2a316 100644
--- a/devel/rt3/Makefile
+++ b/devel/rt3/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2008/07/23 18:00:55 seb Exp $
+# $NetBSD: Makefile,v 1.34 2008/08/23 23:58:29 tonnerre Exp $
-DISTNAME= rt-3.6.6
-PKGREVISION= 4
+DISTNAME= rt-3.8.1
CATEGORIES= devel
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
@@ -12,6 +11,7 @@ COMMENT= Industrial-grade ticketing system
.include "options.mk"
USE_TOOLS+= perl:run
+USE_LANGUAGES+= c
# Core dependencies:
DEPENDS+= p5-Digest-[0-9]*:../../security/p5-Digest
@@ -23,13 +23,17 @@ DEPENDS+= p5-DBIx-SearchBuilder>=1.50:../../databases/p5-DBIx-SearchBuilder
DEPENDS+= p5-Text-Template>=1.43:../../textproc/p5-Text-Template
DEPENDS+= p5-HTML-Parser>=3.35:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Scrubber>=0.08:../../www/p5-HTML-Scrubber
+DEPENDS+= p5-HTTP-Server-Simple>=0.34:../../www/p5-HTTP-Server-Simple
+DEPENDS+= p5-HTTP-Server-Simple-Mason>=0.09:../../www/p5-HTTP-Server-Simple-Mason
DEPENDS+= p5-Log-Dispatch>=2.0:../../devel/p5-Log-Dispatch
DEPENDS+= p5-Locale-Maketext>=1.06:../../misc/p5-Locale-Maketext
DEPENDS+= p5-Locale-Maketext-Lexicon>=0.32:../../misc/p5-Locale-Maketext-Lexicon
DEPENDS+= p5-Locale-Maketext-Fuzzy>=0.02:../../misc/p5-Locale-Maketext-Fuzzy
DEPENDS+= p5-MIME-tools>=5.411.1:../../mail/p5-MIME-tools
DEPENDS+= p5-MailTools>=1.57:../../mail/p5-MailTools
+DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address
DEPENDS+= p5-Net>=1.15:../../net/p5-Net
+DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server
DEPENDS+= p5-Text-Wrapper>=1.0:../../textproc/p5-Text-Wrapper
DEPENDS+= p5-Time>=101.062101:../../time/p5-Time
DEPENDS+= p5-Text-Autoformat>=1.04:../../textproc/p5-Text-Autoformat
@@ -58,6 +62,17 @@ DEPENDS+= p5-HTML-Format>=2.03:../../www/p5-HTML-Format
DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
+# Dashboard dependencies:
+DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types
+DEPENDS+= p5-HTML-RewriteAttributes>=0.02:../../www/p5-HTML-RewriteAttributes
+
+# ICAL dependencies:
+DEPENDS+= p5-Data-ICal-[0-9]*:../../time/p5-Data-ICal
+
+# GPG dependencies:
+DEPENDS+= p5-PerlIO-eol-[0-9]*:../../devel/p5-PerlIO-eol
+DEPENDS+= p5-GnuPG-Interface-[0-9]*:../../security/p5-GnuPG-Interface
+
# Front-end dependencies:
.if !empty(PKG_OPTIONS:Mmodperl1)
DEPENDS+= p5-libapreq>=1.2:../../www/p5-libapreq