diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 04:07:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 04:07:50 +0800 |
commit | 2d7f5a3debf1e2c80930eec49edbb3bc3c2bf9d9 (patch) | |
tree | 5f3ca706d1992de2f0d7c8143e0f98e95c0ebc7a /science | |
parent | e58ba409c70b6693d7b89f5757967d97dd38c577 (diff) | |
download | freebsd-ports-gnome-2d7f5a3debf1e2c80930eec49edbb3bc3c2bf9d9.tar.gz freebsd-ports-gnome-2d7f5a3debf1e2c80930eec49edbb3bc3c2bf9d9.tar.zst freebsd-ports-gnome-2d7f5a3debf1e2c80930eec49edbb3bc3c2bf9d9.zip |
- 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
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf-fortran/Makefile | 6 | ||||
-rw-r--r-- | science/netcdf-fortran/distinfo | 4 | ||||
-rw-r--r-- | science/netcdf-fortran/pkg-descr | 3 |
3 files changed, 6 insertions, 7 deletions
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 |