diff options
author | rafan <rafan@FreeBSD.org> | 2008-06-25 16:32:03 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-06-25 16:32:03 +0800 |
commit | 1f9ea16572a96355b4334b3c20b769f0efc380d4 (patch) | |
tree | 61b0e4b21ade7799fcf172ccc184075feb675134 /science/netcdf4 | |
parent | 979453c78d6153e61ae633f3149b0f570603f744 (diff) | |
download | freebsd-ports-gnome-1f9ea16572a96355b4334b3c20b769f0efc380d4.tar.gz freebsd-ports-gnome-1f9ea16572a96355b4334b3c20b769f0efc380d4.tar.zst freebsd-ports-gnome-1f9ea16572a96355b4334b3c20b769f0efc380d4.zip |
- Update to 3.6.3
PR: ports/124871
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
Diffstat (limited to 'science/netcdf4')
-rw-r--r-- | science/netcdf4/Makefile | 13 | ||||
-rw-r--r-- | science/netcdf4/distinfo | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index f800c436ba23..eeaf67fdff5c 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netcdf -PORTVERSION= 3.6.2 +PORTVERSION= 3.6.3 CATEGORIES= science MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ \ http://sunpoet.net/distfiles/ @@ -15,18 +15,19 @@ MASTER_SITE_SUBDIR= . old MAINTAINER= sunpoet@sunpoet.net COMMENT= Library for machine-independent, array-oriented data access -CONFLICTS= hdf-4.* +CONFLICTS= hdf-4.* netcdf-4.* CONFIGURE_ARGS= --enable-shared --disable-f77 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -fPIC -DPIC -Df2cFortran" -USE_BZIP2= YES - GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN1= ncdump.1 ncgen.1 -MAN3= netcdf.3 +MAN1= ncdump.1 ncgen.1 +MAN3= netcdf.3 + +INFO= netcdf netcdf-c netcdf-cxx netcdf-f77 netcdf-f90 \ + netcdf-install netcdf-tutorial post-install: @${STRIP_CMD} ${PREFIX}/bin/ncdump ${PREFIX}/bin/ncgen diff --git a/science/netcdf4/distinfo b/science/netcdf4/distinfo index 63fec67ffd48..74b3545178c6 100644 --- a/science/netcdf4/distinfo +++ b/science/netcdf4/distinfo @@ -1,3 +1,3 @@ -MD5 (netcdf-3.6.2.tar.bz2) = 1eca0ea1e81e14ebc5bb93e5dd25c364 -SHA256 (netcdf-3.6.2.tar.bz2) = 0468f1d9ab0fbad6edb957d8fb597010cb5c546c6de6752c9a63b0e0f194e564 -SIZE (netcdf-3.6.2.tar.bz2) = 4580511 +MD5 (netcdf-3.6.3.tar.gz) = e03ca6eb3a0d9126162b9fe1725cfed3 +SHA256 (netcdf-3.6.3.tar.gz) = 9aacdcad88774bd6e4515196f80f73bab54557e6fde07379f6bfb2d60fe717d3 +SIZE (netcdf-3.6.3.tar.gz) = 11489734 |