diff options
author | krion <krion@FreeBSD.org> | 2005-02-19 07:37:14 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-19 07:37:14 +0000 |
commit | 6885f2214016f26937ed8baed64d46b9a76253a1 (patch) | |
tree | c1d680b28a0d9c2c61ad7a9274d17e241c532a59 /math | |
parent | e1cd078a3aac804dfdd9dd737c758be06113c02a (diff) | |
download | FreeBSD-ports-6885f2214016f26937ed8baed64d46b9a76253a1.zip FreeBSD-ports-6885f2214016f26937ed8baed64d46b9a76253a1.tar.gz |
Update to version 3.0.6p1
PR: ports/77695
Submitted by: Sam Lawrance <boris at brooknet.com.au>
Diffstat (limited to 'math')
-rw-r--r-- | math/netcdf/Makefile | 9 | ||||
-rw-r--r-- | math/netcdf/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index f1dbfe2..9e676f2 100644 --- a/math/netcdf/Makefile +++ b/math/netcdf/Makefile @@ -6,16 +6,15 @@ # PORTNAME= netcdf -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.0p1 CATEGORIES= math -MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/ +MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/ +DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Library for machine-independent, array-oriented data access -BROKEN= Unfetchable - -WRKSRC= ${WRKDIR}/${DISTNAME}/src +WRKSRC= ${WRKDIR}/${PORTNAME}-3.6.0-p1/src CONFLICTS= hdf-4.* diff --git a/math/netcdf/distinfo b/math/netcdf/distinfo index 8d779cf..9ee5a8e 100644 --- a/math/netcdf/distinfo +++ b/math/netcdf/distinfo @@ -1,2 +1,2 @@ -MD5 (netcdf-3.6.0.tar.gz) = 3636b47e8999582eaaec9a93bbe25d6c -SIZE (netcdf-3.6.0.tar.gz) = 840941 +MD5 (netcdf.tar.gz) = 27c193e0462d9979406d167a01a5ee95 +SIZE (netcdf.tar.gz) = 842025 |