From owner-dev-commits-ports-main@freebsd.org Wed Sep 15 08:01:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CFFC967AACF; Wed, 15 Sep 2021 08:01:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H8XjC5KrKz4lGR; Wed, 15 Sep 2021 08:01:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97D03259E; Wed, 15 Sep 2021 08:01:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18F81JFK042842; Wed, 15 Sep 2021 08:01:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18F81J7P042841; Wed, 15 Sep 2021 08:01:19 GMT (envelope-from git) Date: Wed, 15 Sep 2021 08:01:19 GMT Message-Id: <202109150801.18F81J7P042841@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mikael Urankar Subject: git: d748f877b5c2 - main - www/rt50: Update to 5.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mikael X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d748f877b5c209f4e5fd313b1443110e5013b0e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2021 08:01:19 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=d748f877b5c209f4e5fd313b1443110e5013b0e5 commit d748f877b5c209f4e5fd313b1443110e5013b0e5 Author: Mikael Urankar AuthorDate: 2021-09-15 07:48:51 +0000 Commit: Mikael Urankar CommitDate: 2021-09-15 08:01:15 +0000 www/rt50: Update to 5.0.2 - Update to 5.0.2 - Remove useless REINPLACE_CMD Changes: https://github.com/bestpractical/rt/releases/tag/rt-5.0.2 --- www/rt50/Makefile | 5 +---- www/rt50/Makefile.cpan | 2 ++ www/rt50/distinfo | 6 +++--- www/rt50/pkg-plist | 24 ++++++++++++++++++++++++ 4 files changed, 30 insertions(+), 7 deletions(-) diff --git a/www/rt50/Makefile b/www/rt50/Makefile index 79807f2ffea7..205b56de8b62 100644 --- a/www/rt50/Makefile +++ b/www/rt50/Makefile @@ -1,6 +1,5 @@ PORTNAME= rt -DISTVERSION= 5.0.1 -PORTREVISION= 1 +DISTVERSION= 5.0.2 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 50 @@ -165,8 +164,6 @@ post-patch: @${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!g' ${WRKSRC}/config.layout @${REINPLACE_CMD} -e 's!%%SITE_PERL%%!${PREFIX}/${SITE_PERL_REL}!g' ${WRKSRC}/config.layout @${REINPLACE_CMD} -e 's!/path/to/your/etc!${RT_ETC_PATH}!g' ${WRKSRC}/etc/RT_SiteConfig.pm - @${REINPLACE_CMD} -e 's!/bin:/usr/bin!/bin:/usr/bin:${LOCALBASE}/bin!' ${WRKSRC}/lib/RT/Interface/CLI.pm && \ - ${RM} ${WRKSRC}/lib/RT/Interface/CLI.pm.bak @${REINPLACE_CMD} -e 's!RT_ETC_DIR!${RT_ETC_DIR}!' ${WRKSRC}/sbin/rt-test-dependencies.in pre-install: diff --git a/www/rt50/Makefile.cpan b/www/rt50/Makefile.cpan index 7de80ccd5945..4e5689c2f82d 100644 --- a/www/rt50/Makefile.cpan +++ b/www/rt50/Makefile.cpan @@ -67,6 +67,7 @@ ### Module::Versions::Report 1.05 ### Net::CIDR ### Net::IP +### Fork::Manager ### Plack 1.0002 ### Plack::Handler::Starlet ### Pod::Select @@ -148,6 +149,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \ 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 \ + p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \ p5-Plack>=1.0002:www/p5-Plack \ ${P5_POD_PARSER} \ p5-Starlet>0:www/p5-Starlet \ diff --git a/www/rt50/distinfo b/www/rt50/distinfo index 62c9789fc136..b3302e1ea48b 100644 --- a/www/rt50/distinfo +++ b/www/rt50/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612601525 -SHA256 (rt-5.0.1.tar.gz) = 6c181cc592c48a2cba8b8df1d45fda0938d70f84ceeba1afc436f16a6090f556 -SIZE (rt-5.0.1.tar.gz) = 18321212 +TIMESTAMP = 1631688407 +SHA256 (rt-5.0.2.tar.gz) = df915ae809277564d9b8a7192ced2517cf6bed6c0301786b69562c0ea9dd9e86 +SIZE (rt-5.0.2.tar.gz) = 18405859 diff --git a/www/rt50/pkg-plist b/www/rt50/pkg-plist index 1f90ce2f60c5..0868daafb7a3 100644 --- a/www/rt50/pkg-plist +++ b/www/rt50/pkg-plist @@ -94,6 +94,7 @@ bin/rt-mailgate %%SITE_PERL%%/RT/Condition/StatusChange.pm %%SITE_PERL%%/RT/Condition/TimeWorkedChange.pm %%SITE_PERL%%/RT/Condition/UserDefined.pm +%%SITE_PERL%%/RT/Condition/ViaInterface.pm %%SITE_PERL%%/RT/Config.pm %%SITE_PERL%%/RT/Configuration.pm %%SITE_PERL%%/RT/Configurations.pm @@ -220,6 +221,8 @@ bin/rt-mailgate %%SITE_PERL%%/RT/REST2/Resource/Collection.pm %%SITE_PERL%%/RT/REST2/Resource/Collection/ProcessPOSTasGET.pm %%SITE_PERL%%/RT/REST2/Resource/Collection/QueryByJSON.pm +%%SITE_PERL%%/RT/REST2/Resource/Collection/QueryBySQL.pm +%%SITE_PERL%%/RT/REST2/Resource/Collection/Search.pm %%SITE_PERL%%/RT/REST2/Resource/CustomField.pm %%SITE_PERL%%/RT/REST2/Resource/CustomFieldValue.pm %%SITE_PERL%%/RT/REST2/Resource/CustomFieldValues.pm @@ -242,6 +245,8 @@ bin/rt-mailgate %%SITE_PERL%%/RT/REST2/Resource/Record/WithETag.pm %%SITE_PERL%%/RT/REST2/Resource/Record/Writable.pm %%SITE_PERL%%/RT/REST2/Resource/Role/RequestBodyIsJSON.pm +%%SITE_PERL%%/RT/REST2/Resource/Search.pm +%%SITE_PERL%%/RT/REST2/Resource/Searches.pm %%SITE_PERL%%/RT/REST2/Resource/Ticket.pm %%SITE_PERL%%/RT/REST2/Resource/Tickets.pm %%SITE_PERL%%/RT/REST2/Resource/TicketsBulk.pm @@ -311,6 +316,7 @@ bin/rt-mailgate %%SITE_PERL%%/RT/Test.pm %%SITE_PERL%%/RT/Test/Apache.pm %%SITE_PERL%%/RT/Test/Assets.pm +%%SITE_PERL%%/RT/Test/Crypt.pm %%SITE_PERL%%/RT/Test/Email.pm %%SITE_PERL%%/RT/Test/ExternalStorage.pm %%SITE_PERL%%/RT/Test/GnuPG.pm @@ -327,6 +333,7 @@ bin/rt-mailgate %%SITE_PERL%%/RT/URI.pm %%SITE_PERL%%/RT/URI/a.pm %%SITE_PERL%%/RT/URI/asset.pm +%%SITE_PERL%%/RT/URI/attribute.pm %%SITE_PERL%%/RT/URI/base.pm %%SITE_PERL%%/RT/URI/fsck_com_article.pm %%SITE_PERL%%/RT/URI/fsck_com_rt.pm @@ -452,6 +459,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/images/status-change-condition.png %%PORTDOCS%%%%DOCSDIR%%/images/subscriptions.png %%PORTDOCS%%%%DOCSDIR%%/images/theme_editor_defaults.png +%%PORTDOCS%%%%DOCSDIR%%/images/user-time-worked-report.png %%PORTDOCS%%%%DOCSDIR%%/images/with-created-before.png %%PORTDOCS%%%%DOCSDIR%%/images/with-newline.png %%PORTDOCS%%%%DOCSDIR%%/images/without-newline.png @@ -463,6 +471,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/query_builder.pod %%PORTDOCS%%%%DOCSDIR%%/reminders.pod %%PORTDOCS%%%%DOCSDIR%%/reporting/feeds.pod +%%PORTDOCS%%%%DOCSDIR%%/reporting/user_time_worked.pod %%PORTDOCS%%%%DOCSDIR%%/rt_perl.pod %%PORTDOCS%%%%DOCSDIR%%/schema.dot %%PORTDOCS%%%%DOCSDIR%%/security.pod @@ -682,6 +691,7 @@ sbin/standalone_httpd %%DOCSDIR%%/upgrade/4.4.2/schema.Pg %%DOCSDIR%%/upgrade/4.4.2/schema.SQLite %%DOCSDIR%%/upgrade/4.4.2/schema.mysql +%%DOCSDIR%%/upgrade/4.4.5/content %%DOCSDIR%%/upgrade/4.5.0/schema.Oracle %%DOCSDIR%%/upgrade/4.5.0/schema.Pg %%DOCSDIR%%/upgrade/4.5.0/schema.mysql @@ -705,6 +715,7 @@ sbin/standalone_httpd %%DOCSDIR%%/upgrade/4.5.7/schema.SQLite %%DOCSDIR%%/upgrade/4.5.7/schema.mysql %%DOCSDIR%%/upgrade/4.5.8/content +%%DOCSDIR%%/upgrade/5.0.2/content %%DOCSDIR%%/upgrade/generate-rtaddressregexp %%DOCSDIR%%/upgrade/reset-sequences %%DOCSDIR%%/upgrade/sanity-check-stylesheets @@ -778,6 +789,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Admin/Elements/EditCustomFieldValuesCanonicalizer %%DATADIR%%/html/Admin/Elements/EditCustomFieldValuesSource %%DATADIR%%/html/Admin/Elements/EditCustomFields +%%DATADIR%%/html/Admin/Elements/EditCustomRoles %%DATADIR%%/html/Admin/Elements/EditLinks %%DATADIR%%/html/Admin/Elements/EditQueueWatcherGroup %%DATADIR%%/html/Admin/Elements/EditQueueWatchers @@ -833,6 +845,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Admin/Groups/UserRights.html %%DATADIR%%/html/Admin/Groups/autohandler %%DATADIR%%/html/Admin/Groups/index.html +%%DATADIR%%/html/Admin/Helpers/ClearMasonCache %%DATADIR%%/html/Admin/Lifecycles/Actions.html %%DATADIR%%/html/Admin/Lifecycles/Advanced.html %%DATADIR%%/html/Admin/Lifecycles/Create.html @@ -843,6 +856,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Admin/Lifecycles/index.html %%DATADIR%%/html/Admin/Queues/CustomField.html %%DATADIR%%/html/Admin/Queues/CustomFields.html +%%DATADIR%%/html/Admin/Queues/CustomRoles.html %%DATADIR%%/html/Admin/Queues/DefaultValues.html %%DATADIR%%/html/Admin/Queues/GroupRights.html %%DATADIR%%/html/Admin/Queues/History.html @@ -867,6 +881,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Admin/Tools/ConfigHistory.html %%DATADIR%%/html/Admin/Tools/Configuration.html %%DATADIR%%/html/Admin/Tools/EditConfig.html +%%DATADIR%%/html/Admin/Tools/GnuPG.html %%DATADIR%%/html/Admin/Tools/Queries.html %%DATADIR%%/html/Admin/Tools/RightsInspector.html %%DATADIR%%/html/Admin/Tools/Shredder/Dumps/dhandler @@ -978,6 +993,8 @@ sbin/standalone_httpd %%DATADIR%%/html/Asset/Search/Bulk.html %%DATADIR%%/html/Asset/Search/index.html %%DATADIR%%/html/Asset/index.html +%%DATADIR%%/html/Crypt/GetGPGPubkey.html +%%DATADIR%%/html/Crypt/GetSMIMECert.html %%DATADIR%%/html/Dashboards/Elements/DashboardsForObject %%DATADIR%%/html/Dashboards/Elements/Deleted %%DATADIR%%/html/Dashboards/Elements/HiddenSearches @@ -1027,6 +1044,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/EditCustomFieldCustomGroupings %%DATADIR%%/html/Elements/EditCustomFieldDate %%DATADIR%%/html/Elements/EditCustomFieldDateTime +%%DATADIR%%/html/Elements/EditCustomFieldDisplay %%DATADIR%%/html/Elements/EditCustomFieldFreeform %%DATADIR%%/html/Elements/EditCustomFieldIPAddress %%DATADIR%%/html/Elements/EditCustomFieldIPAddressRange @@ -1063,6 +1081,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/MakeClicky %%DATADIR%%/html/Elements/Menu %%DATADIR%%/html/Elements/MessageBox +%%DATADIR%%/html/Elements/MultiUserRoleInput %%DATADIR%%/html/Elements/MyAdminQueues %%DATADIR%%/html/Elements/MyAssets %%DATADIR%%/html/Elements/MyRT @@ -1073,6 +1092,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/QueriesAsComment %%DATADIR%%/html/Elements/QueryString %%DATADIR%%/html/Elements/QueueList +%%DATADIR%%/html/Elements/QueueListAllStatuses %%DATADIR%%/html/Elements/QueueSummaryByLifecycle %%DATADIR%%/html/Elements/QueueSummaryByStatus %%DATADIR%%/html/Elements/QuickCreate @@ -1105,6 +1125,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/SelectCustomDateRangeField %%DATADIR%%/html/Elements/SelectCustomFieldOperator %%DATADIR%%/html/Elements/SelectCustomFieldValue +%%DATADIR%%/html/Elements/SelectDashboard %%DATADIR%%/html/Elements/SelectDate %%DATADIR%%/html/Elements/SelectDateRelation %%DATADIR%%/html/Elements/SelectDateType @@ -1189,9 +1210,11 @@ sbin/standalone_httpd %%DATADIR%%/html/Helpers/AddTimeWorked %%DATADIR%%/html/Helpers/Admin/EditCustomFieldValue %%DATADIR%%/html/Helpers/Autocomplete/Articles +%%DATADIR%%/html/Helpers/Autocomplete/Assets %%DATADIR%%/html/Helpers/Autocomplete/CustomFieldValues %%DATADIR%%/html/Helpers/Autocomplete/Groups %%DATADIR%%/html/Helpers/Autocomplete/Owners +%%DATADIR%%/html/Helpers/Autocomplete/Principals %%DATADIR%%/html/Helpers/Autocomplete/Queues %%DATADIR%%/html/Helpers/Autocomplete/Tickets %%DATADIR%%/html/Helpers/Autocomplete/Users @@ -1283,6 +1306,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Reports/CreatedByDates.html %%DATADIR%%/html/Reports/ResolvedByDates.html %%DATADIR%%/html/Reports/ResolvedByOwner.html +%%DATADIR%%/html/Reports/TimeWorkedReport.html %%DATADIR%%/html/Reports/index.html %%DATADIR%%/html/Search/Article.html %%DATADIR%%/html/Search/Build.html