From owner-svn-ports-head@freebsd.org Tue Jun 18 01:08:51 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B43A15C9968; Tue, 18 Jun 2019 01:08:51 +0000 (UTC) (envelope-from swills@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F02DE8A9F8; Tue, 18 Jun 2019 01:08:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB2415DBE; Tue, 18 Jun 2019 01:08:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5I18o98060623; Tue, 18 Jun 2019 01:08:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5I18oCr060620; Tue, 18 Jun 2019 01:08:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201906180108.x5I18oCr060620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 18 Jun 2019 01:08:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504459 - head/www/otrs X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/otrs X-SVN-Commit-Revision: 504459 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F02DE8A9F8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2019 01:08:51 -0000 Author: swills Date: Tue Jun 18 01:08:49 2019 New Revision: 504459 URL: https://svnweb.freebsd.org/changeset/ports/504459 Log: www/otrs: update to 6.0.19 PR: 238480 Submitted by: m.tsatsenko@gmail.com (maintainer) Modified: head/www/otrs/Makefile (contents, props changed) head/www/otrs/distinfo (contents, props changed) head/www/otrs/pkg-plist (contents, props changed) Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Tue Jun 18 01:05:48 2019 (r504458) +++ head/www/otrs/Makefile Tue Jun 18 01:08:49 2019 (r504459) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= otrs -PORTVERSION= 6.0.10 -PORTREVISION= 1 +PORTVERSION= 6.0.19 CATEGORIES= www MAINTAINER= m.tsatsenko@gmail.com @@ -54,7 +53,7 @@ USES= cpe shebangfix perl5 tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= OTRS -GH_TAGNAME= 51cbe50 +GH_TAGNAME= b7b2693 SHEBANG_FILES= bin/cgi-bin/*.pl bin/cgi-bin/app.psgi bin/fcgi-bin/*.pl bin/*.pl \ scripts/tools/*.pl scripts/*.pl Modified: head/www/otrs/distinfo ============================================================================== --- head/www/otrs/distinfo Tue Jun 18 01:05:48 2019 (r504458) +++ head/www/otrs/distinfo Tue Jun 18 01:08:49 2019 (r504459) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535683312 -SHA256 (OTRS-otrs-6.0.10-51cbe50_GH0.tar.gz) = 1545455267e45ee3370c02645cac52be75b10bf5f852195808d04f99e8e25205 -SIZE (OTRS-otrs-6.0.10-51cbe50_GH0.tar.gz) = 39579491 +TIMESTAMP = 1558571903 +SHA256 (OTRS-otrs-6.0.19-b7b2693_GH0.tar.gz) = e3e9076b283f6b19e7b517e6fb08aa78c7379f7548152a3a4bcc8faf71481510 +SIZE (OTRS-otrs-6.0.19-b7b2693_GH0.tar.gz) = 40909105 Modified: head/www/otrs/pkg-plist ============================================================================== --- head/www/otrs/pkg-plist Tue Jun 18 01:05:48 2019 (r504458) +++ head/www/otrs/pkg-plist Tue Jun 18 01:08:49 2019 (r504459) @@ -86,14 +86,17 @@ otrs/Kernel/Language/hu.pm otrs/Kernel/Language/id.pm otrs/Kernel/Language/it.pm otrs/Kernel/Language/ja.pm +otrs/Kernel/Language/ko.pm otrs/Kernel/Language/lt.pm otrs/Kernel/Language/lv.pm +otrs/Kernel/Language/mk.pm otrs/Kernel/Language/ms.pm otrs/Kernel/Language/nb_NO.pm otrs/Kernel/Language/nl.pm otrs/Kernel/Language/pl.pm otrs/Kernel/Language/pt.pm otrs/Kernel/Language/pt_BR.pm +otrs/Kernel/Language/ro.pm otrs/Kernel/Language/ru.pm otrs/Kernel/Language/sk_SK.pm otrs/Kernel/Language/sl.pm @@ -355,6 +358,7 @@ otrs/Kernel/Output/HTML/Notification/CustomerUserTimeZ otrs/Kernel/Output/HTML/Notification/DaemonCheck.pm otrs/Kernel/Output/HTML/Notification/Generic.pm otrs/Kernel/Output/HTML/Notification/OutofOfficeCheck.pm +otrs/Kernel/Output/HTML/Notification/PackageManagerCheckNotVerifiedPackages.pm otrs/Kernel/Output/HTML/Notification/SystemConfigurationInvalidCheck.pm otrs/Kernel/Output/HTML/Notification/SystemConfigurationIsDirtyCheck.pm otrs/Kernel/Output/HTML/Notification/SystemConfigurationOutOfSyncCheck.pm @@ -787,6 +791,8 @@ otrs/Kernel/System/Console/BaseCommand.pm otrs/Kernel/System/Console/Command/Admin/Article/StorageSwitch.pm otrs/Kernel/System/Console/Command/Admin/CommunicationChannel/Drop.pm otrs/Kernel/System/Console/Command/Admin/CommunicationChannel/Sync.pm +otrs/Kernel/System/Console/Command/Admin/Config/FixInvalid.pm +otrs/Kernel/System/Console/Command/Admin/Config/ListInvalid.pm otrs/Kernel/System/Console/Command/Admin/Config/Read.pm otrs/Kernel/System/Console/Command/Admin/Config/UnlockAll.pm otrs/Kernel/System/Console/Command/Admin/Config/Update.pm @@ -823,6 +829,7 @@ otrs/Kernel/System/Console/Command/Admin/WebService/De otrs/Kernel/System/Console/Command/Admin/WebService/Dump.pm otrs/Kernel/System/Console/Command/Admin/WebService/List.pm otrs/Kernel/System/Console/Command/Admin/WebService/Update.pm +otrs/Kernel/System/Console/Command/Dev/Code/CPANUpdate.pm otrs/Kernel/System/Console/Command/Dev/Code/ContributorsListUpdate.pm otrs/Kernel/System/Console/Command/Dev/Code/Generate/ConsoleCommand.pm otrs/Kernel/System/Console/Command/Dev/Code/Generate/ConsoleCommand/ConsoleCommand.pm.skel @@ -1135,7 +1142,6 @@ otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Da otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/DefaultSOAPUser.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/DefaultUser.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/EmailQueue.pm -otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/ErrorLog.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/FQDN.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/FileSystemWritable.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/LegacyConfigBackups.pm @@ -1217,7 +1223,6 @@ otrs/Kernel/System/Ticket/CustomerPermission/CustomerI otrs/Kernel/System/Ticket/CustomerPermission/CustomerUserIDCheck.pm otrs/Kernel/System/Ticket/CustomerPermission/GroupCheck.pm otrs/Kernel/System/Ticket/Event/ArchiveRestore.pm -otrs/Kernel/System/Ticket/Event/ArticleSearchIndex.pm otrs/Kernel/System/Ticket/Event/DynamicFieldFromCustomerUser.pm otrs/Kernel/System/Ticket/Event/ForceOwnerReset.pm otrs/Kernel/System/Ticket/Event/ForceState.pm @@ -1301,6 +1306,7 @@ otrs/bin/otrs.PostMaster.pl otrs/bin/otrs.SetPermissions.pl otrs/scripts/DBUpdate-to-6.pl otrs/scripts/DBUpdateTo6.pm +otrs/scripts/DBUpdateTo6/ACLDeploy.pm otrs/scripts/DBUpdateTo6/AddAppointmentCalendarNotification.pm otrs/scripts/DBUpdateTo6/Base.pm otrs/scripts/DBUpdateTo6/CacheCleanup.pm @@ -1314,9 +1320,10 @@ otrs/scripts/DBUpdateTo6/DatabaseVersionCheck.pm otrs/scripts/DBUpdateTo6/DropObjectLockState.pm otrs/scripts/DBUpdateTo6/FrameworkVersionCheck.pm otrs/scripts/DBUpdateTo6/InitializeDefaultCronjobs.pm -otrs/scripts/DBUpdateTo6/MigrateChatData.pm +otrs/scripts/DBUpdateTo6/InvalidSettingsCheck.pm otrs/scripts/DBUpdateTo6/MigrateArticleData.pm otrs/scripts/DBUpdateTo6/MigrateArticleSearchIndex.pm +otrs/scripts/DBUpdateTo6/MigrateChatData.pm otrs/scripts/DBUpdateTo6/MigrateConfigEffectiveValues.pm otrs/scripts/DBUpdateTo6/MigrateGenericAgentJobs.pm otrs/scripts/DBUpdateTo6/MigratePackageRepositoryConfiguration.pm @@ -1327,7 +1334,7 @@ otrs/scripts/DBUpdateTo6/MigrateTicketAppointments.pm otrs/scripts/DBUpdateTo6/MigrateTicketFrontendCustomerInfoZoom.pm otrs/scripts/DBUpdateTo6/MigrateTicketMergedHistory.pm otrs/scripts/DBUpdateTo6/MigrateTicketNotifications.pm -otrs/scripts/DBUpdateTo6/TaskConfig/MigrateArticleData.yml.dist +otrs/scripts/DBUpdateTo6/MigrateTicketSearchProfiles.pm otrs/scripts/DBUpdateTo6/MigrateTicketStats.pm otrs/scripts/DBUpdateTo6/MigrateTicketStorageModule.pm otrs/scripts/DBUpdateTo6/MigrateTimeZoneConfiguration.pm @@ -1336,8 +1343,10 @@ otrs/scripts/DBUpdateTo6/MigrateZoomExpandConfig.pm otrs/scripts/DBUpdateTo6/PerlModulesCheck.pm otrs/scripts/DBUpdateTo6/PerlVersionCheck.pm otrs/scripts/DBUpdateTo6/PostArticleTableStructureChanges.pm +otrs/scripts/DBUpdateTo6/ProcessDeploy.pm otrs/scripts/DBUpdateTo6/RebuildConfig.pm -otrs/scripts/DBUpdateTo6/SysConfigCheck.pm +otrs/scripts/DBUpdateTo6/RebuildConfigCleanup.pm +otrs/scripts/DBUpdateTo6/TaskConfig/MigrateArticleData.yml.dist otrs/scripts/DBUpdateTo6/UninstallMergedFeatureAddOns.pm otrs/scripts/DBUpdateTo6/UpdateAppointmentCalendarFutureTasks.pm otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure.pm @@ -1346,6 +1355,8 @@ otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/Arti otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/ArticleTableChangesRename.pm otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/CommunicationLogs.pm otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/DynamicFieldChanges.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/FixUserPreferenceKeys.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/IndexArticleDataMimeTable.pm otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/NewArticleSearchIndexTable.pm otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/NewChatDataTable.pm otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/NewCommunicationChannelTable.pm @@ -1374,6 +1385,7 @@ otrs/scripts/database/otrs-schema.postgresql.sql otrs/scripts/database/otrs-schema.xml otrs/scripts/restore.pl otrs/scripts/rpc-example.pl +otrs/scripts/test/Archive.t otrs/scripts/test/AsynchronousExecutor.t otrs/scripts/test/Auth.t otrs/scripts/test/AuthSession.t @@ -1426,6 +1438,7 @@ otrs/scripts/test/Queue.t otrs/scripts/test/ReferenceData.t otrs/scripts/test/SLA.t otrs/scripts/test/SMIME.t +otrs/scripts/test/SMIMEAutoResponse.t otrs/scripts/test/Salutation.t otrs/scripts/test/SearchProfile.t otrs/scripts/test/Service.t @@ -1505,6 +1518,7 @@ otrs/var/httpd/htdocs/js/Core.Agent.Admin.Group.js otrs/var/httpd/htdocs/js/Core.Agent.Admin.Log.js otrs/var/httpd/htdocs/js/Core.Agent.Admin.MailAccount.js otrs/var/httpd/htdocs/js/Core.Agent.Admin.NotificationEvent.js +otrs/var/httpd/htdocs/js/Core.Agent.Admin.PGP.js otrs/var/httpd/htdocs/js/Core.Agent.Admin.PackageManager.js otrs/var/httpd/htdocs/js/Core.Agent.Admin.PostMasterFilter.js otrs/var/httpd/htdocs/js/Core.Agent.Admin.Priority.js @@ -1553,6 +1567,7 @@ otrs/var/httpd/htdocs/js/Core.Agent.Overview.js otrs/var/httpd/htdocs/js/Core.Agent.Preferences.js otrs/var/httpd/htdocs/js/Core.Agent.Responsive.js otrs/var/httpd/htdocs/js/Core.Agent.Search.js +otrs/var/httpd/htdocs/js/Core.Agent.SharedSecretGenerator.js otrs/var/httpd/htdocs/js/Core.Agent.SortedTree.js otrs/var/httpd/htdocs/js/Core.Agent.Statistics.ParamsWidget.js otrs/var/httpd/htdocs/js/Core.Agent.Statistics.js @@ -2104,6 +2119,7 @@ otrs/var/httpd/htdocs/js/thirdparty/ckeditor-%%VER_CKE otrs/var/httpd/htdocs/js/thirdparty/ckeditor-%%VER_CKEDITOR%%/plugins/codesnippetgeshi/plugin.js otrs/var/httpd/htdocs/js/thirdparty/ckeditor-%%VER_CKEDITOR%%/plugins/colordialog/dialogs/colordialog.css otrs/var/httpd/htdocs/js/thirdparty/ckeditor-%%VER_CKEDITOR%%/plugins/colordialog/dialogs/colordialog.js +otrs/var/httpd/htdocs/js/thirdparty/ckeditor-%%VER_CKEDITOR%%/plugins/contextmenu_linkopen/plugin.js otrs/var/httpd/htdocs/js/thirdparty/ckeditor-%%VER_CKEDITOR%%/plugins/copyformatting/cursors/cursor-disabled.svg otrs/var/httpd/htdocs/js/thirdparty/ckeditor-%%VER_CKEDITOR%%/plugins/copyformatting/cursors/cursor.svg otrs/var/httpd/htdocs/js/thirdparty/ckeditor-%%VER_CKEDITOR%%/plugins/copyformatting/styles/copyformatting.css @@ -2967,7 +2983,7 @@ otrs/var/httpd/htdocs/js/thirdparty/fullcalendar-3.4.0 otrs/var/httpd/htdocs/js/thirdparty/fullcalendar-scheduler-1.6.2/scheduler.min.js otrs/var/httpd/htdocs/js/thirdparty/jquery-3.2.1/jquery.js otrs/var/httpd/htdocs/js/thirdparty/jquery-browser-detection/jquery-browser-detection.js -otrs/var/httpd/htdocs/js/thirdparty/jquery-jstree-3.3.4/jquery.jstree.js +otrs/var/httpd/htdocs/js/thirdparty/jquery-jstree-3.3.7/jquery.jstree.js otrs/var/httpd/htdocs/js/thirdparty/jquery-migrate-3.0.0/jquery-migrate.js otrs/var/httpd/htdocs/js/thirdparty/jquery-pubsub/pubsub.js otrs/var/httpd/htdocs/js/thirdparty/jquery-tablesorter-2.28.14/jquery.tablesorter.js @@ -2985,6 +3001,7 @@ otrs/var/httpd/htdocs/js/thirdparty/nvd3-1.7.1/nvd3.mi otrs/var/httpd/htdocs/js/thirdparty/qunit-2.3.3/qunit.css otrs/var/httpd/htdocs/js/thirdparty/qunit-2.3.3/qunit.js otrs/var/httpd/htdocs/js/thirdparty/spectrum-1.8.0/spectrum.js +otrs/var/httpd/htdocs/robots.txt otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.ACL.css otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.CloudServices.css otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.CommunicationLog.css