svn commit: r437854 - head/www/otrs

Kurt Jaeger pi at FreeBSD.org
Thu Apr 6 02:45:06 UTC 2017


Author: pi
Date: Thu Apr  6 02:45:05 2017
New Revision: 437854
URL: https://svnweb.freebsd.org/changeset/ports/437854

Log:
  www/otrs: update 5.0.14 -> 5.0.18
  
  - update of DBD::mysql to 4.0.42 broke otrs if using utf8
    see https://bugs.otrs.org/show_bug.cgi?id=12677
  
  PR:		218391
  Changes:	https://www.otrs.com/release-notes-otrs-5s-patch-level-15/
  		https://www.otrs.com/release-notes-otrs-5s-patch-level-16/
  		https://www.otrs.com/release-notes-otrs-5s-patch-level-17/
  		https://www.otrs.com/release-notes-otrs-5s-patch-level-18/
  Reported by:	topical at gmx.net
  Approved by:	Mikhail Tsatsenko <m.tsatsenko at gmail.com> (maintainer)

Modified:
  head/www/otrs/Makefile
  head/www/otrs/distinfo
  head/www/otrs/pkg-plist

Modified: head/www/otrs/Makefile
==============================================================================
--- head/www/otrs/Makefile	Thu Apr  6 02:10:00 2017	(r437853)
+++ head/www/otrs/Makefile	Thu Apr  6 02:45:05 2017	(r437854)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	otrs
-PORTVERSION=	5.0.14
+PORTVERSION=	5.0.18
 CATEGORIES=	www
 MASTER_SITES=	http://ftp.otrs.org/pub/otrs/ \
 		ftp://ftp.samurai.com/pub/otrs/ \

Modified: head/www/otrs/distinfo
==============================================================================
--- head/www/otrs/distinfo	Thu Apr  6 02:10:00 2017	(r437853)
+++ head/www/otrs/distinfo	Thu Apr  6 02:45:05 2017	(r437854)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479665863
-SHA256 (otrs-5.0.14.tar.bz2) = aaa5d3be55d69d665fef4a2c24c6c901afd338492ca7cfe278782a4041367019
-SIZE (otrs-5.0.14.tar.bz2) = 19350822
+TIMESTAMP = 1491412917
+SHA256 (otrs-5.0.18.tar.bz2) = 32d2a17996a882fb8965e52d92589be1a9a8fb1a15cd47689919e6d1302fe1b4
+SIZE (otrs-5.0.18.tar.bz2) = 20401943

Modified: head/www/otrs/pkg-plist
==============================================================================
--- head/www/otrs/pkg-plist	Thu Apr  6 02:10:00 2017	(r437853)
+++ head/www/otrs/pkg-plist	Thu Apr  6 02:45:05 2017	(r437854)
@@ -916,6 +916,7 @@ otrs/Kernel/System/SupportDataCollector/
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/FileSystemWritable.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/PackageDeployment.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/PackageList.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/SessionConfigSettings.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/SpoolMails.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/SystemID.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/DefaultType.pm
@@ -930,6 +931,7 @@ otrs/Kernel/System/SupportDataCollector/
 otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/MPMModel.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/Performance.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/EnvironmentVariables.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/InternalWebRequest.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Version.pm
 otrs/Kernel/System/SupportDataCollector/PluginAsynchronous.pm
 otrs/Kernel/System/SupportDataCollector/PluginAsynchronous/OTRS/ConcurrentUsers.pm
@@ -950,7 +952,7 @@ otrs/Kernel/System/Ticket/ArticleSearchI
 otrs/Kernel/System/Ticket/ArticleStorageDB.pm
 otrs/Kernel/System/Ticket/ArticleStorageFS.pm
 otrs/Kernel/System/Ticket/ColumnFilter.pm
-otrs/Kernel/System/Ticket/Custom.pm.example
+otrs/Kernel/System/Ticket/CustomExample.pm
 otrs/Kernel/System/Ticket/CustomerPermission/CustomerIDCheck.pm
 otrs/Kernel/System/Ticket/CustomerPermission/CustomerUserIDCheck.pm
 otrs/Kernel/System/Ticket/CustomerPermission/GroupCheck.pm


More information about the svn-ports-head mailing list