aboutsummaryrefslogtreecommitdiff
path: root/science/cgribex
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-05 13:48:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-05 13:48:25 +0000
commitb2002314e82fbb08a813ecbfcffc16528834952b (patch)
treec86e45df396921c809527571e855393bf0dc6ca8 /science/cgribex
parentba8a8ecb4958e8fdb71353bffe48e9317436742e (diff)
downloadports-b2002314e82fbb08a813ecbfcffc16528834952b.tar.gz
ports-b2002314e82fbb08a813ecbfcffc16528834952b.zip
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
Notes
Notes: svn path=/head/; revision=492215
Diffstat (limited to 'science/cgribex')
-rw-r--r--science/cgribex/Makefile7
-rw-r--r--science/cgribex/distinfo6
-rw-r--r--science/cgribex/pkg-descr2
3 files changed, 8 insertions, 7 deletions
diff --git a/science/cgribex/Makefile b/science/cgribex/Makefile
index 4babe7626983..3131838e892c 100644
--- a/science/cgribex/Makefile
+++ b/science/cgribex/Makefile
@@ -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}
diff --git a/science/cgribex/distinfo b/science/cgribex/distinfo
index 315247f44e7c..b33ec5dba0c2 100644
--- a/science/cgribex/distinfo
+++ b/science/cgribex/distinfo
@@ -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
diff --git a/science/cgribex/pkg-descr b/science/cgribex/pkg-descr
index 7a3a4b249aa1..07f1036a18df 100644
--- a/science/cgribex/pkg-descr
+++ b/science/cgribex/pkg-descr
@@ -8,4 +8,4 @@ CGRIBEX is a lightweight version of GRIBEX written in ANSI C with a portable
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