From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 6 12:00:12 2009 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 525F710656BC for ; Mon, 6 Jul 2009 12:00: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 29A838FC1B for ; Mon, 6 Jul 2009 12:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n66C0C7m054966 for ; Mon, 6 Jul 2009 12:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n66C0C6r054965; Mon, 6 Jul 2009 12:00:12 GMT (envelope-from gnats) Resent-Date: Mon, 6 Jul 2009 12:00:12 GMT Resent-Message-Id: <200907061200.n66C0C6r054965@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 001DA1065673 for ; Mon, 6 Jul 2009 11:57:18 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-px0-f181.google.com (mail-px0-f181.google.com [209.85.216.181]) by mx1.freebsd.org (Postfix) with ESMTP id D3F808FC08 for ; Mon, 6 Jul 2009 11:57:18 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by pxi11 with SMTP id 11so1893593pxi.3 for ; Mon, 06 Jul 2009 04:57:18 -0700 (PDT) Received: by 10.114.167.3 with SMTP id p3mr7375953wae.92.1246881438246; Mon, 06 Jul 2009 04:57:18 -0700 (PDT) Received: from sunpoet.net ([123.204.184.216]) by mx.google.com with ESMTPS id n40sm10957682wag.65.2009.07.06.04.57.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Jul 2009 04:57:17 -0700 (PDT) Received: by sunpoet.net (Postfix, from userid 1000) id 3C54D2AEC4C5; Mon, 6 Jul 2009 19:57:10 +0800 (CST) Message-Id: <20090706115710.3C54D2AEC4C5@sunpoet.net> Date: Mon, 6 Jul 2009 19:57:10 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/136377: [MAINTAINER] science/netcdf: update to 4.0.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: Mon, 06 Jul 2009 12:00:12 -0000 >Number: 136377 >Category: ports >Synopsis: [MAINTAINER] science/netcdf: update to 4.0.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: Mon Jul 06 12:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 7.2-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed May 6 09:35:20 CST >Description: - Update to 4.0.1 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- netcdf-4.0.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sunpoet/netcdf4/../../science/netcdf4/Makefile /usr/ports/sunpoet/netcdf4/Makefile --- /usr/ports/sunpoet/netcdf4/../../science/netcdf4/Makefile 2009-06-24 09:53:00.000000000 +0800 +++ /usr/ports/sunpoet/netcdf4/Makefile 2009-07-06 19:54:59.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= netcdf -PORTVERSION= 4.0 +PORTVERSION= 4.0.1 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ @@ -19,8 +19,8 @@ LATEST_LINK= netcdf4 CONFIGURE_ARGS= --disable-f77 --disable-f90 \ - --enable-cxx --enable-cxx-4 --enable-netcdf-4 --enable-shared \ - --with-hdf5=${LOCALBASE} --with-zlib=/usr + --enable-cxx --enable-cxx-4 --enable-ncgen4 --enable-netcdf-4 \ + --enable-shared --with-hdf5=${LOCALBASE} --with-zlib=/usr CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -fPIC -DPIC -Df2cFortran" MAKE_ENV+= MAKEINFOFLAGS="--no-split" INFODIR="${PREFIX}/${INFO_PATH}" @@ -49,14 +49,14 @@ post-patch: .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e '814 s/install-docDATA //' \ + @${REINPLACE_CMD} -e '829 s/install-docDATA //' \ ${WRKSRC}/man4/Makefile.in .endif @${REINPLACE_CMD} -e \ 's/\(@INSTALL_DOCS_TRUE@MAN.*\)/# \1/' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ - '274 s/\(info_docs\).*/html_docs\)/' \ + '288 s/\(info_docs\).*/html_docs\)/' \ ${WRKSRC}/man4/Makefile.in post-configure: diff -ruN --exclude=CVS /usr/ports/sunpoet/netcdf4/../../science/netcdf4/distinfo /usr/ports/sunpoet/netcdf4/distinfo --- /usr/ports/sunpoet/netcdf4/../../science/netcdf4/distinfo 2009-01-02 14:39:12.455781000 +0800 +++ /usr/ports/sunpoet/netcdf4/distinfo 2009-04-03 01:10:47.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (netcdf-4.0.tar.gz) = afc057b07b6e6843556dcfbc4ced402c -SHA256 (netcdf-4.0.tar.gz) = 4f6934fd862b2e0f5a6ddcd8ef5f86a03d8aebfd106bc09c97afc80fe2ad5c96 -SIZE (netcdf-4.0.tar.gz) = 11584002 +MD5 (netcdf-4.0.1.tar.gz) = a251453c5477599f050fa4e593295186 +SHA256 (netcdf-4.0.1.tar.gz) = 290e377aa2e9419bb50a2fa1038d6e77d36f239a8a9c3be9e3a9319f1e484d19 +SIZE (netcdf-4.0.1.tar.gz) = 8018998 --- netcdf-4.0.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: