diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-01 14:51:17 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-01 14:51:17 +0000 |
commit | deaf1dbfe0360163a5f0e8c3e51713eca50d363d (patch) | |
tree | bc4ece3fe29aa3daa02fc249f5e8b00c464377c3 /science | |
parent | 23106fef4e1830a3ae171e7d166b529b647714fc (diff) | |
download | ports-deaf1dbfe0360163a5f0e8c3e51713eca50d363d.tar.gz ports-deaf1dbfe0360163a5f0e8c3e51713eca50d363d.zip |
Update to version 3.5.b6
PR: 22450
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=34553
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf/Makefile | 10 | ||||
-rw-r--r-- | science/netcdf/distinfo | 2 | ||||
-rw-r--r-- | science/netcdf4/Makefile | 10 | ||||
-rw-r--r-- | science/netcdf4/distinfo | 2 |
4 files changed, 14 insertions, 10 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index e003cd84657c..296f5acd4d16 100644 --- a/science/netcdf/Makefile +++ b/science/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/science/netcdf/distinfo b/science/netcdf/distinfo index f05694772387..e5a7ad2194a6 100644 --- a/science/netcdf/distinfo +++ b/science/netcdf/distinfo @@ -1 +1 @@ -MD5 (netcdf-3.5-beta3.tar.Z) = b6b0f1d6fd6c5ccf559032eb1e9d6950 +MD5 (netcdf-3.5-beta6.tar.Z) = b99dac4a303e16c41927c5a2933f336f diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index e003cd84657c..296f5acd4d16 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/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/science/netcdf4/distinfo b/science/netcdf4/distinfo index f05694772387..e5a7ad2194a6 100644 --- a/science/netcdf4/distinfo +++ b/science/netcdf4/distinfo @@ -1 +1 @@ -MD5 (netcdf-3.5-beta3.tar.Z) = b6b0f1d6fd6c5ccf559032eb1e9d6950 +MD5 (netcdf-3.5-beta6.tar.Z) = b99dac4a303e16c41927c5a2933f336f |