diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:43:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:43:29 +0800 |
commit | f892d2884ec07b1e1c6c3c1d6594e2843c2d06f5 (patch) | |
tree | 66d25aa98cabb49e9f8ec9bbc6a58135217c7e94 /science/cdo/Makefile | |
parent | cc66e0a7d3e0242ba8b78f343a544b0369058b00 (diff) | |
download | freebsd-ports-gnome-f892d2884ec07b1e1c6c3c1d6594e2843c2d06f5.tar.gz freebsd-ports-gnome-f892d2884ec07b1e1c6c3c1d6594e2843c2d06f5.tar.zst freebsd-ports-gnome-f892d2884ec07b1e1c6c3c1d6594e2843c2d06f5.zip |
- Update to 1.7.0
- Add LICENSE_FILE
Changes: https://code.zmaw.de/news/324
Diffstat (limited to 'science/cdo/Makefile')
-rw-r--r-- | science/cdo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 7bd6a8a4c5d0..87df02c528c2 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.6.9 -PORTREVISION= 1 +PORTVERSION= 1.7.0 CATEGORIES= science -MASTER_SITES= https://code.zmaw.de/attachments/download/10198/ \ +MASTER_SITES= https://code.zmaw.de/attachments/download/11392/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Climate Data Operators LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS OPTIONS_DEFAULT=CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS |