diff --git a/www/rt50/Makefile b/www/rt50/Makefile index 8d130850df770..ef850fa1a3511 100644 --- a/www/rt50/Makefile +++ b/www/rt50/Makefile @@ -1,5 +1,5 @@ PORTNAME= rt -DISTVERSION= 5.0.3 +DISTVERSION= 5.0.4 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 50 diff --git a/www/rt50/Makefile.cpan b/www/rt50/Makefile.cpan index 0e70d034966b2..d20edf1bd2e05 100644 --- a/www/rt50/Makefile.cpan +++ b/www/rt50/Makefile.cpan @@ -16,14 +16,13 @@ ### CSS::Squish 0.06 ### Data::GUID ### Data::ICal -### Data::Page::Pageset -### Date::Extract 0.02 +### Date::Extract 0.07 ### Date::Manip ### DateTime 0.44 ### DateTime::Format::Natural 0.67 ### DateTime::Locale 0.40 ### DBI 1.37 -### DBIx::SearchBuilder 1.71 +### DBIx::SearchBuilder 1.76 ### Devel::GlobalDestruction ### Devel::StackTrace 1.19 ### Digest::base perl std @@ -64,13 +63,13 @@ ### MIME::Entity 5.504 ### MIME::Types ### Module::Refresh 0.03 +### Module::Runtime ### Module::Versions::Report 1.05 ### Net::CIDR ### Net::IP -### Fork::Manager +### Parallel::ForkManager ### Plack 1.0002 ### Plack::Handler::Starlet -### Pod::Select ### Regexp::Common ### Regexp::Common::net::CIDR ### Regexp::IPv6 @@ -89,7 +88,6 @@ ### Time::HiRes perl std ### Time::ParseDate ### Tree::Simple 1.04 -### UNIVERSAL::require ### URI 1.59 ### URI::QueryParam ### XML::RSS 1.05 @@ -106,10 +104,10 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \ p5-Convert-Color>0:graphics/p5-Convert-Color \ p5-Crypt-Eksblowfish>0:security/p5-Crypt-Eksblowfish \ p5-DBI>=1.37:databases/p5-DBI \ - p5-DBIx-SearchBuilder>=1.71:databases/p5-DBIx-SearchBuilder \ + p5-DBIx-SearchBuilder>=1.76:databases/p5-DBIx-SearchBuilder \ p5-Data-GUID>0:devel/p5-Data-GUID \ p5-Data-ICal>0:deskutils/p5-Data-ICal \ - p5-Data-Page-Pageset>0:devel/p5-Data-Page-Pageset \ + p5-Data-Page>0:databases/p5-Data-Page \ p5-Date-Extract>=0.02:devel/p5-Date-Extract \ p5-Date-Manip>0:devel/p5-Date-Manip \ p5-DateTime>=0.44:devel/p5-DateTime \ @@ -146,6 +144,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \ p5-MIME-Types>=0:mail/p5-MIME-Types \ p5-Mail-Tools>=2.12:mail/p5-Mail-Tools \ p5-Module-Refresh>=0.03:devel/p5-Module-Refresh \ + p5-Module-Runtime>0:devel/p5-Module-Runtime \ p5-Module-Versions-Report>=1.05:devel/p5-Module-Versions-Report \ p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR \ p5-Net-IP>=0:net-mgmt/p5-Net-IP \ @@ -167,7 +166,6 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \ p5-Text-Wrapper>0:textproc/p5-Text-Wrapper \ p5-Time-modules>0:devel/p5-Time-modules \ p5-Tree-Simple>=1.04:devel/p5-Tree-Simple \ - p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require \ p5-URI>=1.59:net/p5-URI \ p5-XML-RSS>=1.05:textproc/p5-XML-RSS @@ -234,6 +232,7 @@ REST2_DEPS= p5-Module-Runtime>0:devel/p5-Module-Runtime \ ### Test::Expect 0.31 ### Test::LongString ### Test::MockTime +### Test::MockTime::HiRes ### Test::NoWarnings ### Test::Pod ### Test::Warn @@ -257,6 +256,7 @@ DEVELOPER_DEPS= p5-Email-Abstract>0:mail/p5-Email-Abstract \ p5-Test-Expect>=0.31:devel/p5-Test-Expect \ p5-Test-LongString>0:devel/p5-Test-LongString \ p5-Test-MockTime>0:devel/p5-Test-MockTime \ + p5-Test-MockTime-HiRes>0:devel/p5-Test-MockTime-HiRes \ p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings \ p5-Test-Pod>0:devel/p5-Test-Pod \ p5-Test-WWW-Mechanize-PSGI>0:devel/p5-Test-WWW-Mechanize-PSGI \ @@ -288,9 +288,9 @@ MYSQL_DEPS= p5-DBD-mysql>=2.1018:databases/p5-DBD-mysql PGSQL_DEPS= p5-DBD-Pg>=1.43:databases/p5-DBD-Pg ### --- SQLITE --- -### DBD::SQLite 1.00 +### DBD::SQLite 1.72 -SQLITE_DEPS= p5-DBD-SQLite>=1.00:databases/p5-DBD-SQLite +SQLITE_DEPS= p5-DBD-SQLite>=1.72:databases/p5-DBD-SQLite ### --- GPG --- ### File::Which @@ -311,19 +311,19 @@ SMIME_DEPS= p5-Crypt-X509>0:security/p5-Crypt-X509 \ p5-String-ShellQuote>0:textproc/p5-String-ShellQuote ### --- GRAPHVIZ --- -### GraphViz +### GraphViz2 ### IPC::Run 0.90 -GRAPHVIZ_DEPS= p5-GraphViz>0:graphics/p5-GraphViz \ +GRAPHVIZ_DEPS= p5-GraphViz>0:graphics/p5-GraphViz2 \ p5-IPC-Run>=0.90:devel/p5-IPC-Run ### -- GD -- ### GD -### GD::Graph 1.47 +### GD::Graph 1.56 ### GD::Text GD_DEPS= p5-GD>0:graphics/p5-GD \ - p5-GD-Graph>0:graphics/p5-GD-Graph \ + p5-GD-Graph>=1.56:graphics/p5-GD-Graph \ p5-GD-TextUtil>0:graphics/p5-GD-TextUtil ### --- EXTERNALAUTH --- diff --git a/www/rt50/distinfo b/www/rt50/distinfo index 2223d3e4320ef..0bfa784c46258 100644 --- a/www/rt50/distinfo +++ b/www/rt50/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658132612 -SHA256 (rt-5.0.3.tar.gz) = e23aee3cb291ccad5e521aeabe0fcd2f076bcfa8b7f801af498a7505e53d8441 -SIZE (rt-5.0.3.tar.gz) = 18601901 +TIMESTAMP = 1683267561 +SHA256 (rt-5.0.4.tar.gz) = 916d870d22d92027f843798be6f880aaf1517aebc3f6ab25f456f4e772f4834d +SIZE (rt-5.0.4.tar.gz) = 18949618 diff --git a/www/rt50/pkg-plist b/www/rt50/pkg-plist index 3e1dfe997427d..d23c96b7d2690 100644 --- a/www/rt50/pkg-plist +++ b/www/rt50/pkg-plist @@ -28,6 +28,7 @@ bin/rt-mailgate %%SITE_PERL%%/RT/Action/AutoOpen.pm %%SITE_PERL%%/RT/Action/AutoOpenInactive.pm %%SITE_PERL%%/RT/Action/Autoreply.pm +%%SITE_PERL%%/RT/Action/ClearCustomFieldValues.pm %%SITE_PERL%%/RT/Action/CreateTickets.pm %%SITE_PERL%%/RT/Action/EscalatePriority.pm %%SITE_PERL%%/RT/Action/ExtractSubjectTag.pm @@ -165,6 +166,7 @@ bin/rt-mailgate %%SITE_PERL%%/RT/Interface/Web/QueryBuilder/Tree.pm %%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/Session.pm %%SITE_PERL%%/RT/LDAPImport.pm %%SITE_PERL%%/RT/Lifecycle.pm @@ -262,6 +264,7 @@ bin/rt-mailgate %%SITE_PERL%%/RT/Record/Role.pm %%SITE_PERL%%/RT/Record/Role/Lifecycle.pm %%SITE_PERL%%/RT/Record/Role/Links.pm +%%SITE_PERL%%/RT/Record/Role/LookupType.pm %%SITE_PERL%%/RT/Record/Role/Rights.pm %%SITE_PERL%%/RT/Record/Role/Roles.pm %%SITE_PERL%%/RT/Record/Role/Status.pm @@ -291,6 +294,8 @@ bin/rt-mailgate %%SITE_PERL%%/RT/SearchBuilder/Role/Roles.pm %%SITE_PERL%%/RT/SharedSetting.pm %%SITE_PERL%%/RT/SharedSettings.pm +%%SITE_PERL%%/RT/Shortener.pm +%%SITE_PERL%%/RT/Shorteners.pm %%SITE_PERL%%/RT/Shredder.pm %%SITE_PERL%%/RT/Shredder/Constants.pm %%SITE_PERL%%/RT/Shredder/Dependencies.pm @@ -310,6 +315,7 @@ bin/rt-mailgate %%SITE_PERL%%/RT/Squish.pm %%SITE_PERL%%/RT/Squish/CSS.pm %%SITE_PERL%%/RT/Squish/JS.pm +%%SITE_PERL%%/RT/StaticUtil.pm %%SITE_PERL%%/RT/StyleGuide.pod %%SITE_PERL%%/RT/System.pm %%SITE_PERL%%/RT/Template.pm @@ -346,6 +352,7 @@ bin/rt-mailgate %%SITE_PERL%%/RT/Util.pm @group rt sbin/rt-attributes-viewer +sbin/rt-clean-attributes sbin/rt-clean-sessions sbin/rt-dump-initialdata sbin/rt-dump-metadata @@ -403,6 +410,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/customizing/timezones_in_charts.pod %%PORTDOCS%%%%DOCSDIR%%/dashboards.pod %%PORTDOCS%%%%DOCSDIR%%/dashboards_reporting.pod +%%PORTDOCS%%%%DOCSDIR%%/email_management.pod %%PORTDOCS%%%%DOCSDIR%%/extending/clickable_links.pod %%PORTDOCS%%%%DOCSDIR%%/extending/external_custom_fields.pod %%PORTDOCS%%%%DOCSDIR%%/extending/mail_plugins.pod @@ -449,6 +457,8 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/images/lifecycle-ui-modify.png %%PORTDOCS%%%%DOCSDIR%%/images/lifecycle-ui-rights.png %%PORTDOCS%%%%DOCSDIR%%/images/order-history-example.png +%%PORTDOCS%%%%DOCSDIR%%/images/query-builder-dynamic-filter-priority.png +%%PORTDOCS%%%%DOCSDIR%%/images/query-builder-dynamic-sort.png %%PORTDOCS%%%%DOCSDIR%%/images/queue-created-started-chart.png %%PORTDOCS%%%%DOCSDIR%%/images/quote-selection-highlighted.png %%PORTDOCS%%%%DOCSDIR%%/images/quote-selection-ticket-update.png @@ -721,6 +731,12 @@ sbin/standalone_httpd %%DOCSDIR%%/upgrade/5.0.2/content %%DOCSDIR%%/upgrade/5.0.3/indexes %%DOCSDIR%%/upgrade/5.0.3/schema.Pg +%%DOCSDIR%%/upgrade/5.0.4/acl.Pg +%%DOCSDIR%%/upgrade/5.0.4/content +%%DOCSDIR%%/upgrade/5.0.4/schema.Oracle +%%DOCSDIR%%/upgrade/5.0.4/schema.Pg +%%DOCSDIR%%/upgrade/5.0.4/schema.SQLite +%%DOCSDIR%%/upgrade/5.0.4/schema.mysql %%DOCSDIR%%/upgrade/generate-rtaddressregexp %%DOCSDIR%%/upgrade/reset-sequences %%DOCSDIR%%/upgrade/sanity-check-stylesheets @@ -812,6 +828,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Admin/Elements/SelectCustomFieldRenderType %%DATADIR%%/html/Admin/Elements/SelectCustomFieldType %%DATADIR%%/html/Admin/Elements/SelectGroups +%%DATADIR%%/html/Admin/Elements/SelectLookupType %%DATADIR%%/html/Admin/Elements/SelectNewGroupMembers %%DATADIR%%/html/Admin/Elements/SelectScripAction %%DATADIR%%/html/Admin/Elements/SelectScripCondition @@ -889,6 +906,7 @@ 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/Shortener.html %%DATADIR%%/html/Admin/Tools/Shredder/Dumps/dhandler %%DATADIR%%/html/Admin/Tools/Shredder/Elements/DumpFileLink %%DATADIR%%/html/Admin/Tools/Shredder/Elements/Error/NoRights @@ -1078,6 +1096,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/Header %%DATADIR%%/html/Elements/HeaderJavascript %%DATADIR%%/html/Elements/JavascriptConfig +%%DATADIR%%/html/Elements/LabeledValue %%DATADIR%%/html/Elements/Lifecycle/Graph %%DATADIR%%/html/Elements/ListActions %%DATADIR%%/html/Elements/ListMenu @@ -1124,7 +1143,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/RefreshHomepage %%DATADIR%%/html/Elements/SavedSearches %%DATADIR%%/html/Elements/ScrubHTML -%%DATADIR%%/html/Elements/ShowCustomFieldHTML +%%DATADIR%%/html/Elements/SearchFilter %%DATADIR%%/html/Elements/Section %%DATADIR%%/html/Elements/SelectArticle %%DATADIR%%/html/Elements/SelectArticleAutocomplete @@ -1164,12 +1183,15 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/SelfServiceTopArticles %%DATADIR%%/html/Elements/SetupSessionCookie %%DATADIR%%/html/Elements/ShortcutHelp +%%DATADIR%%/html/Elements/ShowArticle %%DATADIR%%/html/Elements/ShowArticleCustomFields +%%DATADIR%%/html/Elements/ShowCalendarInvitation %%DATADIR%%/html/Elements/ShowCustomDateRanges %%DATADIR%%/html/Elements/ShowCustomFieldBinary %%DATADIR%%/html/Elements/ShowCustomFieldCustomGroupings %%DATADIR%%/html/Elements/ShowCustomFieldDate %%DATADIR%%/html/Elements/ShowCustomFieldDateTime +%%DATADIR%%/html/Elements/ShowCustomFieldHTML %%DATADIR%%/html/Elements/ShowCustomFieldImage %%DATADIR%%/html/Elements/ShowCustomFieldText %%DATADIR%%/html/Elements/ShowCustomFieldWikitext @@ -1229,6 +1251,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Helpers/Autocomplete/autohandler %%DATADIR%%/html/Helpers/BuildFormatString %%DATADIR%%/html/Helpers/CollectionListRow +%%DATADIR%%/html/Helpers/Permalink %%DATADIR%%/html/Helpers/PreviewScrips %%DATADIR%%/html/Helpers/RightsInspector/Revoke %%DATADIR%%/html/Helpers/RightsInspector/Search @@ -1440,7 +1463,6 @@ sbin/standalone_httpd %%DATADIR%%/html/Ticket/Graphs/Elements/EditGraphProperties %%DATADIR%%/html/Ticket/Graphs/Elements/ShowGraph %%DATADIR%%/html/Ticket/Graphs/Elements/ShowLegends -%%DATADIR%%/html/Ticket/Graphs/dhandler %%DATADIR%%/html/Ticket/Graphs/index.html %%DATADIR%%/html/Ticket/History.html %%DATADIR%%/html/Ticket/Modify.html @@ -1494,8 +1516,6 @@ sbin/standalone_httpd %%DATADIR%%/html/index.html %%DATADIR%%/html/l %%DATADIR%%/html/l_unsafe - - %%DATADIR%%/html/m/_elements/footer %%DATADIR%%/html/m/_elements/full_site_link %%DATADIR%%/html/m/_elements/header @@ -1699,14 +1719,11 @@ sbin/standalone_httpd %%DATADIR%%/static/RichText/plugins/about/dialogs/hidpi/logo_ckeditor.png %%DATADIR%%/static/RichText/plugins/about/dialogs/logo_ckeditor.png %%DATADIR%%/static/RichText/plugins/autocomplete/skins/default.css -%%DATADIR%%/static/RichText/plugins/ccmsconfighelper/docs/install.html %%DATADIR%%/static/RichText/plugins/clipboard/dialogs/paste.js %%DATADIR%%/static/RichText/plugins/colordialog/dialogs/colordialog.css %%DATADIR%%/static/RichText/plugins/colordialog/dialogs/colordialog.js %%DATADIR%%/static/RichText/plugins/confighelper/LICENSE %%DATADIR%%/static/RichText/plugins/confighelper/README.md -%%DATADIR%%/static/RichText/plugins/confighelper/docs/install.html -%%DATADIR%%/static/RichText/plugins/confighelper/docs/styles.css %%DATADIR%%/static/RichText/plugins/dialog/dialogDefinition.js %%DATADIR%%/static/RichText/plugins/dialog/styles/dialog.css %%DATADIR%%/static/RichText/plugins/docprops/dialogs/docprops.js @@ -1729,12 +1746,7 @@ sbin/standalone_httpd %%DATADIR%%/static/RichText/plugins/pastefromgdocs/filter/default.js %%DATADIR%%/static/RichText/plugins/pastefromword/filter/default.js %%DATADIR%%/static/RichText/plugins/pastetools/filter/common.js -%%DATADIR%%/static/RichText/plugins/pbckcode/CHANGELOG.md -%%DATADIR%%/static/RichText/plugins/pbckcode/LICENSE -%%DATADIR%%/static/RichText/plugins/pbckcode/README.md -%%DATADIR%%/static/RichText/plugins/pbckcode/dialogs/PBSyntaxHighlighter.js -%%DATADIR%%/static/RichText/plugins/pbckcode/dialogs/pbckcode.js -%%DATADIR%%/static/RichText/plugins/pbckcode/dialogs/style.css +%%DATADIR%%/static/RichText/plugins/pastetools/filter/image.js %%DATADIR%%/static/RichText/plugins/specialchar/dialogs/lang/_translationstatus.txt %%DATADIR%%/static/RichText/plugins/specialchar/dialogs/lang/af.js %%DATADIR%%/static/RichText/plugins/specialchar/dialogs/lang/ar.js @@ -1835,10 +1847,6 @@ sbin/standalone_httpd %%DATADIR%%/static/RichText/skins/bootstrapck/images/lock.png %%DATADIR%%/static/RichText/skins/bootstrapck/images/refresh.png %%DATADIR%%/static/RichText/skins/bootstrapck/readme.md -%%DATADIR%%/static/RichText/skins/bootstrapck/sample/bootstrapck-sample.html -%%DATADIR%%/static/RichText/skins/bootstrapck/sample/css/bootstrapck-sample.css -%%DATADIR%%/static/RichText/skins/bootstrapck/sample/js/analytics.js -%%DATADIR%%/static/RichText/skins/bootstrapck/sample/js/jquery-1.11.0.min.js %%DATADIR%%/static/RichText/skins/bootstrapck/scss/browser-specific/gecko/editor_gecko.scss %%DATADIR%%/static/RichText/skins/bootstrapck/scss/browser-specific/ie/dialog_ie.scss %%DATADIR%%/static/RichText/skins/bootstrapck/scss/browser-specific/ie/editor_ie.scss @@ -1896,6 +1904,7 @@ sbin/standalone_httpd %%DATADIR%%/static/css/elevator-light/layout.css %%DATADIR%%/static/css/elevator-light/lifecycleui.css %%DATADIR%%/static/css/elevator-light/login.css +%%DATADIR%%/static/css/elevator-light/mail.css %%DATADIR%%/static/css/elevator-light/main.css %%DATADIR%%/static/css/elevator-light/misc.css %%DATADIR%%/static/css/elevator-light/nav.css @@ -1969,6 +1978,8 @@ sbin/standalone_httpd %%DATADIR%%/static/images/farbtastic/mask.png %%DATADIR%%/static/images/farbtastic/wheel.png %%DATADIR%%/static/images/favicon.png +%%DATADIR%%/static/images/funnel-fill.svg +%%DATADIR%%/static/images/funnel.svg %%DATADIR%%/static/images/jquery_ui/ui-bg_glass_55_fbf9ee_1x400.png %%DATADIR%%/static/images/jquery_ui/ui-bg_glass_65_ffffff_1x400.png %%DATADIR%%/static/images/jquery_ui/ui-bg_glass_75_dadada_1x400.png @@ -1988,12 +1999,13 @@ sbin/standalone_httpd %%DATADIR%%/static/js/Chart.min.js %%DATADIR%%/static/js/assets.js %%DATADIR%%/static/js/autocomplete.js -%%DATADIR%%/static/js/bootstrap.bundle.min.js %%DATADIR%%/static/js/bootstrap-combobox.js %%DATADIR%%/static/js/bootstrap-select.min.js +%%DATADIR%%/static/js/bootstrap.bundle.min.js %%DATADIR%%/static/js/cascaded.js %%DATADIR%%/static/js/chartjs-plugin-colorschemes.min.js %%DATADIR%%/static/js/chosen.jquery.min.js +%%DATADIR%%/static/js/clipboard.min.js %%DATADIR%%/static/js/d3.min.js %%DATADIR%%/static/js/dropzone.min.js %%DATADIR%%/static/js/event-registration.js