Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2021 23:12:25 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7222a721a233 - main - - www/sogo: update to 5.1.0
Message-ID:  <202105192312.14JNCPvm047954@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7222a721a2336ae231b3c039eff6f9fa5815018e

commit 7222a721a2336ae231b3c039eff6f9fa5815018e
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2021-05-19 23:09:10 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2021-05-19 23:12:08 +0000

    - www/sogo: update to 5.1.0
    
    ChangeLog at:   https://github.com/inverse-inc/sogo/blob/master/CHANGELOG.md#changelog
---
 www/sogo/Makefile                                   |  3 +--
 www/sogo/distinfo                                   |  6 +++---
 ...-UI-MailPartViewers_UIxMailPartEncryptedViewer.m |  6 +++---
 ...tch-UI-MailPartViewers_UIxMailPartSignedViewer.m |  6 +++---
 www/sogo/pkg-plist                                  | 21 +++++++++++++++++++--
 5 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/www/sogo/Makefile b/www/sogo/Makefile
index 98c113e0c0d3..6560d58d2a57 100644
--- a/www/sogo/Makefile
+++ b/www/sogo/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=		sogo
-PORTVERSION=		5.0.1
-PORTREVISION=		1
+PORTVERSION=		5.1.0
 CATEGORIES=		www gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOGo-${PORTVERSION}
diff --git a/www/sogo/distinfo b/www/sogo/distinfo
index 84c5f798ab9e..0ec31ae229f0 100644
--- a/www/sogo/distinfo
+++ b/www/sogo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606284903
-SHA256 (SOGo-5.0.1.tar.gz) = e2af4b0b1642dc6094043360bb4b3f3a653d63029139d5c41ed0585ac1b944ed
-SIZE (SOGo-5.0.1.tar.gz) = 34678734
+TIMESTAMP = 1618551643
+SHA256 (SOGo-5.1.0.tar.gz) = dd4780be9aaa4c197e4c489c7a13280401c11fc4483b0a5da505cb6c8f1f5ca3
+SIZE (SOGo-5.1.0.tar.gz) = 34365333
diff --git a/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m b/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m
index af912631dc0f..1df888b66082 100644
--- a/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m
+++ b/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m
@@ -1,5 +1,5 @@
---- UI/MailPartViewers/UIxMailPartEncryptedViewer.m	2019-12-09 16:41:38.841316000 -0500
-+++ UI/MailPartViewers/UIxMailPartEncryptedViewer.m	2019-12-09 16:42:17.792368000 -0500
+--- UI/MailPartViewers/UIxMailPartEncryptedViewer.m	2021-04-16 15:59:27.205138000 -0500
++++ UI/MailPartViewers/UIxMailPartEncryptedViewer.m	2021-04-16 16:00:12.779722000 -0500
 @@ -171,13 +171,13 @@
        if (err)
          {
@@ -9,7 +9,7 @@
  	  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 : @"Digital signature is not valid"]] retain];
  #elif OPENSSL_VERSION_NUMBER < 0x10100000L
 -          const char* sslError;
 +          NSString* sslError;
diff --git a/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m b/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m
index 507a2be2ec9c..0f70db51f822 100644
--- a/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m
+++ b/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m
@@ -1,5 +1,5 @@
---- UI/MailPartViewers/UIxMailPartSignedViewer.m	2018-10-23 14:22:36.000000000 -0500
-+++ UI/MailPartViewers/UIxMailPartSignedViewer.m	2018-11-06 13:02:05.090224000 -0500
+--- UI/MailPartViewers/UIxMailPartSignedViewer.m	2021-03-30 21:00:31.000000000 -0500
++++ UI/MailPartViewers/UIxMailPartSignedViewer.m	2021-04-16 16:02:22.004059000 -0500
 @@ -169,13 +169,13 @@
        if (err)
          {
@@ -9,7 +9,7 @@
  	  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 : @"Digital signature is not valid"]] retain];
  #elif OPENSSL_VERSION_NUMBER < 0x10100000L
 -          const char* sslError;
 +          NSString* sslError;
diff --git a/www/sogo/pkg-plist b/www/sogo/pkg-plist
index 3ad55f97cd1e..940f5e525bba 100644
--- a/www/sogo/pkg-plist
+++ b/www/sogo/pkg-plist
@@ -308,6 +308,7 @@ GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Noronha.ics
 GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Beulah.ics
 GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Center.ics
 GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/New_Salem.ics
+GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nuuk.ics
 GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Ojinaga.ics
 GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Panama.ics
 GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Pangnirtung.ics
@@ -736,8 +737,8 @@ GNUstep/Local/Library/Libraries/sogo/libSOGo.so
 GNUstep/Local/Library/Libraries/sogo/libSOGo.so.5
 GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%%
 GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so
-GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.0
-GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.0.0
+GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.1
+GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.%%VERSION%%
 GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs
 GNUstep/Local/Library/OCSTypeModels/appointment.ocs
 GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs
@@ -778,6 +779,7 @@ GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Portuguese.lproj/Loca
 GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Romanian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@@ -823,6 +825,7 @@ GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Portuguese.lproj/Localiza
 GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Romanian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Russian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovenian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@@ -865,6 +868,7 @@ GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Portuguese.lproj/Localizable.
 GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Romanian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Russian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@@ -908,6 +912,7 @@ GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Portuguese.lproj/Localizable.
 GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Romanian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Russian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovenian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@@ -950,6 +955,7 @@ GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Portuguese.lproj/Localizabl
 GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Romanian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Russian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@@ -993,6 +999,7 @@ GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Portuguese.lproj/Local
 GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Romanian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovenian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@@ -1148,6 +1155,10 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMai
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.wod
+GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.html
+GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.wod
+GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.html
+GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.wod
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.wod
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html
@@ -1183,6 +1194,7 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMai
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@@ -1225,6 +1237,7 @@ GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Portuguese.lproj/Localizable.
 GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Romanian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Russian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@@ -1311,6 +1324,8 @@ GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile-oracle.sql
 GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile.sql
 GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Locale
 GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SerbianLatin.lproj/Locale
+GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Locale
 GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Locale
@@ -1361,6 +1376,7 @@ GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Portuguese.lproj/Localiz
 GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Romanian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@@ -1403,6 +1419,7 @@ GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Portuguese.lproj/Localizab
 GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Romanian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovak.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
 GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105192312.14JNCPvm047954>