Date: Mon, 5 Nov 2018 04:49:34 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484169 - in head/www/sogo4: . files Message-ID: <201811050449.wA54nYBK004582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Mon Nov 5 04:49:34 2018 New Revision: 484169 URL: https://svnweb.freebsd.org/changeset/ports/484169 Log: - Update to 4.0.4 Added: head/www/sogo4/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m (contents, props changed) Modified: head/www/sogo4/Makefile head/www/sogo4/distinfo head/www/sogo4/pkg-plist Modified: head/www/sogo4/Makefile ============================================================================== --- head/www/sogo4/Makefile Mon Nov 5 04:47:48 2018 (r484168) +++ head/www/sogo4/Makefile Mon Nov 5 04:49:34 2018 (r484169) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sogo4 -PORTVERSION= 4.0.2 -PORTREVISION= 1 +PORTVERSION= 4.0.4 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} Modified: head/www/sogo4/distinfo ============================================================================== --- head/www/sogo4/distinfo Mon Nov 5 04:47:48 2018 (r484168) +++ head/www/sogo4/distinfo Mon Nov 5 04:49:34 2018 (r484169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535350176 -SHA256 (SOGo-4.0.2.tar.gz) = 35ef20216ff1758a593bed69d8e8e25d23e982a970bf23a3bb2f856f2e5d2f9f -SIZE (SOGo-4.0.2.tar.gz) = 34492199 +TIMESTAMP = 1540838314 +SHA256 (SOGo-4.0.4.tar.gz) = 8e3eb750810244c88a4d20127db6987a1cc42845f716964e1d360038c1e26256 +SIZE (SOGo-4.0.4.tar.gz) = 34503771 Added: head/www/sogo4/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo4/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m Mon Nov 5 04:49:34 2018 (r484169) @@ -0,0 +1,21 @@ +--- UI/MailPartViewers/UIxMailPartSignedViewer.m 2018-11-04 23:25:20.140369000 -0500 ++++ UI/MailPartViewers/UIxMailPartSignedViewer.m 2018-11-04 23:28:00.684899000 -0500 +@@ -173,15 +173,15 @@ + ERR_load_crypto_strings(); + SSL_load_error_strings(); + sslError = ERR_reason_error_string(err); +- validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : @"No error information available"]] retain]; ++ validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : "No error information available"]] retain]; + #elif OPENSSL_VERSION_NUMBER < 0x10100000L + const char* sslError; + ERR_load_crypto_strings(); + SSL_load_error_strings(); + sslError = ERR_reason_error_string(err); +- validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : @"No error information available"]] retain]; ++ validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : "No error information available"]] retain]; + #else +- validationMessage = [[self labelForKey: @"No error information available"] retain]; ++ validationMessage = [[self labelForKey: "No error information available"] retain]; + #endif /* HAVE_GNUTLS */ + } + } Modified: head/www/sogo4/pkg-plist ============================================================================== --- head/www/sogo4/pkg-plist Mon Nov 5 04:47:48 2018 (r484168) +++ head/www/sogo4/pkg-plist Mon Nov 5 04:49:34 2018 (r484169) @@ -1838,6 +1838,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendo GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/pl.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/pt-br.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/pt.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/ro.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/ru.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sk.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sl.js @@ -1853,6 +1854,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendo GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/LICENSE.md GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/README.md GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/dialogs/base64image.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/clipboard/dialogs/paste.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.css GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/dialog/dialogDefinition.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811050449.wA54nYBK004582>