diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-06-09 05:49:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-06-09 05:49:40 +0800 |
commit | 6b6b90bab868b6434477379ae913c3ede88db397 (patch) | |
tree | ce8b826a1073898ecb02d0e873e0338cd42b67ab /science/cdo | |
parent | 2c26b508de9fcb023eff12fa1c4bb317b557d4f2 (diff) | |
download | freebsd-ports-gnome-6b6b90bab868b6434477379ae913c3ede88db397.tar.gz freebsd-ports-gnome-6b6b90bab868b6434477379ae913c3ede88db397.tar.zst freebsd-ports-gnome-6b6b90bab868b6434477379ae913c3ede88db397.zip |
- Update to 1.6.0
- Cleanup Makefile header
Changes: https://code.zmaw.de/news/179
https://code.zmaw.de/news/165
https://code.zmaw.de/news/149
https://code.zmaw.de/news/130
https://code.zmaw.de/news/129
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/Makefile | 15 | ||||
-rw-r--r-- | science/cdo/distinfo | 4 | ||||
-rw-r--r-- | science/cdo/pkg-descr | 2 |
3 files changed, 9 insertions, 12 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 2bc439fe4df7..2cdad2b37092 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: CDO -# Date created: 29 May 2006 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> # $FreeBSD$ -# PORTNAME= cdo -PORTVERSION= 1.5.5 +PORTVERSION= 1.6.0 CATEGORIES= science -MASTER_SITES= https://code.zmaw.de/attachments/download/2879/ \ +MASTER_SITES= https://code.zmaw.de/attachments/download/5287/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -22,8 +18,9 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-cdi-lib --program-transform-name="" --with-zlib=/usr GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -USES= pathfix +USE_GMAKE= yes USE_LDCONFIG= yes +USES= pathfix HDF5_VER?= 18 NETCDF_VER?= 4 @@ -95,7 +92,7 @@ post-build: @cd ${WRKSRC}/src/ && ${SETENV} CDO_PATH=${WRKSRC}/src/cdo ${WRKSRC}/src/cdotest .endif -regression-test: +regression-test test: build @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check .include <bsd.port.post.mk> diff --git a/science/cdo/distinfo b/science/cdo/distinfo index f2945df87954..26b6b0d11fc7 100644 --- a/science/cdo/distinfo +++ b/science/cdo/distinfo @@ -1,2 +1,2 @@ -SHA256 (cdo-1.5.5.tar.gz) = ceffac405505d3d7a5a7662d8087c4609c1a4b48bb28a0fd4963c8dd4025737b -SIZE (cdo-1.5.5.tar.gz) = 5570375 +SHA256 (cdo-1.6.0.tar.gz) = 271d0c713b63dfb45e9eecba44f8d424a9977e72a6f6dcad2af86d0c8b93060b +SIZE (cdo-1.6.0.tar.gz) = 6090695 diff --git a/science/cdo/pkg-descr b/science/cdo/pkg-descr index dae65c59303e..6f625db3500d 100644 --- a/science/cdo/pkg-descr +++ b/science/cdo/pkg-descr @@ -20,4 +20,4 @@ overview about the main categories. * Vertical interpolation (ml2pl, ml2hl) * Time interpolation (inttime, intyear) -WWW: https://code.zmaw.de/projects/cdo +WWW: https://code.zmaw.de/projects/cdo |