diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-30 10:56:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-30 10:56:43 +0800 |
commit | 14457a980bb98957b4bc4508fc3e5080af20610a (patch) | |
tree | afe535e7665b37cbe5dce8f22f038a531ba09559 /math | |
parent | 95e1cb59401974147f8bf94f366f28e4e17f1afd (diff) | |
download | freebsd-ports-gnome-14457a980bb98957b4bc4508fc3e5080af20610a.tar.gz freebsd-ports-gnome-14457a980bb98957b4bc4508fc3e5080af20610a.tar.zst freebsd-ports-gnome-14457a980bb98957b4bc4508fc3e5080af20610a.zip |
Update science/hdf5 to 1.10.1
- Bump PORTREVISION for shlib change
Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt
Diffstat (limited to 'math')
-rw-r--r-- | math/armadillo/Makefile | 1 | ||||
-rw-r--r-- | math/labplot/Makefile | 2 | ||||
-rw-r--r-- | math/matio/Makefile | 1 | ||||
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | math/pdal/Makefile | 2 | ||||
-rw-r--r-- | math/scilab/Makefile | 2 |
6 files changed, 6 insertions, 4 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index c977347e8c68..6153189b4360 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 7.900.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 37305b691814..85aefd2a72f2 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= labplot PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX=-kf5 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} diff --git a/math/matio/Makefile b/math/matio/Makefile index fe7d32a3c899..ca111801bf45 100644 --- a/math/matio/Makefile +++ b/math/matio/Makefile @@ -3,6 +3,7 @@ PORTNAME= matio PORTVERSION= 1.5.9 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF diff --git a/math/octave/Makefile b/math/octave/Makefile index 8222c24e98e1..7e4f8ad0895f 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 618f425c224c..de18f2537fcb 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdal PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@tuxfamily.org diff --git a/math/scilab/Makefile b/math/scilab/Makefile index e6e16ade4cb1..f8c0a1ce9af9 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -3,7 +3,7 @@ PORTNAME= scilab PORTVERSION= 5.5.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math cad java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} |