1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

science/cdo: Update to 2.0.2

Changes:	https://code.mpimet.mpg.de/projects/cdo/news
This commit is contained in:
Po-Chuan Hsieh 2022-01-12 01:13:00 +08:00
parent 831575daba
commit 6096533322
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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)