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 | |
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')
-rw-r--r-- | math/armadillo/Makefile | 1 | ||||
-rw-r--r-- | math/matio/Makefile | 2 | ||||
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | math/pdal/Makefile | 1 | ||||
-rw-r--r-- | math/scilab/Makefile | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index 7253892b0387..c9b729d8401f 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 6.700.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/matio/Makefile b/math/matio/Makefile index 1f74bb555dad..91a62e60533d 100644 --- a/math/matio/Makefile +++ b/math/matio/Makefile @@ -3,7 +3,7 @@ PORTNAME= matio PORTVERSION= 1.5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF diff --git a/math/octave/Makefile b/math/octave/Makefile index c490b7c9f070..31435205f383 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= GNU 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 diff --git a/math/scilab/Makefile b/math/scilab/Makefile index b59abf3181d4..4cec89047d39 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -3,6 +3,7 @@ PORTNAME= scilab PORTVERSION= 5.5.2 +PORTREVISION= 1 CATEGORIES= math cad java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} |