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 /math/pdal | |
parent | de952e6047a864a03336bdf1ef9c05c4f62a64f0 (diff) | |
download | freebsd-ports-gnome-f231c2016f6af7580772f2ce74510dbe5a3a5788.tar.gz freebsd-ports-gnome-f231c2016f6af7580772f2ce74510dbe5a3a5788.tar.zst freebsd-ports-gnome-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 'math/pdal')
-rw-r--r-- | math/pdal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 79b4c028a58c..7c564e395217 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -3,6 +3,7 @@ PORTNAME= pdal PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= math databases graphics MAINTAINER= coder@tuxfamily.org |