From owner-svn-ports-all@freebsd.org Sun Nov 15 17:58:50 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B3CD2EFCBA; Sun, 15 Nov 2020 17:58:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZ0Lw5sXsz4hGy; Sun, 15 Nov 2020 17:58:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 223EB1FE28; Sun, 15 Nov 2020 17:58:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AFHwlnD006250; Sun, 15 Nov 2020 17:58:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AFHwkKW006247; Sun, 15 Nov 2020 17:58:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011151758.0AFHwkKW006247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2020 17:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555271 - in head/science/eccodes: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/science/eccodes: . files X-SVN-Commit-Revision: 555271 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2020 17:58:50 -0000 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