Index: head/science/grib_api/Makefile =================================================================== --- head/science/grib_api/Makefile (revision 479118) +++ head/science/grib_api/Makefile (revision 479119) @@ -1,40 +1,40 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= grib_api -PORTVERSION= 1.26.1 +PORTVERSION= 1.27.0 DISTVERSIONSUFFIX= -Source CATEGORIES= science -MASTER_SITES= https://software.ecmwf.int/wiki/download/attachments/3473437/ \ +MASTER_SITES= https://confluence.ecmwf.int/download/attachments/3473437/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= ECMWF API for WMO FM-92 GRIB messages LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnetcdf.so:science/netcdf \ libpng.so:graphics/png OPTIONS_SINGLE= JPEG OPTIONS_SINGLE_JPEG= JASPER OPENJPEG OPTIONS_DEFAULT=OPENJPEG PORTSCOUT= site:https://software.ecmwf.int/wiki/display/GRIB/Releases CONFIGURE_ARGS= --enable-pthread --with-netcdf=${LOCALBASE} --with-png-support GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool pathfix JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper OPENJPEG_CONFIGURE_ON= --with-openjpeg=${LOCALBASE} OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 post-install: ${INSTALL_SCRIPT} ${WRKSRC}/tools/grib1to2 ${STAGEDIR}${PREFIX}/bin/grib1to2 .include Index: head/science/grib_api/distinfo =================================================================== --- head/science/grib_api/distinfo (revision 479118) +++ head/science/grib_api/distinfo (revision 479119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526403307 -SHA256 (grib_api-1.26.1-Source.tar.gz) = da354b96ae5ac54aa8df0b25f67cce12ef6a4cf605325fe5fca8064152bf2aec -SIZE (grib_api-1.26.1-Source.tar.gz) = 4859161 +TIMESTAMP = 1536253569 +SHA256 (grib_api-1.27.0-Source.tar.gz) = adf54b649da4eb25aee8eb9a8f9fa2de3f0ea318c597be056cbb7c28535fa6ef +SIZE (grib_api-1.27.0-Source.tar.gz) = 4893328 Index: head/science/grib_api/pkg-descr =================================================================== --- head/science/grib_api/pkg-descr (revision 479118) +++ head/science/grib_api/pkg-descr (revision 479119) @@ -1,6 +1,6 @@ The ECMWF GRIB API is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages. A useful set of command line tools is also provided to give quick access to GRIB messages. -WWW: https://software.ecmwf.int/wiki/display/GRIB +WWW: https://confluence.ecmwf.int/display/GRIB