git: 60965333221b - main - science/cdo: Update to 2.0.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 11 Jan 2022 18:53:28 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=60965333221bf1f45adf8567a8a3651ede64b2ca

commit 60965333221bf1f45adf8567a8a3651ede64b2ca
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:13:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:44:04 +0000

    science/cdo: Update to 2.0.2
    
    Changes:        https://code.mpimet.mpg.de/projects/cdo/news
---
 science/cdo/Makefile                        | 4 ++--
 science/cdo/distinfo                        | 6 +++---
 science/cdo/files/patch-libcdi-src-cdilib.c | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/science/cdo/Makefile b/science/cdo/Makefile
index b30945634862..e7c951848eaf 100644
--- a/science/cdo/Makefile
+++ b/science/cdo/Makefile
@@ -1,9 +1,9 @@
 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
 
 PORTNAME=	cdo
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.2
 CATEGORIES=	science
-MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/26370/ \
+MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/26654/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/science/cdo/distinfo b/science/cdo/distinfo
index 976646ac1f59..770a9b9a4aaa 100644
--- a/science/cdo/distinfo
+++ b/science/cdo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636145198
-SHA256 (cdo-2.0.0.tar.gz) = 6bca54e9d69d8c1f072f1996547b7347a65743d15ba751967e9bb16e0ff7a843
-SIZE (cdo-2.0.0.tar.gz) = 11692438
+TIMESTAMP = 1641045816
+SHA256 (cdo-2.0.2.tar.gz) = 34dfdd0d4126cfd35fc69e37e60901c8622d13ec5b3fa5f0fe6a1cc866cc5a70
+SIZE (cdo-2.0.2.tar.gz) = 11712192
diff --git a/science/cdo/files/patch-libcdi-src-cdilib.c b/science/cdo/files/patch-libcdi-src-cdilib.c
index 34b98f218273..7f34ce787544 100644
--- a/science/cdo/files/patch-libcdi-src-cdilib.c
+++ b/science/cdo/files/patch-libcdi-src-cdilib.c
@@ -1,6 +1,6 @@
---- libcdi/src/cdilib.c.orig	2020-02-22 18:32:17 UTC
+--- libcdi/src/cdilib.c.orig	2021-06-05 06:43:11 UTC
 +++ libcdi/src/cdilib.c
-@@ -34056,11 +34056,13 @@ static pthread_mutex_t namespaceMutex;
+@@ -33941,11 +33941,13 @@ static pthread_mutex_t namespaceMutex;
  static void
  namespaceInitialize(void)
  {
@@ -14,7 +14,7 @@
  }
  
  #  define NAMESPACE_LOCK()         pthread_mutex_lock(&namespaceMutex)
-@@ -34516,12 +34518,14 @@ static
+@@ -34401,12 +34403,14 @@ static
  void listInitialize ( void )
  {
  #if  defined  (HAVE_LIBPTHREAD)