mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 4.4.0
- Bump PORTREVISION for science/netcdf-fortran shlib change [1] Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md Approved by: portmgr (implicit, unstaged port) [1]
This commit is contained in:
parent
43f175e06c
commit
de5ef775c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365049
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= abinit
|
||||
PORTVERSION= 5.7.3
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
PORTNAME= afni
|
||||
PORTVERSION= 2012.04.17.2129
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= science biology graphics
|
||||
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/AFNI/${PORTVERSION}/ \
|
||||
http://www.acadix.biz/Ports/distfiles/AFNI/${PORTVERSION}/
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Jason Bacon <jwbacon@tds.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PKGNAMESUFFIX= -openmpi
|
||||
|
||||
MPIPREFIX= mpi/openmpi/
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= fvcom
|
||||
PORTVERSION= 2.7.1
|
||||
PORTREVISION?= 3
|
||||
PORTREVISION?= 4
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://fvcom.smast.umassd.edu/FVCOM/index.html/
|
||||
DISTNAME= sourcecode1
|
||||
|
@ -2,11 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netcdf-fortran
|
||||
PORTVERSION= 4.2
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 4.4.0
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://github.com/Unidata/${PORTNAME}/archive/ \
|
||||
LOCAL/sunpoet
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Fortran library for machine-independent, array-oriented data access
|
||||
@ -20,19 +17,24 @@ GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_ENV= MAKEINFOFLAGS=--no-split
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
||||
#USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
||||
USE_LDCONFIG= yes
|
||||
USES= fortran libtool makeinfo pathfix
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
INFO= netcdf-f77 netcdf-f90
|
||||
#INFO= netcdf-f77 netcdf-f90
|
||||
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
LIBTOOLIZE_ARGS=--copy --force --install
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
#AUTOMAKE_ARGS= --add-missing
|
||||
#LIBTOOLIZE_ARGS=--copy --force --install
|
||||
#PATHFIX_MAKEFILEIN= Makefile.am
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Unidata
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= ccd65b4
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdff.so.5
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdff.so.6
|
||||
|
||||
regression-test test: build
|
||||
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (netcdf-fortran-4.2.tar.gz) = ab82c5edbb305d9ae6568eb0ac129b64bd8aca68fad4fa221ba8def399363bbb
|
||||
SIZE (netcdf-fortran-4.2.tar.gz) = 454043
|
||||
SHA256 (netcdf-fortran-4.4.0.tar.gz) = c7cfda7bc875ae76c285e22f8a6327bbff74e36b042149cd15248da4f637af8f
|
||||
SIZE (netcdf-fortran-4.4.0.tar.gz) = 1219408
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- 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
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- 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
|
@ -1,11 +1,19 @@
|
||||
bin/nf-config
|
||||
include/netcdf.inc
|
||||
include/netcdf.mod
|
||||
include/netcdf4_f03.mod
|
||||
include/netcdf4_nc_interfaces.mod
|
||||
include/netcdf4_nf_interfaces.mod
|
||||
include/netcdf_f03.mod
|
||||
include/netcdf_fortv2_c_interfaces.mod
|
||||
include/netcdf_nc_data.mod
|
||||
include/netcdf_nc_interfaces.mod
|
||||
include/netcdf_nf_data.mod
|
||||
include/netcdf_nf_interfaces.mod
|
||||
include/typesizes.mod
|
||||
lib/libnetcdff.a
|
||||
lib/libnetcdff.so
|
||||
lib/libnetcdff.so.5
|
||||
lib/libnetcdff.so.5.3.1
|
||||
lib/libnetcdff.so.6
|
||||
lib/libnetcdff.so.6.0.1
|
||||
libdata/pkgconfig/netcdf-fortran.pc
|
||||
man/man3/netcdf_f77.3.gz
|
||||
man/man3/netcdf_f90.3.gz
|
||||
man/man3/netcdf_fortran.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user