aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-12-07 00:43:35 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-12-07 00:45:15 +0000
commit7539e33f88ff0e571a43f07e0ff3da04e35ce0ec (patch)
tree0fdc2397728079058398f7cf5db49d665380d66f
parent1a560842ac5a1301b13dd005c2100c2cf883d3db (diff)
downloadports-7539e33f88ff0e571a43f07e0ff3da04e35ce0ec.tar.gz
ports-7539e33f88ff0e571a43f07e0ff3da04e35ce0ec.zip
www/sogo: update to 5.3.0
-rw-r--r--devel/sope/Makefile2
-rw-r--r--devel/sope/distinfo6
-rw-r--r--www/sogo/Makefile2
-rw-r--r--www/sogo/distinfo6
-rw-r--r--www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m18
-rw-r--r--www/sogo/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m18
-rw-r--r--www/sogo/pkg-plist2
7 files changed, 9 insertions, 45 deletions
diff --git a/devel/sope/Makefile b/devel/sope/Makefile
index b77d5f509ee3..8b7c52ae4641 100644
--- a/devel/sope/Makefile
+++ b/devel/sope/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sope
-PORTVERSION= 5.2.0
+PORTVERSION= 5.3.0
CATEGORIES= devel gnustep
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
DISTNAME= SOPE-${PORTVERSION}
diff --git a/devel/sope/distinfo b/devel/sope/distinfo
index a7e4aa196639..b46542c2d6ea 100644
--- a/devel/sope/distinfo
+++ b/devel/sope/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629521126
-SHA256 (SOPE-5.2.0.tar.gz) = 21b9c571b5c348e655490b37d2b355b7f1b1e40cbb8b709e560951503aff94fb
-SIZE (SOPE-5.2.0.tar.gz) = 2295686
+TIMESTAMP = 1638835578
+SHA256 (SOPE-5.3.0.tar.gz) = 3d7a916359f698be46fa092746ce137569dde6dbc7d408a561ff371f9a080c4c
+SIZE (SOPE-5.3.0.tar.gz) = 2296670
diff --git a/www/sogo/Makefile b/www/sogo/Makefile
index 48a05e982d54..bf0841752435 100644
--- a/www/sogo/Makefile
+++ b/www/sogo/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sogo
-PORTVERSION= 5.2.0
+PORTVERSION= 5.3.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 d5abe2cdd7a2..bfb10e2fe50f 100644
--- a/www/sogo/distinfo
+++ b/www/sogo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629521447
-SHA256 (SOGo-5.2.0.tar.gz) = 6f738f7f55ec24eba838cd2fee8f3b136d67cd56afd660113c863daa0fb2333a
-SIZE (SOGo-5.2.0.tar.gz) = 34542376
+TIMESTAMP = 1638836678
+SHA256 (SOGo-5.3.0.tar.gz) = a3363cc797281a323c7e0bd136b8c56f53e8c47265aeb9a2953c86e2756bf648
+SIZE (SOGo-5.3.0.tar.gz) = 34532302
diff --git a/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m b/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m
deleted file mode 100644
index 1df888b66082..000000000000
--- a/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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)
- {
- #ifdef HAVE_GNUTLS
-- const char* sslError;
-+ NSString* sslError;
- ERR_load_crypto_strings();
- SSL_load_error_strings();
- sslError = ERR_reason_error_string(err);
- validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : @"Digital signature is not valid"]] retain];
- #elif OPENSSL_VERSION_NUMBER < 0x10100000L
-- const char* sslError;
-+ NSString* sslError;
- ERR_load_crypto_strings();
- SSL_load_error_strings();
- sslError = ERR_reason_error_string(err);
diff --git a/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m b/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m
deleted file mode 100644
index 0f70db51f822..000000000000
--- a/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartSignedViewer.m
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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)
- {
- #ifdef HAVE_GNUTLS
-- const char* sslError;
-+ NSString* sslError;
- ERR_load_crypto_strings();
- SSL_load_error_strings();
- sslError = ERR_reason_error_string(err);
- validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : @"Digital signature is not valid"]] retain];
- #elif OPENSSL_VERSION_NUMBER < 0x10100000L
-- const char* sslError;
-+ NSString* sslError;
- ERR_load_crypto_strings();
- SSL_load_error_strings();
- sslError = ERR_reason_error_string(err);
diff --git a/www/sogo/pkg-plist b/www/sogo/pkg-plist
index e72022e1327f..7edc691615a0 100644
--- a/www/sogo/pkg-plist
+++ b/www/sogo/pkg-plist
@@ -737,7 +737,7 @@ 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.2
+GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.3
GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.%%VERSION%%
GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs
GNUstep/Local/Library/OCSTypeModels/appointment.ocs