svn commit: r555271 - in head/science/eccodes: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 15 17:58:50 UTC 2020
Author: sunpoet
Date: Sun Nov 15 17:58:46 2020
New Revision: 555271
URL: https://svnweb.freebsd.org/changeset/ports/555271
Log:
Update to 2.19.0
Changes: https://confluence.ecmwf.int/display/ECC/Latest+news
Deleted:
head/science/eccodes/files/
Modified:
head/science/eccodes/Makefile
head/science/eccodes/distinfo
head/science/eccodes/pkg-plist
Modified: head/science/eccodes/Makefile
==============================================================================
--- head/science/eccodes/Makefile Sun Nov 15 17:58:41 2020 (r555270)
+++ head/science/eccodes/Makefile Sun Nov 15 17:58:46 2020 (r555271)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eccodes
-PORTVERSION= 2.18.0
+PORTVERSION= 2.19.0
DISTVERSIONSUFFIX= -Source
CATEGORIES= science
MASTER_SITES= https://confluence.ecmwf.int/download/attachments/45757960/ \
@@ -17,16 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libnetcdf.so:science/netcdf \
libpng.so:graphics/png
-CONFLICTS_INSTALL= grib_api
-
-OPTIONS_DEFINE= AEC
-OPTIONS_SINGLE= JPEG
-OPTIONS_SINGLE_JPEG= JASPER OPENJPEG
-OPTIONS_DEFAULT=OPENJPEG
-AEC_DESC= Adaptive Entropy Coding support
-
-PORTSCOUT= site:https://confluence.ecmwf.int/display/ECC/Releases
-
USES= cmake perl5 shebangfix
CMAKE_ARGS= -DBUILD_SHARED_LIBS=BOTH
@@ -47,7 +37,17 @@ CMAKE_ON= ECCODES_INSTALL_EXTRA_TOOLS \
USE_CSTD= c99
USE_LDCONFIG= yes
+CONFLICTS_INSTALL= grib_api
+
+PORTSCOUT= site:https://confluence.ecmwf.int/display/ECC/Releases
+
SHEBANG_FILES= tools/bufr_compare_dir
+
+OPTIONS_DEFINE= AEC
+OPTIONS_SINGLE= JPEG
+OPTIONS_SINGLE_JPEG= JASPER OPENJPEG
+OPTIONS_DEFAULT=OPENJPEG
+AEC_DESC= Adaptive Entropy Coding support
AEC_CMAKE_BOOL= ENABLE_AEC
AEC_LIB_DEPENDS= libaec.so:science/libaec
Modified: head/science/eccodes/distinfo
==============================================================================
--- head/science/eccodes/distinfo Sun Nov 15 17:58:41 2020 (r555270)
+++ head/science/eccodes/distinfo Sun Nov 15 17:58:46 2020 (r555271)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600177154
-SHA256 (eccodes-2.18.0-Source.tar.gz) = d88943df0f246843a1a062796edbf709ef911de7269648eef864be259e9704e3
-SIZE (eccodes-2.18.0-Source.tar.gz) = 11525701
+TIMESTAMP = 1605426355
+SHA256 (eccodes-2.19.0-Source.tar.gz) = a1d080aed1b17a9d4e3aecccc5a328c057830cd4d54f451f5498b80b24c46404
+SIZE (eccodes-2.19.0-Source.tar.gz) = 11532649
Modified: head/science/eccodes/pkg-plist
==============================================================================
--- head/science/eccodes/pkg-plist Sun Nov 15 17:58:41 2020 (r555270)
+++ head/science/eccodes/pkg-plist Sun Nov 15 17:58:46 2020 (r555271)
@@ -59,7 +59,6 @@ include/eccodes_windef.h
include/grib_api.h
lib/cmake/eccodes/eccodes-config-version.cmake
lib/cmake/eccodes/eccodes-config.cmake
-lib/cmake/eccodes/eccodes-config.cmake.tpls
lib/cmake/eccodes/eccodes-import.cmake
lib/cmake/eccodes/eccodes-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/eccodes/eccodes-targets.cmake
@@ -15341,6 +15340,9 @@ libdata/pkgconfig/eccodes.pc
%%DATADIR%%/definitions/grib2/localConcepts/ecmf/shortName.legacy.def
%%DATADIR%%/definitions/grib2/localConcepts/ecmf/units.def
%%DATADIR%%/definitions/grib2/localConcepts/ecmf/units.legacy.def
+%%DATADIR%%/definitions/grib2/localConcepts/ecmf/unstructuredGrid.def
+%%DATADIR%%/definitions/grib2/localConcepts/ecmf/unstructuredGridSubtype.def
+%%DATADIR%%/definitions/grib2/localConcepts/ecmf/unstructuredGridType.def
%%DATADIR%%/definitions/grib2/localConcepts/edzw/default_step_units.def
%%DATADIR%%/definitions/grib2/localConcepts/edzw/modelName.def
%%DATADIR%%/definitions/grib2/localConcepts/edzw/name.def
@@ -18696,7 +18698,13 @@ libdata/pkgconfig/eccodes.pc
%%DATADIR%%/definitions/grib2/tigge_parameter.def
%%DATADIR%%/definitions/grib2/tigge_short_name.def
%%DATADIR%%/definitions/grib2/tigge_suiteName.table
+%%DATADIR%%/definitions/grib2/typeOfLevelConcept.def
+%%DATADIR%%/definitions/grib2/typeOfUnstructuredGridConcept.def
%%DATADIR%%/definitions/grib2/units.def
+%%DATADIR%%/definitions/grib2/unstructuredGridConcept.def
+%%DATADIR%%/definitions/grib2/unstructuredGridSubtype.def
+%%DATADIR%%/definitions/grib2/unstructuredGridType.def
+%%DATADIR%%/definitions/grib2/unstructuredGridUUID.def
%%DATADIR%%/definitions/grib3/boot.def
%%DATADIR%%/definitions/grib3/centre.table
%%DATADIR%%/definitions/grib3/cfName.def
More information about the svn-ports-all
mailing list