diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-21 20:18:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-21 20:18:16 +0000 |
commit | b7e862cc15893f3d4aae71dfb79dded6b71c6197 (patch) | |
tree | 7e842cc46665f8fcd122bc1e5146a9686527d4e6 /science/netcdf/Makefile | |
parent | 208d46860f8999d6dad21e36f8f7aae81c1e86ca (diff) | |
download | ports-b7e862cc15893f3d4aae71dfb79dded6b71c6197.tar.gz ports-b7e862cc15893f3d4aae71dfb79dded6b71c6197.zip |
Update to 4.5.0
- Pet portlint: reorder LICENSE knobs
Changes: https://github.com/Unidata/netcdf-c/releases
Notes
Notes:
svn path=/head/; revision=452602
Diffstat (limited to 'science/netcdf/Makefile')
-rw-r--r-- | science/netcdf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index 4abc47b9141b..9f6c36cc9735 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= netcdf -PORTVERSION= 4.4.1.1 -PORTREVISION= 1 +PORTVERSION= 4.5.0 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ @@ -13,8 +12,8 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= C library for machine-independent, array-oriented data access LICENSE= UCAR_UNIDATA -LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_NAME= University Corporation for Atmospheric Research/Unidata +LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libhdf5.so:science/hdf5 |