diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-13 20:08:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-13 20:08:05 +0000 |
commit | f983c402554cddcff4fb8fcb36459a2d5b6b2f8a (patch) | |
tree | 751e3d7f86de4d0b5b1eeebd35c165f1846e1b6f | |
parent | cc00bac1716948062737c7c0fdd5edf3710cf0f4 (diff) | |
download | ports-f983c402554cddcff4fb8fcb36459a2d5b6b2f8a.tar.gz ports-f983c402554cddcff4fb8fcb36459a2d5b6b2f8a.zip |
Notes
-rw-r--r-- | science/netcdf/Makefile | 8 | ||||
-rw-r--r-- | science/netcdf/distinfo | 6 | ||||
-rw-r--r-- | science/netcdf/pkg-plist | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index 61394aa52250..2bfaa498ac15 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= netcdf -PORTVERSION= 4.6.1 -PORTREVISION= 2 +PORTVERSION= 4.6.2 +DISTVERSIONPREFIX= c- CATEGORIES= science MASTER_SITES= https://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ @@ -23,17 +23,17 @@ CONFLICTS_INSTALL= hdf-4.[0-9]* netcdf-3.[0-9]* netcdf3-3.[0-9]* OPTIONS_DEFINE= DAP DOCS DOXYGEN SZIP OPTIONS_DEFAULT=DAP SZIP -OPTIONS_SUB= yes DAP_DESC= Build DAP client and remote testing SZIP_DESC= SZIP support (required if HDF5 was built with SZIP) +USES= gmake libtool localbase ncurses pathfix pkgconfig:run + CONFIGURE_ARGS= --disable-filter-testing --enable-netcdf-4 CPPFLAGS+= -fPIC -DPIC GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= libtool localbase ncurses pathfix pkgconfig:run DAP_CONFIGURE_ENABLE= dap DAP_LIB_DEPENDS= libcurl.so:ftp/curl diff --git a/science/netcdf/distinfo b/science/netcdf/distinfo index 2977110c537e..40b969a36c4d 100644 --- a/science/netcdf/distinfo +++ b/science/netcdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521194255 -SHA256 (netcdf-4.6.1.tar.gz) = 89c7957458740b763ae828c345240b8a1d29c2c1fed0f065f99b73181b0b2642 -SIZE (netcdf-4.6.1.tar.gz) = 5693557 +TIMESTAMP = 1547388092 +SHA256 (netcdf-c-4.6.2.tar.gz) = c37525981167b3cd82d32e1afa3022afb94e59287db5f116c57f5ed4d9c6a638 +SIZE (netcdf-c-4.6.2.tar.gz) = 5794393 diff --git a/science/netcdf/pkg-plist b/science/netcdf/pkg-plist index dc4ce5e99964..88508e381ec0 100644 --- a/science/netcdf/pkg-plist +++ b/science/netcdf/pkg-plist @@ -3,8 +3,8 @@ bin/nccopy bin/ncdump bin/ncgen bin/ncgen3 -%%DAP%%bin/ocprint include/netcdf.h +include/netcdf_aux.h include/netcdf_mem.h include/netcdf_meta.h lib/libnetcdf.a |