Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2024 07:20:17 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4ca169608c5b - main - science/cgribex: Update to 2.0.0
Message-ID:  <202404100720.43A7KH16087496@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ca169608c5b68047bafdd94d5acc61f8c406329

commit 4ca169608c5b68047bafdd94d5acc61f8c406329
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-10 07:11:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-10 07:19:33 +0000

    science/cgribex: Update to 2.0.0
    
    - Update LICENSE
    
    Changes:
    
    2.0.0:
    - Changed to 3-clause BSD license
    - app/grib.c: fix timer bug
    - gridRead()/gribWrite(): change type of parameter buffer to void*
    
    1.9.5:
    - pbio: removed default buffer size of BUFSIZ, default is now set in fileOpen()
    - pbseek()/fileSetPos(): not initialized correctly (bug fix) [report: Harald
      Anlauf]
---
 science/cgribex/Makefile | 7 +++----
 science/cgribex/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/science/cgribex/Makefile b/science/cgribex/Makefile
index 5718f8eb2c4a..73489521a395 100644
--- a/science/cgribex/Makefile
+++ b/science/cgribex/Makefile
@@ -1,15 +1,14 @@
 PORTNAME=	cgribex
-PORTVERSION=	1.9.4
-PORTREVISION=	3
+PORTVERSION=	2.0.0
 CATEGORIES=	science
-MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/21178/ \
+MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/26325/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Lightweight GRIBEX in C with portable Fortran interface
 WWW=		https://code.mpimet.mpg.de/projects/cgribex
 
-LICENSE=	GPLv2
+LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		libtool
diff --git a/science/cgribex/distinfo b/science/cgribex/distinfo
index 2c092cab170b..113401fbec31 100644
--- a/science/cgribex/distinfo
+++ b/science/cgribex/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589487607
-SHA256 (cgribex-1.9.4.tar.gz) = e160272bccb9b7a5470940d1ffb34ca0080a134a95914f77dfc32aaf44605cf2
-SIZE (cgribex-1.9.4.tar.gz) = 625118
+TIMESTAMP = 1712644650
+SHA256 (cgribex-2.0.0.tar.gz) = 27619de2a9ce9bdbf4eba580e75e45e123f0c921abba1b81d619f2286b132cd2
+SIZE (cgribex-2.0.0.tar.gz) = 625469



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404100720.43A7KH16087496>