diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-06-25 08:32:03 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-06-25 08:32:03 +0000 |
commit | 3474f23b0097fe87f974599b543db1c266bdd890 (patch) | |
tree | 6daf6db0c685e96b4eb7670f173f795b736324d0 /science/netcdf | |
parent | 8e83b4aa15d6b3697cf6e45c729870cc5027cb46 (diff) |
Notes
Diffstat (limited to 'science/netcdf')
-rw-r--r-- | science/netcdf/Makefile | 13 | ||||
-rw-r--r-- | science/netcdf/distinfo | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index f800c436ba23..eeaf67fdff5c 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/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/netcdf/distinfo b/science/netcdf/distinfo index 63fec67ffd48..74b3545178c6 100644 --- a/science/netcdf/distinfo +++ b/science/netcdf/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 |