aboutsummaryrefslogtreecommitdiff
path: root/science/cdo
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-11 02:55:25 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-11 02:55:25 +0000
commit73e4ea077150cb52f3aaf473328b768917c46a1b (patch)
tree30e3e60677e5d1fb917114bf0732cdae6bcac577 /science/cdo
parent7ea5457ffbbe273a2b54ff0e9859bf24297d6bd0 (diff)
downloadports-73e4ea077150cb52f3aaf473328b768917c46a1b.tar.gz
ports-73e4ea077150cb52f3aaf473328b768917c46a1b.zip
Notes
Diffstat (limited to 'science/cdo')
-rw-r--r--science/cdo/Makefile6
-rw-r--r--science/cdo/distinfo6
-rw-r--r--science/cdo/files/patch-src__cdilib.c10
3 files changed, 6 insertions, 16 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile
index 2b66d9423ccc..2265e1fb2cde 100644
--- a/science/cdo/Makefile
+++ b/science/cdo/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= cdo
-PORTVERSION= 0.9.13
+PORTVERSION= 1.0.0
CATEGORIES= science
MASTER_SITES= http://www.mpimet.mpg.de/fileadmin/software/cdo/ \
http://sunpoet.net/distfiles/
@@ -28,12 +28,12 @@ OPTIONS= HDF5 "HDF5 support" off \
NETCDF "NETCDF support" off
.if defined(WITH_HDF5)
-CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE}/include
+CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE}
LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5
.endif
.if defined(WITH_NETCDF)
-CONFIGURE_ARGS+= --with-netcdf=${LOCALBASE}/include
+CONFIGURE_ARGS+= --with-netcdf=${LOCALBASE}
LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf
.endif
diff --git a/science/cdo/distinfo b/science/cdo/distinfo
index f182a2f9373a..3a31738337c3 100644
--- a/science/cdo/distinfo
+++ b/science/cdo/distinfo
@@ -1,3 +1,3 @@
-MD5 (cdo-0.9.13.tar.gz) = dc93ea5130c02fa6c1d56c0296df623b
-SHA256 (cdo-0.9.13.tar.gz) = d78d24761c451f6aaae0e631b4dec8c341acb593806a0f95d0dd4ac634ece87a
-SIZE (cdo-0.9.13.tar.gz) = 594776
+MD5 (cdo-1.0.0.tar.gz) = d674e71999ee244a8856f84712ea546e
+SHA256 (cdo-1.0.0.tar.gz) = ad3aa181e68dcd8622d4fb3cba062c1805f9364fcd4fa219cc2e9e625c298359
+SIZE (cdo-1.0.0.tar.gz) = 1536484
diff --git a/science/cdo/files/patch-src__cdilib.c b/science/cdo/files/patch-src__cdilib.c
deleted file mode 100644
index e252ab4c158e..000000000000
--- a/science/cdo/files/patch-src__cdilib.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/cdilib.c.orig Mon Mar 6 17:08:36 2006
-+++ src/cdilib.c Mon May 29 22:28:01 2006
-@@ -3948,7 +3948,6 @@
-
- #if ! defined (HAVE_MALLOC_H)
- # if defined (__sun) || defined (__i386) || defined (__ia64) || defined (SX)
--# define HAVE_MALLOC_H
- # endif
- #endif
-