summaryrefslogtreecommitdiff
path: root/www/rt50
diff options
context:
space:
mode:
Diffstat (limited to 'www/rt50')
-rw-r--r--www/rt50/Makefile2
-rw-r--r--www/rt50/distinfo6
-rw-r--r--www/rt50/files/patch-Makefile.in23
-rw-r--r--www/rt50/pkg-plist33
4 files changed, 42 insertions, 22 deletions
diff --git a/www/rt50/Makefile b/www/rt50/Makefile
index 07d13e4b5ad7..91d6a414754b 100644
--- a/www/rt50/Makefile
+++ b/www/rt50/Makefile
@@ -1,5 +1,5 @@
PORTNAME= rt
-DISTVERSION= 5.0.7
+DISTVERSION= 5.0.8
CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
PKGNAMESUFFIX= 50
diff --git a/www/rt50/distinfo b/www/rt50/distinfo
index 580586fb9d1e..bb9328af857d 100644
--- a/www/rt50/distinfo
+++ b/www/rt50/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718092458
-SHA256 (rt-5.0.7.tar.gz) = 1a1a4838979f08c58e67642686e4fd980e1f4ee98e144ff8a56f870f37162cce
-SIZE (rt-5.0.7.tar.gz) = 19782235
+TIMESTAMP = 1746430716
+SHA256 (rt-5.0.8.tar.gz) = 0a12419c6111c37384e912432cec872109d528657079e363bbe4ddf613e42286
+SIZE (rt-5.0.8.tar.gz) = 20268018
diff --git a/www/rt50/files/patch-Makefile.in b/www/rt50/files/patch-Makefile.in
index d91ce6a1a0ec..fc8be23134bc 100644
--- a/www/rt50/files/patch-Makefile.in
+++ b/www/rt50/files/patch-Makefile.in
@@ -1,6 +1,6 @@
--- Makefile.in.orig 2020-07-14 20:59:31.000000000 +0200
+++ Makefile.in 2020-07-17 09:19:21.008884000 +0200
-@@ -59,7 +59,7 @@ RT_LAYOUT = @rt_layout_name@
+@@ -59,7 +59,7 @@ CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_Config.pm
CONFIG_FILE_PATH = @CONFIG_FILE_PATH_R@
CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_Config.pm
@@ -9,16 +9,7 @@
RT_VERSION_MAJOR = @RT_VERSION_MAJOR@
-@@ -106,7 +106,7 @@ RT_FONT_PATH = @RT_FONT_PATH_R@
- RT_LEXICON_PATH = @RT_LEXICON_PATH_R@
- RT_STATIC_PATH = @RT_STATIC_PATH_R@
- RT_LOCAL_PATH = @RT_LOCAL_PATH_R@
--LOCAL_PLUGIN_PATH = @RT_LOCAL_PATH_R@/plugins
-+LOCAL_PLUGIN_PATH = @RT_LOCAL_PATH_R@/share/rt50/plugins
- LOCAL_ETC_PATH = @LOCAL_ETC_PATH_R@
- LOCAL_LIB_PATH = @LOCAL_LIB_PATH_R@
- LOCAL_LEXICON_PATH = @LOCAL_LEXICON_PATH_R@
-@@ -275,16 +275,13 @@ testdeps:
+@@ -279,16 +279,13 @@ fixdeps:
depends: fixdeps
fixdeps:
@@ -36,7 +27,7 @@
chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_BIN_PATH)
-@@ -306,12 +303,6 @@ fixperms:
+@@ -310,12 +307,6 @@ fixperms:
# Make the system binaries executable also
cd $(DESTDIR)$(RT_SBIN_PATH) && ( chmod 0755 $(SYSTEM_BINARIES) ; chown $(BIN_OWNER) $(SYSTEM_BINARIES); chgrp $(RTGROUP) $(SYSTEM_BINARIES))
@@ -49,7 +40,7 @@
# Make the web ui readable by all.
chmod -R u+rwX,go-w,go+rX $(DESTDIR)$(MASON_HTML_PATH) \
$(DESTDIR)$(MASON_LOCAL_HTML_PATH) \
-@@ -363,14 +354,14 @@ clean-mason-cache:
+@@ -367,14 +358,14 @@ clean-mason-cache:
rm -rf $(DESTDIR)$(MASON_DATA_PATH)/etc/*
rm -rf $(DESTDIR)$(MASON_DATA_PATH)/obj/*
@@ -64,11 +55,11 @@
-@COMMENT_INPLACE_LAYOUT@ [ -f $(DESTDIR)$(SITE_CONFIG_FILE) ] || $(INSTALL) -m 0640 -o $(BIN_OWNER) -g $(RTGROUP) etc/RT_SiteConfig.pm $(DESTDIR)$(SITE_CONFIG_FILE)
+@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0755 -d $(DESTDIR)$(CONFIG_FILE_PATH)
+@COMMENT_INPLACE_LAYOUT@ -$(INSTALL) -m 0440 etc/RT_Config.pm $(DESTDIR)$(CONFIG_FILE)
-+@COMMENT_INPLACE_LAYOUT@ [ -f $(DESTDIR)$(SITE_CONFIG_FILE) ] || $(INSTALL) -m 0640 etc/RT_SiteConfig.pm $(DESTDIR)$(SITE_CONFIG_FILE)
++@COMMENT_INPLACE_LAYOUT@ [ -f $(DESTDIR)$(SITE_CONFIG_FILE) ] || $(INSTALL) -m 0640 etc/RT_SiteConfig.pm $(DESTDIR)$(SITE_CONFIG_FILE)
@COMMENT_INPLACE_LAYOUT@ @echo "Installed configuration. About to install RT in $(RT_PATH)"
test:
-@@ -462,19 +453,12 @@ etc-install:
+@@ -466,19 +457,12 @@ etc-install:
@COMMENT_INPLACE_LAYOUT@ for file in $(ETC_FILES) ; do \
@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0644 "etc/$$file" "$(DESTDIR)$(RT_ETC_PATH)/" ; \
@COMMENT_INPLACE_LAYOUT@ done
@@ -89,7 +80,7 @@
@COMMENT_INPLACE_LAYOUT@ done
-@@ -482,7 +466,7 @@ sbin-install:
+@@ -486,7 +470,7 @@ bin-install:
bin-install:
@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_BIN_PATH)
@COMMENT_INPLACE_LAYOUT@ for file in $(BINARIES) ; do \
diff --git a/www/rt50/pkg-plist b/www/rt50/pkg-plist
index 0726ef838b77..e2e9d5725a1e 100644
--- a/www/rt50/pkg-plist
+++ b/www/rt50/pkg-plist
@@ -2,6 +2,7 @@
bin/rt
bin/rt-crontool
bin/rt-mailgate
+bin/rt-run-scheduled-processes
@dir(root,rt,0750) %%RT_ETC_DIR%%
@dir(root,rt,0750) %%RT_ETC_DIR%%/RT_SiteConfig.d
@mode 0440
@@ -32,6 +33,7 @@ bin/rt-mailgate
%%SITE_PERL%%/RT/Action/CreateTickets.pm
%%SITE_PERL%%/RT/Action/EscalatePriority.pm
%%SITE_PERL%%/RT/Action/ExtractSubjectTag.pm
+%%SITE_PERL%%/RT/Action/Forward.pm
%%SITE_PERL%%/RT/Action/LinearEscalate.pm
%%SITE_PERL%%/RT/Action/Notify.pm
%%SITE_PERL%%/RT/Action/NotifyAsComment.pm
@@ -168,6 +170,7 @@ bin/rt-mailgate
%%SITE_PERL%%/RT/Interface/Web/Request.pm
%%SITE_PERL%%/RT/Interface/Web/Scrubber.pm
%%SITE_PERL%%/RT/Interface/Web/Scrubber/Permissive.pm
+%%SITE_PERL%%/RT/Interface/Web/Scrubber/Restrictive.pm
%%SITE_PERL%%/RT/Interface/Web/Session.pm
%%SITE_PERL%%/RT/LDAPImport.pm
%%SITE_PERL%%/RT/Lifecycle.pm
@@ -310,15 +313,19 @@ bin/rt-mailgate
%%SITE_PERL%%/RT/Shredder/Exceptions.pm
%%SITE_PERL%%/RT/Shredder/POD.pm
%%SITE_PERL%%/RT/Shredder/Plugin.pm
+%%SITE_PERL%%/RT/Shredder/Plugin/Assets.pm
%%SITE_PERL%%/RT/Shredder/Plugin/Attachments.pm
%%SITE_PERL%%/RT/Shredder/Plugin/Base.pm
%%SITE_PERL%%/RT/Shredder/Plugin/Base/Dump.pm
%%SITE_PERL%%/RT/Shredder/Plugin/Base/Search.pm
+%%SITE_PERL%%/RT/Shredder/Plugin/ExternalStorageDump.pm
%%SITE_PERL%%/RT/Shredder/Plugin/Objects.pm
%%SITE_PERL%%/RT/Shredder/Plugin/SQLDump.pm
%%SITE_PERL%%/RT/Shredder/Plugin/Summary.pm
%%SITE_PERL%%/RT/Shredder/Plugin/Tickets.pm
+%%SITE_PERL%%/RT/Shredder/Plugin/Transactions.pm
%%SITE_PERL%%/RT/Shredder/Plugin/Users.pm
+%%SITE_PERL%%/RT/Shredder/RawRecord.pm
%%SITE_PERL%%/RT/Squish.pm
%%SITE_PERL%%/RT/Squish/CSS.pm
%%SITE_PERL%%/RT/Squish/JS.pm
@@ -333,6 +340,7 @@ bin/rt-mailgate
%%SITE_PERL%%/RT/Test/Crypt.pm
%%SITE_PERL%%/RT/Test/Email.pm
%%SITE_PERL%%/RT/Test/ExternalStorage.pm
+%%SITE_PERL%%/RT/Test/FTS.pm
%%SITE_PERL%%/RT/Test/GnuPG.pm
%%SITE_PERL%%/RT/Test/REST2.pm
%%SITE_PERL%%/RT/Test/SMIME.pm
@@ -431,6 +439,7 @@ sbin/standalone_httpd
%%PORTDOCS%%%%DOCSDIR%%/images/action-decline.png
%%PORTDOCS%%%%DOCSDIR%%/images/added-terms.png
%%PORTDOCS%%%%DOCSDIR%%/images/advanced-search.png
+%%PORTDOCS%%%%DOCSDIR%%/images/approvals.png
%%PORTDOCS%%%%DOCSDIR%%/images/asset-cfs.png
%%PORTDOCS%%%%DOCSDIR%%/images/asset-date-details.png
%%PORTDOCS%%%%DOCSDIR%%/images/asset-search.png
@@ -474,6 +483,9 @@ sbin/standalone_httpd
%%PORTDOCS%%%%DOCSDIR%%/images/quote-selection-highlighted.png
%%PORTDOCS%%%%DOCSDIR%%/images/quote-selection-ticket-update.png
%%PORTDOCS%%%%DOCSDIR%%/images/saved-dashboard.png
+%%PORTDOCS%%%%DOCSDIR%%/images/scheduled-process-create.png
+%%PORTDOCS%%%%DOCSDIR%%/images/scheduled-process-schedule.png
+%%PORTDOCS%%%%DOCSDIR%%/images/scheduled-processes.png
%%PORTDOCS%%%%DOCSDIR%%/images/screenshot.png
%%PORTDOCS%%%%DOCSDIR%%/images/search-arrows.png
%%PORTDOCS%%%%DOCSDIR%%/images/search-criteria.png
@@ -483,6 +495,8 @@ sbin/standalone_httpd
%%PORTDOCS%%%%DOCSDIR%%/images/subscriptions.png
%%PORTDOCS%%%%DOCSDIR%%/images/support-dashboard.png
%%PORTDOCS%%%%DOCSDIR%%/images/theme_editor_defaults.png
+%%PORTDOCS%%%%DOCSDIR%%/images/unread-messages-column.png
+%%PORTDOCS%%%%DOCSDIR%%/images/unread-notification.png
%%PORTDOCS%%%%DOCSDIR%%/images/user-time-worked-report.png
%%PORTDOCS%%%%DOCSDIR%%/images/with-created-before.png
%%PORTDOCS%%%%DOCSDIR%%/images/with-newline.png
@@ -503,6 +517,7 @@ sbin/standalone_httpd
%%PORTDOCS%%%%DOCSDIR%%/system_administration/database.pod
%%PORTDOCS%%%%DOCSDIR%%/ticket_metadata.pod
%%PORTDOCS%%%%DOCSDIR%%/tracking-rt-configuration.pod
+%%PORTDOCS%%%%DOCSDIR%%/unread_messages.pod
%%DOCSDIR%%/upgrade/3.1.0/acl.Oracle
%%DOCSDIR%%/upgrade/3.1.0/acl.Pg
%%DOCSDIR%%/upgrade/3.1.0/acl.SQLite
@@ -757,6 +772,10 @@ sbin/standalone_httpd
%%DOCSDIR%%/upgrade/5.0.5/schema.SQLite
%%DOCSDIR%%/upgrade/5.0.5/schema.mysql
%%DOCSDIR%%/upgrade/5.0.6/indexes
+%%DOCSDIR%%/upgrade/5.0.8/indexes
+%%DOCSDIR%%/upgrade/5.0.8/schema.Oracle
+%%DOCSDIR%%/upgrade/5.0.8/schema.Pg
+%%DOCSDIR%%/upgrade/5.0.8/schema.mysql
%%DOCSDIR%%/upgrade/generate-rtaddressregexp
%%DOCSDIR%%/upgrade/reset-sequences
%%DOCSDIR%%/upgrade/sanity-check-stylesheets
@@ -795,6 +814,7 @@ sbin/standalone_httpd
%%DATADIR%%/html/Admin/Articles/index.html
%%DATADIR%%/html/Admin/Assets/Catalogs/Create.html
%%DATADIR%%/html/Admin/Assets/Catalogs/CustomFields.html
+%%DATADIR%%/html/Admin/Assets/Catalogs/CustomRoles.html
%%DATADIR%%/html/Admin/Assets/Catalogs/DefaultValues.html
%%DATADIR%%/html/Admin/Assets/Catalogs/Elements/EditBasics
%%DATADIR%%/html/Admin/Assets/Catalogs/GroupRights.html
@@ -871,6 +891,7 @@ sbin/standalone_httpd
%%DATADIR%%/html/Admin/Global/DashboardsInMenu.html
%%DATADIR%%/html/Admin/Global/GroupRights.html
%%DATADIR%%/html/Admin/Global/MyRT.html
+%%DATADIR%%/html/Admin/Global/RightsHistory.html
%%DATADIR%%/html/Admin/Global/Scrips.html
%%DATADIR%%/html/Admin/Global/SelfServiceHomePage.html
%%DATADIR%%/html/Admin/Global/Template.html
@@ -927,6 +948,10 @@ sbin/standalone_httpd
%%DATADIR%%/html/Admin/Tools/GnuPG.html
%%DATADIR%%/html/Admin/Tools/Queries.html
%%DATADIR%%/html/Admin/Tools/RightsInspector.html
+%%DATADIR%%/html/Admin/Tools/ScheduledProcesses/Create.html
+%%DATADIR%%/html/Admin/Tools/ScheduledProcesses/Elements/ScheduledProcess
+%%DATADIR%%/html/Admin/Tools/ScheduledProcesses/Modify.html
+%%DATADIR%%/html/Admin/Tools/ScheduledProcesses/index.html
%%DATADIR%%/html/Admin/Tools/Shortener.html
%%DATADIR%%/html/Admin/Tools/Shredder/Dumps/dhandler
%%DATADIR%%/html/Admin/Tools/Shredder/Elements/DumpFileLink
@@ -980,7 +1005,6 @@ sbin/standalone_httpd
%%DATADIR%%/html/Articles/Article/ExtractIntoClass.html
%%DATADIR%%/html/Articles/Article/ExtractIntoTopic.html
%%DATADIR%%/html/Articles/Article/History.html
-%%DATADIR%%/html/Articles/Article/PreCreate.html
%%DATADIR%%/html/Articles/Article/Search.html
%%DATADIR%%/html/Articles/Elements/BeforeMessageBox
%%DATADIR%%/html/Articles/Elements/CheckSkipCreate
@@ -998,7 +1022,6 @@ sbin/standalone_httpd
%%DATADIR%%/html/Articles/Elements/ShowTopicLink
%%DATADIR%%/html/Articles/Elements/SubjectOverride
%%DATADIR%%/html/Articles/Elements/UpdatedArticles
-%%DATADIR%%/html/Articles/Helpers/CreateInClass
%%DATADIR%%/html/Articles/Topics.html
%%DATADIR%%/html/Articles/index.html
%%DATADIR%%/html/Asset/Create.html
@@ -1066,6 +1089,10 @@ sbin/standalone_httpd
%%DATADIR%%/html/Elements/BulkCustomFields
%%DATADIR%%/html/Elements/BulkLinks
%%DATADIR%%/html/Elements/CSRF
+%%DATADIR%%/html/Elements/CatalogList
+%%DATADIR%%/html/Elements/CatalogListAllStatuses
+%%DATADIR%%/html/Elements/CatalogSummaryByLifecycle
+%%DATADIR%%/html/Elements/CatalogSummaryByStatus
%%DATADIR%%/html/Elements/Checkbox
%%DATADIR%%/html/Elements/CollectionAsTable/Header
%%DATADIR%%/html/Elements/CollectionAsTable/ParseFormat
@@ -1327,6 +1354,7 @@ sbin/standalone_httpd
%%DATADIR%%/html/NoAuth/rss/dhandler
%%DATADIR%%/html/Prefs/AboutMe.html
%%DATADIR%%/html/Prefs/AuthTokens.html
+%%DATADIR%%/html/Prefs/CatalogList.html
%%DATADIR%%/html/Prefs/CustomDateRanges.html
%%DATADIR%%/html/Prefs/DashboardsInMenu.html
%%DATADIR%%/html/Prefs/Elements/EditAboutMe
@@ -1536,6 +1564,7 @@ sbin/standalone_httpd
%%DATADIR%%/html/Widgets/Form/Integer
%%DATADIR%%/html/Widgets/Form/JSON
%%DATADIR%%/html/Widgets/Form/MultilineString
+%%DATADIR%%/html/Widgets/Form/SearchFormat
%%DATADIR%%/html/Widgets/Form/Select
%%DATADIR%%/html/Widgets/Form/String
%%DATADIR%%/html/Widgets/SavedSearch