Index: head/science/cgribex/Makefile =================================================================== --- head/science/cgribex/Makefile (revision 492214) +++ head/science/cgribex/Makefile (revision 492215) @@ -1,41 +1,42 @@ # Created by: Sunpoet Po-Chuan Hsieh # $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 COMMENT= Lightweight GRIBEX in C with portable Fortran interface LICENSE= GPLv2 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} GRIB_API_LIB_DEPENDS= libgrib_api.so:science/grib_api JASPER_CONFIGURE_OFF= --without-jasper JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper SZLIB_CONFIGURE_OFF= --without-szlib SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} SZIP_LIB_DEPENDS= libsz.so:science/szip post-configure: @${REINPLACE_CMD} -e 's|-Ino/include||; s|-Lno/lib||' ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so.0.0.0 .include Index: head/science/cgribex/distinfo =================================================================== --- head/science/cgribex/distinfo (revision 492214) +++ head/science/cgribex/distinfo (revision 492215) @@ -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 Index: head/science/cgribex/pkg-descr =================================================================== --- head/science/cgribex/pkg-descr (revision 492214) +++ head/science/cgribex/pkg-descr (revision 492215) @@ -1,11 +1,11 @@ GRIBEX is an interface for encoding and decoding WMO FM-92 GRIB edition 1 messages and some ancillary subroutines for controlling printing and debugging. The GRIBEX software was developed at the European Centre for Medium-range Weather Forecasts (ECMWF) and is part of the EMOS library. EMOS is mostly written in Fortran. Therefore it has only a Fortran interface. 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