From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 3 07:21:12 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03B0B1065780 for ; Wed, 3 Feb 2010 07:21:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 349B38FC1F for ; Wed, 3 Feb 2010 07:20:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o137Ka0w049466 for ; Wed, 3 Feb 2010 07:20:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o137Kakg049457; Wed, 3 Feb 2010 07:20:36 GMT (envelope-from gnats) Resent-Date: Wed, 3 Feb 2010 07:20:36 GMT Resent-Message-Id: <201002030720.o137Kakg049457@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31CF4106566B for ; Wed, 3 Feb 2010 07:13:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-gx0-f210.google.com (mail-gx0-f210.google.com [209.85.217.210]) by mx1.freebsd.org (Postfix) with ESMTP id EE0BD8FC17 for ; Wed, 3 Feb 2010 07:13:04 +0000 (UTC) Received: by gxk2 with SMTP id 2so1047660gxk.14 for ; Tue, 02 Feb 2010 23:13:04 -0800 (PST) Received: by 10.150.214.1 with SMTP id m1mr9225507ybg.215.1265181183805; Tue, 02 Feb 2010 23:13:03 -0800 (PST) Received: from sunpoet.net ([123.204.184.216]) by mx.google.com with ESMTPS id 39sm2398999yxd.45.2010.02.02.23.13.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Feb 2010 23:13:03 -0800 (PST) Received: by sunpoet.net (Postfix, from userid 1000) id 3D98F2AEC5A4; Wed, 3 Feb 2010 15:12:50 +0800 (CST) Message-Id: <20100203071250.3D98F2AEC5A4@sunpoet.net> Date: Wed, 3 Feb 2010 15:12:50 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/143516: [MAINTAINER] science/cdo: update to 1.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 07:21:12 -0000 >Number: 143516 >Category: ports >Synopsis: [MAINTAINER] science/cdo: update to 1.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 03 07:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.0-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan 29 07:25:49 CST 2010 >Description: - Update to 1.4.1 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- cdo-1.4.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/science/cdo/Makefile /usr/ports/sunpoet/cdo/Makefile --- /usr/ports/science/cdo/Makefile 2009-11-30 00:51:54.000000000 +0800 +++ /usr/ports/sunpoet/cdo/Makefile 2010-02-03 15:12:40.000000000 +0800 @@ -7,8 +7,7 @@ # PORTNAME= cdo -PORTVERSION= 1.3.1 -PORTREVISION= 2 +PORTVERSION= 1.4.1 CATEGORIES= science MASTER_SITES= http://www.mpimet.mpg.de/fileadmin/software/cdo/ \ http://sunpoet.net/distfiles/ @@ -29,6 +28,7 @@ HDF5_VER?= 18 OPTIONS= HDF5 "HDF5 support" on \ + JASPER "Japser support" on \ NETCDF "NetCDF support" on \ PROJ "PROJ support" on @@ -42,17 +42,9 @@ IGNORE=netCDF 4 requires HDF5 1.8. .endif -.if defined(WITH_NETCDF) -CONFIGURE_ARGS+= --with-netcdf=${LOCALBASE} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-Makefile.in -.if (${NETCDF_VER} == 4) +.if defined(WITH_NETCDF) && (${NETCDF_VER} == 4) HDF5_VER= 18 WITH_HDF5= yes -LIB_DEPENDS+= netcdf.6:${PORTSDIR}/science/netcdf4 -.else -LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf -.endif -PLIST_FILES+= bin/cdotest .endif .if defined(WITH_HDF5) @@ -64,6 +56,24 @@ .endif .endif +.if defined(WITH_JASPER) +CONFIGURE_ARGS+= --with-jasper=${LOCALBASE} +LIB_DEPENDS+= jasper:${PORTSDIR}/graphics/jasper +PLIST_SUB+= JPEG2000="" +.else +.endif + +.if defined(WITH_NETCDF) +CONFIGURE_ARGS+= --with-netcdf=${LOCALBASE} +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-Makefile.in +.if (${NETCDF_VER} == 4) +LIB_DEPENDS+= netcdf.6:${PORTSDIR}/science/netcdf4 +.else +LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf +.endif +PLIST_FILES+= bin/cdotest +.endif + .if defined(WITH_PROJ) CONFIGURE_ARGS+= --with-proj=${LOCALBASE} LIB_DEPENDS+= proj.6:${PORTSDIR}/graphics/proj diff -ruN --exclude=CVS /usr/ports/science/cdo/distinfo /usr/ports/sunpoet/cdo/distinfo --- /usr/ports/science/cdo/distinfo 2009-06-24 09:53:00.000000000 +0800 +++ /usr/ports/sunpoet/cdo/distinfo 2010-01-24 05:22:08.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (cdo-1.3.1.tar.gz) = 98f81bf86e47573bc0d2ba700fc7400a -SHA256 (cdo-1.3.1.tar.gz) = 18d481e56d7cafe78c1951834056329e3d9d97ceb4940833ba5a0f0eecae3775 -SIZE (cdo-1.3.1.tar.gz) = 2613036 +MD5 (cdo-1.4.1.tar.gz) = 774b8de3d537a1049e446ffdb50d55f1 +SHA256 (cdo-1.4.1.tar.gz) = 139de46904890a990879762d14cfdbea4108eb1dfbb859fc745b3eb236747a0c +SIZE (cdo-1.4.1.tar.gz) = 2652758 --- cdo-1.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: