diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-21 04:42:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-21 04:42:39 +0800 |
commit | f231c2016f6af7580772f2ce74510dbe5a3a5788 (patch) | |
tree | 0d93d8b3173ba1999f1a826b0d19eaa1e23c4444 /science/cdo | |
parent | de952e6047a864a03336bdf1ef9c05c4f62a64f0 (diff) | |
download | freebsd-ports-graphics-f231c2016f6af7580772f2ce74510dbe5a3a5788.tar.gz freebsd-ports-graphics-f231c2016f6af7580772f2ce74510dbe5a3a5788.tar.zst freebsd-ports-graphics-f231c2016f6af7580772f2ce74510dbe5a3a5788.zip |
- Update to 1.10.0
- Add LICENSE_FILE
- Remove outdated PORTSCOUT
- Re-enable SZIP option by default: it was changed unintentionally in r398300
Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index a8f4cbab7a9..4bf4775b526 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -3,6 +3,7 @@ PORTNAME= cdo PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://code.zmaw.de/attachments/download/12070/ \ LOCAL/sunpoet |