svn commit: r320294 - head/science/cdo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 8 21:49:41 UTC 2013


Author: sunpoet
Date: Sat Jun  8 21:49:40 2013
New Revision: 320294
URL: http://svnweb.freebsd.org/changeset/ports/320294

Log:
  - 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

Modified:
  head/science/cdo/Makefile   (contents, props changed)
  head/science/cdo/distinfo   (contents, props changed)
  head/science/cdo/pkg-descr   (contents, props changed)

Modified: head/science/cdo/Makefile
==============================================================================
--- head/science/cdo/Makefile	Sat Jun  8 21:28:23 2013	(r320293)
+++ head/science/cdo/Makefile	Sat Jun  8 21:49:40 2013	(r320294)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	CDO
-# Date created:			29 May 2006
-# Whom:				Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at 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 at 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>

Modified: head/science/cdo/distinfo
==============================================================================
--- head/science/cdo/distinfo	Sat Jun  8 21:28:23 2013	(r320293)
+++ head/science/cdo/distinfo	Sat Jun  8 21:49:40 2013	(r320294)
@@ -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

Modified: head/science/cdo/pkg-descr
==============================================================================
--- head/science/cdo/pkg-descr	Sat Jun  8 21:28:23 2013	(r320293)
+++ head/science/cdo/pkg-descr	Sat Jun  8 21:49:40 2013	(r320294)
@@ -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


More information about the svn-ports-all mailing list