Index: head/science/netcdf-fortran/Makefile =================================================================== --- head/science/netcdf-fortran/Makefile (revision 381859) +++ head/science/netcdf-fortran/Makefile (revision 381860) @@ -1,35 +1,35 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= netcdf-fortran -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fortran library for machine-independent, array-oriented data access LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf CONFLICTS= netcdf-ftn-[0-9]* netcdf3-ftn-[0-9]* CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC -DgFortran GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MAKEINFOFLAGS=--no-split MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USES= fortran libtool makeinfo pathfix +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GITHUB= yes GH_ACCOUNT= Unidata GH_PROJECT= ${PORTNAME} GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 1d024df +USE_GITHUB= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdff.so.6.0.1 regression-test test: build cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check .include Index: head/science/netcdf-fortran/distinfo =================================================================== --- head/science/netcdf-fortran/distinfo (revision 381859) +++ head/science/netcdf-fortran/distinfo (revision 381860) @@ -1,2 +1,2 @@ -SHA256 (netcdf-fortran-4.4.1.tar.gz) = 95721bef882420db97132792d168cb39ff0cb6d4fc28534e285675563b32deff -SIZE (netcdf-fortran-4.4.1.tar.gz) = 1219969 +SHA256 (Unidata-netcdf-fortran-4.4.2-v4.4.2_GH0.tar.gz) = f2264174074af0cf332b8dd09e4e184517a2d54f0ca5500e17691152c1ed73aa +SIZE (Unidata-netcdf-fortran-4.4.2-v4.4.2_GH0.tar.gz) = 1246344 Index: head/science/netcdf-fortran/pkg-descr =================================================================== --- head/science/netcdf-fortran/pkg-descr (revision 381859) +++ head/science/netcdf-fortran/pkg-descr (revision 381860) @@ -1,11 +1,10 @@ NetCDF (network Common Data Form) is an interface for array-oriented data access and a library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The netCDF software was developed at the Unidata Program Center in Boulder, Colorado. -Git repository: https://github.com/Unidata/netcdf-fortran - WWW: http://www.unidata.ucar.edu/software/netcdf/ +WWW: https://github.com/Unidata/netcdf-fortran