diff options
-rw-r--r-- | science/netcdf-fortran/Makefile | 2 | ||||
-rw-r--r-- | science/netcdf-fortran/files/patch-man4-netcdf-f77.texi | 10 | ||||
-rw-r--r-- | science/netcdf-fortran/files/patch-man4-netcdf-f90.texi | 19 |
3 files changed, 30 insertions, 1 deletions
diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile index d8f0f4dfa890..c0ea920487b6 100644 --- a/science/netcdf-fortran/Makefile +++ b/science/netcdf-fortran/Makefile @@ -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 diff --git a/science/netcdf-fortran/files/patch-man4-netcdf-f77.texi b/science/netcdf-fortran/files/patch-man4-netcdf-f77.texi new file mode 100644 index 000000000000..4046d85567e3 --- /dev/null +++ b/science/netcdf-fortran/files/patch-man4-netcdf-f77.texi @@ -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 + diff --git a/science/netcdf-fortran/files/patch-man4-netcdf-f90.texi b/science/netcdf-fortran/files/patch-man4-netcdf-f90.texi new file mode 100644 index 000000000000..723182d730eb --- /dev/null +++ b/science/netcdf-fortran/files/patch-man4-netcdf-f90.texi @@ -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 |