From owner-dev-commits-ports-all@freebsd.org Mon Jun 14 22:16:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C061F6567E7; Mon, 14 Jun 2021 22:16:05 +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 4G3m4P4n86z3L5p; Mon, 14 Jun 2021 22:16:05 +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 8D01A1C8EB; Mon, 14 Jun 2021 22:16:05 +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 15EMG5u2021602; Mon, 14 Jun 2021 22:16:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EMG5cG021601; Mon, 14 Jun 2021 22:16:05 GMT (envelope-from git) Date: Mon, 14 Jun 2021 22:16:05 GMT Message-Id: <202106142216.15EMG5cG021601@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: 03a68268bc80 - main - devel/sope2: www/sogo2: Update to 2.4.1 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: 03a68268bc802e35d2f45c2d5c9cb5566f9aa9db Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 22:16:05 -0000 The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=03a68268bc802e35d2f45c2d5c9cb5566f9aa9db commit 03a68268bc802e35d2f45c2d5c9cb5566f9aa9db Author: Jose Alonso Cardenas Marquez AuthorDate: 2021-06-14 22:10:27 +0000 Commit: Jose Alonso Cardenas Marquez CommitDate: 2021-06-14 22:15:42 +0000 devel/sope2: www/sogo2: Update to 2.4.1 Security: 69815a1d-c31d-11eb-9633-b42e99a1b9c3 --- devel/sope2/Makefile | 2 +- devel/sope2/distinfo | 6 +++--- www/sogo2/Makefile | 2 +- www/sogo2/distinfo | 6 +++--- www/sogo2/pkg-plist | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index 2d190b3600ae..13f06e331539 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -1,7 +1,7 @@ # Created by: Euan Thoms PORTNAME= sope2 -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} diff --git a/devel/sope2/distinfo b/devel/sope2/distinfo index 8e8b0916b51b..f4403d01d1d7 100644 --- a/devel/sope2/distinfo +++ b/devel/sope2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618609729 -SHA256 (SOPE-2.4.0.tar.gz) = 0ab9308df8d2c8c154fe64a6be1c46d076fc96f57f11d684710c544dd6d64697 -SIZE (SOPE-2.4.0.tar.gz) = 2295445 +TIMESTAMP = 1622685595 +SHA256 (SOPE-2.4.1.tar.gz) = 5e5d37ce728229c4f83862852ac891236f39a51ea3741be03e75baa06e099794 +SIZE (SOPE-2.4.1.tar.gz) = 2295401 diff --git a/www/sogo2/Makefile b/www/sogo2/Makefile index 61fcba685058..474ba8aa1453 100644 --- a/www/sogo2/Makefile +++ b/www/sogo2/Makefile @@ -1,7 +1,7 @@ # Created by: Euan Thoms PORTNAME= sogo2 -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} diff --git a/www/sogo2/distinfo b/www/sogo2/distinfo index 4123f8e486c9..380471438666 100644 --- a/www/sogo2/distinfo +++ b/www/sogo2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618538711 -SHA256 (SOGo-2.4.0.tar.gz) = 1149d9ea40850073b376379ce7c4b57179f5eeff01cb78376b142216906cc6d3 -SIZE (SOGo-2.4.0.tar.gz) = 12566252 +TIMESTAMP = 1623699322 +SHA256 (SOGo-2.4.1.tar.gz) = 257123c13c3c9e612f8663547ae3b9c5f47c528b140aa64167dee8241e78afcf +SIZE (SOGo-2.4.1.tar.gz) = 12345711 diff --git a/www/sogo2/pkg-plist b/www/sogo2/pkg-plist index 2d76a1cc8159..439915305497 100644 --- a/www/sogo2/pkg-plist +++ b/www/sogo2/pkg-plist @@ -571,8 +571,8 @@ GNUstep/Local/Library/Libraries/sogo/libSOGo.so GNUstep/Local/Library/Libraries/sogo/libSOGo.so.2 GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%% GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.2.3 -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.2.3.0 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.2.4 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.2.4.0 GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs GNUstep/Local/Library/OCSTypeModels/appointment.ocs GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs