From owner-svn-ports-head@FreeBSD.ORG Sun May 4 15:31:39 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C08ACD46; Sun, 4 May 2014 15:31:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93E101FA0; Sun, 4 May 2014 15:31:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s44FVddP043836; Sun, 4 May 2014 15:31:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s44FVdRw043353; Sun, 4 May 2014 15:31:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405041531.s44FVdRw043353@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 May 2014 15:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352961 - in head/science/netcdf-fortran: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2014 15:31:39 -0000 Author: sunpoet Date: Sun May 4 15:31:38 2014 New Revision: 352961 URL: http://svnweb.freebsd.org/changeset/ports/352961 QAT: https://qat.redports.org/buildarchive/r352961/ Log: - Fix build when print/texinfo installed - Bump PORTREVISION for package change PR: ports/186850 Submitted by: Christoph Moench-Tegeder Added: head/science/netcdf-fortran/files/ head/science/netcdf-fortran/files/patch-man4-netcdf-f77.texi (contents, props changed) head/science/netcdf-fortran/files/patch-man4-netcdf-f90.texi (contents, props changed) Modified: head/science/netcdf-fortran/Makefile Modified: head/science/netcdf-fortran/Makefile ============================================================================== --- head/science/netcdf-fortran/Makefile Sun May 4 15:31:11 2014 (r352960) +++ head/science/netcdf-fortran/Makefile Sun May 4 15:31:38 2014 (r352961) @@ -3,7 +3,7 @@ PORTNAME= netcdf-fortran PORTVERSION= 4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://github.com/Unidata/${PORTNAME}/archive/ \ LOCAL/sunpoet Added: head/science/netcdf-fortran/files/patch-man4-netcdf-f77.texi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/netcdf-fortran/files/patch-man4-netcdf-f77.texi Sun May 4 15:31:38 2014 (r352961) @@ -0,0 +1,10 @@ +--- man4/netcdf-f77.texi.orig 2012-02-29 06:03:05.000000000 +0800 ++++ man4/netcdf-f77.texi 2014-05-04 21:56:03.359920958 +0800 +@@ -2570,7 +2570,6 @@ + The name of the + group will be copied to this character array. The name will be less + than NF_MAX_NAME in length. +-@item + + @end table + Added: head/science/netcdf-fortran/files/patch-man4-netcdf-f90.texi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/netcdf-fortran/files/patch-man4-netcdf-f90.texi Sun May 4 15:31:38 2014 (r352961) @@ -0,0 +1,19 @@ +--- man4/netcdf-f90.texi.orig 2012-02-29 06:03:05.000000000 +0800 ++++ man4/netcdf-f90.texi 2014-05-04 21:57:31.569914537 +0800 +@@ -2082,7 +2082,6 @@ + The name of the + group will be copied to this character array. The name will be less + than NF90_MAX_NAME in length. +-@item + + @end table + +@@ -6979,7 +6978,7 @@ + @node FORTRAN 77 to Fortran 90 Transition Guide, Combined Index, Summary of Fortran 90 Interface, Top + @appendix Appendix B - FORTRAN 77 to Fortran 90 Transition Guide + +-@unnumberedsubsec The new Fortran 90 interface ++@unnumberedsec The new Fortran 90 interface + + The Fortran 90 interface to the netCDF library closely follows the + FORTRAN 77 interface. In most cases, function and constant names and