From nobody Wed Dec 22 00:40:02 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 437BB190E663; Wed, 22 Dec 2021 00:40:03 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JJZGp6xJCz4YB8; Wed, 22 Dec 2021 00:40:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE1C013C4D; Wed, 22 Dec 2021 00:40:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BM0e2oF032740; Wed, 22 Dec 2021 00:40:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BM0e2Z3032736; Wed, 22 Dec 2021 00:40:02 GMT (envelope-from git) Date: Wed, 22 Dec 2021 00:40:02 GMT Message-Id: <202112220040.1BM0e2Z3032736@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jose Alonso Cardenas Marquez Subject: git: 8d0d2600e5b7 - main - www/sogo: update to 5.4.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: acm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8d0d2600e5b785928251b7f113004c486940af79 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640133603; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tFkwu0HurAjgsRP6aG+6cKInTxqnu7rs9o971FdHc5s=; b=nJw0JIt15SgehXsfj9HOM90awq+atP2Fu0iaa22cUHrf43ktujct6ksEHbv5ayhCt3mxDb k6e1javjBCI/NROof7BNjGJeKJSmqDnVf+RB4r2zFSUDOOsRytf6FDEuzq55KNz+h0X1fJ aw6BWrCoQRd+w1tkPJf7+uYbmNRWiyrEeqY1r7N2MJRq/T7/jbAS0JULGlhHef3aq4Ld+s 56zhp9xruA5Fyjkn+Fkc4MErAuem99j3EThWv9mwanLXtILEkjvLlHrulYE0h4wmsEqOXe f0xBEVr9a7A3xJBZqQhfj4/fwCBMJyfjdX3fcIeopVEO95EHRzBVnpZlBjH2pQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640133603; a=rsa-sha256; cv=none; b=FCaBYedtoFOsvlBYjZtG0bdAZSXrUxt8PXGF0Ct7IQYlNVT+IhOQHawa42W4uq3AJhsHrQ Ug04qcIjp6XWECFwqaGGKwziMrcpt+aZU1Au1WsJlsLB2UgxxNPo4Iw/WktGnwl6l2+Fes c551m4cvYxkKrQKyTw5FaM6Xh9MsXsO+stV/bZM9kVlnloLxuuPcXIZ70MbbJzrH8UhaiJ HoYzSMHa9ntOfwJSoPTdY9G8H8cYPKdh3qpF/O7b0ZpLyXyRmYQGmfmzxYo06CTroPqNuB ZFmRl1tigkYFZg3sc2yoqqekyrb1x0n855ma9nDb6OB1xukqbFaZoNJPByF8WA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d0d2600e5b785928251b7f113004c486940af79 commit 8d0d2600e5b785928251b7f113004c486940af79 Author: Jose Alonso Cardenas Marquez AuthorDate: 2021-12-22 00:36:35 +0000 Commit: Jose Alonso Cardenas Marquez CommitDate: 2021-12-22 00:36:35 +0000 www/sogo: update to 5.4.0 ChangeLog at: https://github.com/inverse-inc/sogo/releases/tag/SOGo-5.4.0 --- devel/sope/Makefile | 2 +- devel/sope/distinfo | 6 +++--- www/sogo/Makefile | 2 +- www/sogo/distinfo | 6 +++--- www/sogo/pkg-plist | 4 +++- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/devel/sope/Makefile b/devel/sope/Makefile index 8b7c52ae4641..8b9edecab86a 100644 --- a/devel/sope/Makefile +++ b/devel/sope/Makefile @@ -1,5 +1,5 @@ PORTNAME= sope -PORTVERSION= 5.3.0 +PORTVERSION= 5.4.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 b46542c2d6ea..54127445943c 100644 --- a/devel/sope/distinfo +++ b/devel/sope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638835578 -SHA256 (SOPE-5.3.0.tar.gz) = 3d7a916359f698be46fa092746ce137569dde6dbc7d408a561ff371f9a080c4c -SIZE (SOPE-5.3.0.tar.gz) = 2296670 +TIMESTAMP = 1640124583 +SHA256 (SOPE-5.4.0.tar.gz) = 4253328eb9595b00ca5e5d61c03358be21cdb36a69b354b3d79279d4327720b8 +SIZE (SOPE-5.4.0.tar.gz) = 2296898 diff --git a/www/sogo/Makefile b/www/sogo/Makefile index bf0841752435..118ecb2372c5 100644 --- a/www/sogo/Makefile +++ b/www/sogo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sogo -PORTVERSION= 5.3.0 +PORTVERSION= 5.4.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 bfb10e2fe50f..6005a0856880 100644 --- a/www/sogo/distinfo +++ b/www/sogo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638836678 -SHA256 (SOGo-5.3.0.tar.gz) = a3363cc797281a323c7e0bd136b8c56f53e8c47265aeb9a2953c86e2756bf648 -SIZE (SOGo-5.3.0.tar.gz) = 34532302 +TIMESTAMP = 1640124769 +SHA256 (SOGo-5.4.0.tar.gz) = e85b4a2bd51606f568d650155c4ac732834dba46d3b6b90bb257df90742ba6a5 +SIZE (SOGo-5.4.0.tar.gz) = 34552525 diff --git a/www/sogo/pkg-plist b/www/sogo/pkg-plist index 7edc691615a0..76162d2d3a97 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.3 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.4 GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.%%VERSION%% GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs GNUstep/Local/Library/OCSTypeModels/appointment.ocs @@ -1856,6 +1856,8 @@ GNUstep/Local/Library/SOGo/WebServerResources/img/certificate.svg GNUstep/Local/Library/SOGo/WebServerResources/img/felt-transp.png GNUstep/Local/Library/SOGo/WebServerResources/img/ic_person_grey_24px.svg GNUstep/Local/Library/SOGo/WebServerResources/img/inverse.png +GNUstep/Local/Library/SOGo/WebServerResources/img/mark_email_read.svg +GNUstep/Local/Library/SOGo/WebServerResources/img/mark_email_unread.svg GNUstep/Local/Library/SOGo/WebServerResources/img/sogo-compact.svg GNUstep/Local/Library/SOGo/WebServerResources/img/sogo-full.svg GNUstep/Local/Library/SOGo/WebServerResources/img/sogo-logo.png