From owner-svn-ports-all@freebsd.org Sat Feb 9 23:27:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A66414D19F9; Sat, 9 Feb 2019 23:27:29 +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) server-signature RSA-PSS (4096 bits) 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 08BA8874A9; Sat, 9 Feb 2019 23:27:29 +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 D53317C14; Sat, 9 Feb 2019 23:27:28 +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 x19NRSiI060765; Sat, 9 Feb 2019 23:27:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x19NRSv2060763; Sat, 9 Feb 2019 23:27:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201902092327.x19NRSv2060763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Feb 2019 23:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492535 - head/science/cdo X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/cdo X-SVN-Commit-Revision: 492535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 08BA8874A9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 09 Feb 2019 23:27:29 -0000 Author: sunpoet Date: Sat Feb 9 23:27:28 2019 New Revision: 492535 URL: https://svnweb.freebsd.org/changeset/ports/492535 Log: Update to 1.9.6 - Add ECCODES option Changes: https://code.mpimet.mpg.de/news/436 Modified: head/science/cdo/Makefile head/science/cdo/distinfo Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Sat Feb 9 23:25:36 2019 (r492534) +++ head/science/cdo/Makefile Sat Feb 9 23:27:28 2019 (r492535) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.9.5 -PORTREVISION= 3 +PORTVERSION= 1.9.6 CATEGORIES= science -MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/18264/ \ +MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/19299/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -14,21 +13,22 @@ COMMENT= Climate Data Operators LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID -OPTIONS_DEFAULT=CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID +OPTIONS_DEFINE= CGRIBEX ECCODES HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID +OPTIONS_DEFAULT=CGRIBEX ECCODES HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID OPTIONS_SUB= yes CGRIBEX_DESC= Use CGRIBEX library for GRIB1 files +ECCODES_DESC= Use ecCodes for GRIB files HDF5_IMPLIES= SZIP NETCDF_IMPLIES= HDF5 UUID_DESC= UUID support PORTSCOUT= site:https://code.mpimet.mpg.de/projects/cdo/files -USES= compiler:c++11-lib gmake libtool localbase pathfix +USES= compiler:c++11-lang gmake libtool localbase pathfix CONFIGURE_ARGS= --disable-data \ --disable-extra \ - --disable-grib \ + --disable-fortran \ --disable-ieg \ --disable-openmp \ --disable-service \ @@ -44,6 +44,8 @@ USE_LDCONFIG= yes CGRIBEX_CONFIGURE_WITH= cgribex CGRIBEX_LIB_DEPENDS= libcgribex.so:science/cgribex +ECCODES_CONFIGURE_WITH= eccodes +ECCODES_LIB_DEPENDS= libeccodes.so:science/eccodes HDF5_CONFIGURE_WITH= hdf5 HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 JASPER_CONFIGURE_WITH= jasper Modified: head/science/cdo/distinfo ============================================================================== --- head/science/cdo/distinfo Sat Feb 9 23:25:36 2019 (r492534) +++ head/science/cdo/distinfo Sat Feb 9 23:27:28 2019 (r492535) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534619292 -SHA256 (cdo-1.9.5.tar.gz) = 48ed65cc5b436753c8e7f9eadd8aa97376698ce230ceafed2a4350a5b1a27148 -SIZE (cdo-1.9.5.tar.gz) = 10167428 +TIMESTAMP = 1549718333 +SHA256 (cdo-1.9.6.tar.gz) = b31474c94548d21393758caa33f35cf7f423d5dfc84562ad80a2bdcb725b5585 +SIZE (cdo-1.9.6.tar.gz) = 10463349