From 2d7f5a3debf1e2c80930eec49edbb3bc3c2bf9d9 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 21 Mar 2015 20:07:50 +0000 Subject: - Update to 4.4.2 - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT - Add GitHub repository to WWW Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md --- science/netcdf-fortran/Makefile | 6 +++--- science/netcdf-fortran/distinfo | 4 ++-- science/netcdf-fortran/pkg-descr | 3 +-- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'science') diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile index 81e550a440c0..a5a9a2e1fff3 100644 --- a/science/netcdf-fortran/Makefile +++ b/science/netcdf-fortran/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netcdf-fortran -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org @@ -19,12 +19,12 @@ 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 diff --git a/science/netcdf-fortran/distinfo b/science/netcdf-fortran/distinfo index f3238c8d4aa2..dc65705ef0d5 100644 --- a/science/netcdf-fortran/distinfo +++ b/science/netcdf-fortran/distinfo @@ -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 diff --git a/science/netcdf-fortran/pkg-descr b/science/netcdf-fortran/pkg-descr index c3382683fc1f..fdbd131162ec 100644 --- a/science/netcdf-fortran/pkg-descr +++ b/science/netcdf-fortran/pkg-descr @@ -6,6 +6,5 @@ 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 -- cgit