diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-01 22:51:17 +0800 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-01 22:51:17 +0800 |
commit | deaf1dbfe0360163a5f0e8c3e51713eca50d363d (patch) | |
tree | bc4ece3fe29aa3daa02fc249f5e8b00c464377c3 /math | |
parent | 23106fef4e1830a3ae171e7d166b529b647714fc (diff) | |
download | freebsd-ports-gnome-deaf1dbfe0360163a5f0e8c3e51713eca50d363d.tar.gz freebsd-ports-gnome-deaf1dbfe0360163a5f0e8c3e51713eca50d363d.tar.zst freebsd-ports-gnome-deaf1dbfe0360163a5f0e8c3e51713eca50d363d.zip |
Update to version 3.5.b6
PR: 22450
Submitted by: Ports Fury
Diffstat (limited to 'math')
-rw-r--r-- | math/netcdf/Makefile | 10 | ||||
-rw-r--r-- | math/netcdf/distinfo | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index e003cd84657c..296f5acd4d16 100644 --- a/math/netcdf/Makefile +++ b/math/netcdf/Makefile @@ -6,17 +6,19 @@ # PORTNAME= netcdf -PORTVERSION= 3.5b3 +PORTVERSION= 3.5.b6 CATEGORIES= math MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/ -DISTFILES= ${PORTNAME}-3.5-beta3.tar.Z +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} +EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME}-3.5-beta3/src -INSTALLS_SHLIB= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/src + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran" +INSTALLS_SHLIB= yes MAN1= ncdump.1 ncgen.1 MAN3= netcdf.3 diff --git a/math/netcdf/distinfo b/math/netcdf/distinfo index f05694772387..e5a7ad2194a6 100644 --- a/math/netcdf/distinfo +++ b/math/netcdf/distinfo @@ -1 +1 @@ -MD5 (netcdf-3.5-beta3.tar.Z) = b6b0f1d6fd6c5ccf559032eb1e9d6950 +MD5 (netcdf-3.5-beta6.tar.Z) = b99dac4a303e16c41927c5a2933f336f |