Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2019 13:48:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492215 - head/science/cgribex
Message-ID:  <201902051348.x15DmPA8005054@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb  5 13:48:25 2019
New Revision: 492215
URL: https://svnweb.freebsd.org/changeset/ports/492215

Log:
  Update to 1.9.0
  
  - Update MASTER_SITES
  - Update WWW
  
  1.9.0:
  - gribZip: remove large file support
  - store Decimal scale factor to int16 (bug fix)
  - bug fix for large grib records
  - Added CALENDAR_GREGORIAN
  
  1.8.1:
  - Skip GridDataSection if not available
  - Changed boolean ints to stdbool
  - file_fill_buffer: set offset (bug fix) [patch from Harald Anlauf]
  
  1.8.0:
  - Fix unreliable rounding
  
  1.7.6:
  - Added support for GRIB level type 210
  - gribReadSize/gribGetSize: changed type of  return value to size_t
  - Removed libaec specific calls

Modified:
  head/science/cgribex/Makefile
  head/science/cgribex/distinfo
  head/science/cgribex/pkg-descr

Modified: head/science/cgribex/Makefile
==============================================================================
--- head/science/cgribex/Makefile	Tue Feb  5 13:48:20 2019	(r492214)
+++ head/science/cgribex/Makefile	Tue Feb  5 13:48:25 2019	(r492215)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	cgribex
-PORTVERSION=	1.7.5
+PORTVERSION=	1.9.0
 CATEGORIES=	science
-MASTER_SITES=	https://code.zmaw.de/attachments/download/12689/ \
+MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/15629/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -16,11 +16,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 OPTIONS_DEFINE=	GRIB_API JASPER SZIP
 OPTIONS_DEFAULT=JASPER SZIP
 
+USES=		libtool
+
 CPPFLAGS+=	-DgFortran
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-USES=		libtool
 
 GRIB_API_CONFIGURE_OFF=	--without-grib_api
 GRIB_API_CONFIGURE_ON=	--with-grib_api=${LOCALBASE}

Modified: head/science/cgribex/distinfo
==============================================================================
--- head/science/cgribex/distinfo	Tue Feb  5 13:48:20 2019	(r492214)
+++ head/science/cgribex/distinfo	Tue Feb  5 13:48:25 2019	(r492215)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479442282
-SHA256 (cgribex-1.7.5.tar.gz) = abad7ebf65d7bb764c42fad498f17a811486f2c5db943bfbd3c6a2e24cd6707d
-SIZE (cgribex-1.7.5.tar.gz) = 599151
+TIMESTAMP = 1549368072
+SHA256 (cgribex-1.9.0.tar.gz) = 5e6020f01c1f1f3fcf49064a512e1203b60ac7c3cb6a3cf97edb0092c72bddda
+SIZE (cgribex-1.9.0.tar.gz) = 596399

Modified: head/science/cgribex/pkg-descr
==============================================================================
--- head/science/cgribex/pkg-descr	Tue Feb  5 13:48:20 2019	(r492214)
+++ head/science/cgribex/pkg-descr	Tue Feb  5 13:48:25 2019	(r492215)
@@ -8,4 +8,4 @@ CGRIBEX is a lightweight version of GRIBEX written in 
 Fortran interface. For best compatibility some of the C sources were converted
 from the Fortran GRIBEX version.
 
-WWW: https://code.zmaw.de/projects/cgribex
+WWW: https://code.mpimet.mpg.de/projects/cgribex



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