From 73e4ea077150cb52f3aaf473328b768917c46a1b Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 11 Jul 2006 02:55:25 +0000 Subject: - Update CDO to latest version (1.0.0). PR: ports/100050 Submitted by: maintainer (Sunpoet Po-Chuan Hsieh) --- science/cdo/Makefile | 6 +++--- science/cdo/distinfo | 6 +++--- science/cdo/files/patch-src__cdilib.c | 10 ---------- 3 files changed, 6 insertions(+), 16 deletions(-) delete mode 100644 science/cdo/files/patch-src__cdilib.c (limited to 'science/cdo') 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 - -- cgit v1.2.3