aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/csound/Makefile2
-rw-r--r--biology/kallisto/Makefile2
-rw-r--r--cad/freecad/Makefile2
-rw-r--r--cad/gmsh/Makefile1
-rw-r--r--devel/py-tables/Makefile2
-rw-r--r--graphics/alembic/Makefile1
-rw-r--r--graphics/blender/Makefile2
-rw-r--r--graphics/caffe/Makefile2
-rw-r--r--graphics/gdal/Makefile2
-rw-r--r--graphics/opencv/Makefile2
-rw-r--r--graphics/openimageio/Makefile2
-rw-r--r--graphics/vigra/Makefile1
-rw-r--r--graphics/vips/Makefile2
-rw-r--r--graphics/vv/Makefile2
-rw-r--r--math/ambit/Makefile2
-rw-r--r--math/armadillo/Makefile1
-rw-r--r--math/deal.ii/Makefile2
-rw-r--r--math/dynare/Makefile2
-rw-r--r--math/flann/Makefile2
-rw-r--r--math/labplot/Makefile2
-rw-r--r--math/libmesh/Makefile2
-rw-r--r--math/mathgl/Makefile2
-rw-r--r--math/matio/Makefile1
-rw-r--r--math/moab/Makefile2
-rw-r--r--math/octave/Makefile2
-rw-r--r--math/pdal/Makefile2
-rw-r--r--math/scilab/Makefile2
-rw-r--r--science/ALPSCore/Makefile2
-rw-r--r--science/InsightToolkit/Makefile2
-rw-r--r--science/MOOSE-neural-simulator/Makefile2
-rw-r--r--science/avogadro2/Makefile2
-rw-r--r--science/avogadrolibs/Makefile2
-rw-r--r--science/cdo/Makefile2
-rw-r--r--science/cgnslib/Makefile2
-rw-r--r--science/chemps2/Makefile2
-rw-r--r--science/chrono/Makefile2
-rw-r--r--science/code_saturne/Makefile2
-rw-r--r--science/dft_tools/Makefile2
-rw-r--r--science/erkale/Makefile2
-rw-r--r--science/fleur/Makefile2
-rw-r--r--science/gnudatalanguage/Makefile2
-rw-r--r--science/h5utils/Makefile2
-rw-r--r--science/h5z-zfp/Makefile1
-rw-r--r--science/hdf5/Makefile3
-rw-r--r--science/hdf5/distinfo6
-rw-r--r--science/hdf5/files/patch-src_H5detect.c112
-rw-r--r--science/hdf5/pkg-plist17
-rw-r--r--science/jdftx/Makefile2
-rw-r--r--science/lm/Makefile2
-rw-r--r--science/meep/Makefile2
-rw-r--r--science/minc2/Makefile2
-rw-r--r--science/mpb/Makefile2
-rw-r--r--science/netcdf/Makefile2
-rw-r--r--science/paraview/Makefile2
-rw-r--r--science/py-h5py/Makefile1
-rw-r--r--science/py-netCDF4/Makefile2
-rw-r--r--science/qmcpack/Makefile1
-rw-r--r--science/rmf/Makefile2
-rw-r--r--science/silo/Makefile2
-rw-r--r--science/triqs/Makefile2
-rw-r--r--sysutils/slurm-wlm/Makefile2
61 files changed, 70 insertions, 174 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index 9f15f03b5da4..42d45bbcfa99 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -4,7 +4,7 @@
PORTNAME= csound
DISTVERSION= 6.12.2-83
DISTVERSIONSUFFIX= -gdf2edd269
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio lang
MAINTAINER= yuri@FreeBSD.org
diff --git a/biology/kallisto/Makefile b/biology/kallisto/Makefile
index 7be076b61d49..c63d4ac8c7d5 100644
--- a/biology/kallisto/Makefile
+++ b/biology/kallisto/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kallisto
DISTVERSIONPREFIX= v
DISTVERSION= 0.43.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile
index 18eac7ecaf33..df1fc0dd0ec5 100644
--- a/cad/freecad/Makefile
+++ b/cad/freecad/Makefile
@@ -3,7 +3,7 @@
PORTNAME= FreeCAD
DISTVERSION= 0.17-13541 # git rev-list --count
DISTVERSIONSUFFIX= -g9948ee4f1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= cad
MAINTAINER= ports@FreeBSD.org
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 0a6e34cc1853..50c3bd984247 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gmsh
DISTVERSION= 4.0.7
+PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://gmsh.info/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile
index 352f3806b2e7..23f97bc6fad7 100644
--- a/devel/py-tables/Makefile
+++ b/devel/py-tables/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tables
PORTVERSION= 3.4.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile
index ee524e5fab40..814d1f0189fb 100644
--- a/graphics/alembic/Makefile
+++ b/graphics/alembic/Makefile
@@ -3,6 +3,7 @@
PORTNAME= alembic
PORTVERSION= 1.7.10
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= danfe@FreeBSD.org
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 82ef37868d0e..207a7f0ecc74 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -3,7 +3,7 @@
PORTNAME= blender
PORTVERSION= 2.79b
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics games
MASTER_SITES= http://download.blender.org/source/ \
http://mirror.cs.umn.edu/blender.org/source/ \
diff --git a/graphics/caffe/Makefile b/graphics/caffe/Makefile
index 4ade7e7b3d14..ae426bfb6fe8 100644
--- a/graphics/caffe/Makefile
+++ b/graphics/caffe/Makefile
@@ -2,7 +2,7 @@
PORTNAME= caffe
PORTVERSION= 1.0
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= graphics
MAINTAINER= eric@camachat.org
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index dcb52947d915..205c5ff4f90f 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gdal
PORTVERSION= 2.2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 151dcc9a38f5..f23b1d8e6f24 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opencv
PORTVERSION= 3.4.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 1aa1bab69a05..57414ade4b91 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -4,7 +4,7 @@
PORTNAME= openimageio
PORTVERSION= 1.8.17
DISTVERSIONPREFIX= Release-
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile
index 0b3395b52006..47903364adb1 100644
--- a/graphics/vigra/Makefile
+++ b/graphics/vigra/Makefile
@@ -4,6 +4,7 @@
PORTNAME= vigra
DISTVERSIONPREFIX=v
DISTVERSION= 1.11.1
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index dbc65490406f..a40a98af3d05 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vips
PORTVERSION= 8.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
diff --git a/graphics/vv/Makefile b/graphics/vv/Makefile
index 46c7ffabd5dc..3b53dafafc69 100644
--- a/graphics/vv/Makefile
+++ b/graphics/vv/Makefile
@@ -4,7 +4,7 @@ PORTNAME= vv
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.0-271
DISTVERSIONSUFFIX= -g24b75af3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/ambit/Makefile b/math/ambit/Makefile
index eb711b63115d..82bdb05f9343 100644
--- a/math/ambit/Makefile
+++ b/math/ambit/Makefile
@@ -4,7 +4,7 @@ PORTNAME= ambit
DISTVERSIONPREFIX= v
DISTVERSION= 0.2-37
DISTVERSIONSUFFIX= -g9c7049a
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= math
PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile
index 0a11e9c99b86..d3c394b73e99 100644
--- a/math/armadillo/Makefile
+++ b/math/armadillo/Makefile
@@ -2,6 +2,7 @@
PORTNAME= armadillo
PORTVERSION= 9.200.6
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/arma
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile
index 5a4d2055dba1..18d637c0a48c 100644
--- a/math/deal.ii/Makefile
+++ b/math/deal.ii/Makefile
@@ -3,7 +3,7 @@
PORTNAME= deal.II
DISTVERSIONPREFIX= v
DISTVERSION= 9.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dynare/Makefile b/math/dynare/Makefile
index a67c5a1578ae..0ec2e7c5b103 100644
--- a/math/dynare/Makefile
+++ b/math/dynare/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dynare
DISTVERSION= 4.5.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= http://www.dynare.org/release/source/
diff --git a/math/flann/Makefile b/math/flann/Makefile
index c39253c018aa..316f16b15a84 100644
--- a/math/flann/Makefile
+++ b/math/flann/Makefile
@@ -3,7 +3,7 @@
PORTNAME= flann
DISTVERSION= 1.9.1-19
DISTVERSIONSUFFIX= -gf3a17cd
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/labplot/Makefile b/math/labplot/Makefile
index 1f2303a5236d..fa61da4c77a6 100644
--- a/math/labplot/Makefile
+++ b/math/labplot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= labplot
PORTVERSION= 2.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
diff --git a/math/libmesh/Makefile b/math/libmesh/Makefile
index 039cb731433d..56e5b88baf59 100644
--- a/math/libmesh/Makefile
+++ b/math/libmesh/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libmesh
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/mathgl/Makefile b/math/mathgl/Makefile
index 3bd39ae96628..db187d83be0a 100644
--- a/math/mathgl/Makefile
+++ b/math/mathgl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mathgl
DISTVERSION= 2.4.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION:R}
diff --git a/math/matio/Makefile b/math/matio/Makefile
index d6c8371cd37a..fc7182359a0f 100644
--- a/math/matio/Makefile
+++ b/math/matio/Makefile
@@ -3,6 +3,7 @@
PORTNAME= matio
PORTVERSION= 1.5.13
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF
diff --git a/math/moab/Makefile b/math/moab/Makefile
index 678789cfa97a..ec2090f2aef0 100644
--- a/math/moab/Makefile
+++ b/math/moab/Makefile
@@ -2,7 +2,7 @@
PORTNAME= moab
DISTVERSION= 5.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
diff --git a/math/octave/Makefile b/math/octave/Makefile
index bca94b6a92a5..2dbb614afe5b 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -3,7 +3,7 @@
PORTNAME= octave
PORTVERSION= ${OCTAVE_VERSION}
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= math java
MASTER_SITES= GNU
diff --git a/math/pdal/Makefile b/math/pdal/Makefile
index 929863e8c039..dec71e814ba6 100644
--- a/math/pdal/Makefile
+++ b/math/pdal/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pdal
DISTVERSION= 1.7.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= math databases graphics
MAINTAINER= lbartoletti@tuxfamily.org
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 7ade1a8cb72e..f456478f4d7c 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scilab
PORTVERSION= 5.5.2
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= math cad java
MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX}
diff --git a/science/ALPSCore/Makefile b/science/ALPSCore/Makefile
index 336b1416a2dc..dbce96c38ca2 100644
--- a/science/ALPSCore/Makefile
+++ b/science/ALPSCore/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ALPSCore
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science
MAINTAINER= mike.d.ft402@gmail.com
diff --git a/science/InsightToolkit/Makefile b/science/InsightToolkit/Makefile
index e72b6585d679..ad5841b06bbe 100644
--- a/science/InsightToolkit/Makefile
+++ b/science/InsightToolkit/Makefile
@@ -3,7 +3,7 @@
PORTNAME= InsightToolkit
PORTVERSION= 4.13.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science biology
MASTER_SITES= SF/itk/itk/${ITK_VER}
diff --git a/science/MOOSE-neural-simulator/Makefile b/science/MOOSE-neural-simulator/Makefile
index ff9d8ccca863..01c1c130cd1e 100644
--- a/science/MOOSE-neural-simulator/Makefile
+++ b/science/MOOSE-neural-simulator/Makefile
@@ -3,7 +3,7 @@
PORTNAME= MOOSE-neural-simulator
DISTVERSION= 3.1.2
-PORTREVISION= 6
+PORTREVISION= 7
DISTVERSIONSUFFIX= -382-gc93d23a
CATEGORIES= science biology
diff --git a/science/avogadro2/Makefile b/science/avogadro2/Makefile
index fab60b0537de..c4215833cb11 100644
--- a/science/avogadro2/Makefile
+++ b/science/avogadro2/Makefile
@@ -2,7 +2,7 @@
PORTNAME= avogadro2
DISTVERSION= 1.91.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/avogadrolibs/Makefile b/science/avogadrolibs/Makefile
index 3d0e5f220759..8dc41a03ae1f 100644
--- a/science/avogadrolibs/Makefile
+++ b/science/avogadrolibs/Makefile
@@ -2,7 +2,7 @@
PORTNAME= avogadrolibs
DISTVERSION= 1.92.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
diff --git a/science/cdo/Makefile b/science/cdo/Makefile
index 0dca2458628b..17ecbc0488cf 100644
--- a/science/cdo/Makefile
+++ b/science/cdo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cdo
PORTVERSION= 1.9.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science
MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/18264/ \
LOCAL/sunpoet
diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile
index f33413a632f1..1cd39ffeb63a 100644
--- a/science/cgnslib/Makefile
+++ b/science/cgnslib/Makefile
@@ -4,7 +4,7 @@
PORTNAME= cgnslib
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= science
diff --git a/science/chemps2/Makefile b/science/chemps2/Makefile
index 5dde503cd33a..7f124455a217 100644
--- a/science/chemps2/Makefile
+++ b/science/chemps2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= CheMPS2
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/chrono/Makefile b/science/chrono/Makefile
index 868617e0d37a..ef1f0c505077 100644
--- a/science/chrono/Makefile
+++ b/science/chrono/Makefile
@@ -3,7 +3,7 @@
PORTNAME= chrono
DISTVERSION= 2.0.0-9070
DISTVERSIONSUFFIX= -g57a828dc0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile
index c914d156e75f..8ce3411c2a7b 100644
--- a/science/code_saturne/Makefile
+++ b/science/code_saturne/Makefile
@@ -3,7 +3,7 @@
PORTNAME= code_saturne
PORTVERSION= 5.3.1
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= science parallel
diff --git a/science/dft_tools/Makefile b/science/dft_tools/Makefile
index 549385bfd242..8fab6a4be7c3 100644
--- a/science/dft_tools/Makefile
+++ b/science/dft_tools/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dft_tools
DISTVERSION= 1.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/erkale/Makefile b/science/erkale/Makefile
index d30a2ab6f266..c0113817c830 100644
--- a/science/erkale/Makefile
+++ b/science/erkale/Makefile
@@ -2,7 +2,7 @@
PORTNAME= erkale
DISTVERSION= g20181121
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/fleur/Makefile b/science/fleur/Makefile
index 275080ff1702..85824d9968fd 100644
--- a/science/fleur/Makefile
+++ b/science/fleur/Makefile
@@ -2,7 +2,7 @@
PORTNAME= fleur
DISTVERSION= 0.27-3 # Release 3 of Version 0.27
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= science
MASTER_SITES= http://www.flapw.de/pm/uploads/FLEUR/
DISTNAME= fleurMaXR${DISTVERSION:C/.*-//}
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile
index d2cd2c7e275f..19a41f5eb25a 100644
--- a/science/gnudatalanguage/Makefile
+++ b/science/gnudatalanguage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnudatalanguage
PORTVERSION= 0.9.9
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= science lang
.if defined(BUILD_PYTHON_MODULE)
diff --git a/science/h5utils/Makefile b/science/h5utils/Makefile
index 36707015d8d2..98e634c81088 100644
--- a/science/h5utils/Makefile
+++ b/science/h5utils/Makefile
@@ -3,7 +3,7 @@
PORTNAME= h5utils
DISTVERSION= 1.13.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science
MAINTAINER= aehlig@linta.de
diff --git a/science/h5z-zfp/Makefile b/science/h5z-zfp/Makefile
index 52eb5db61147..b198f40b2dad 100644
--- a/science/h5z-zfp/Makefile
+++ b/science/h5z-zfp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= h5z-zfp
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile
index c9f32b30d839..5480eb0ed616 100644
--- a/science/hdf5/Makefile
+++ b/science/hdf5/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= hdf5
-PORTVERSION= 1.10.2
-PORTREVISION= 1
+PORTVERSION= 1.10.4
CATEGORIES= science archivers graphics
MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \
LOCAL/sunpoet
diff --git a/science/hdf5/distinfo b/science/hdf5/distinfo
index 83099508b371..c8d0e6ba5a67 100644
--- a/science/hdf5/distinfo
+++ b/science/hdf5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523098063
-SHA256 (hdf5-1.10.2.tar.bz2) = 1cad5b7bfdf128dfc53cd16fba48f6e7ae4e93c75c371d9ec8dfc4df0c1fcb71
-SIZE (hdf5-1.10.2.tar.bz2) = 8609163
+TIMESTAMP = 1541673300
+SHA256 (hdf5-1.10.4.tar.bz2) = 1267ff06aaedc04ca25f7c6026687ea2884b837043431195f153401d942b28df
+SIZE (hdf5-1.10.4.tar.bz2) = 8598986
diff --git a/science/hdf5/files/patch-src_H5detect.c b/science/hdf5/files/patch-src_H5detect.c
deleted file mode 100644
index 76db6261fd7b..000000000000
--- a/science/hdf5/files/patch-src_H5detect.c
+++ /dev/null
@@ -1,112 +0,0 @@
---- src/H5detect.c.orig 2018-12-12 22:50:50 UTC
-+++ src/H5detect.c
-@@ -1360,8 +1360,8 @@ bit.\n";
- *
- *-------------------------------------------------------------------------
- */
--static void
--detect_C89_integers(void) HDF_NO_UBSAN
-+static void HDF_NO_UBSAN
-+detect_C89_integers(void)
- {
- DETECT_BYTE(signed char, SCHAR, d_g[nd_g]); nd_g++;
- DETECT_BYTE(unsigned char, UCHAR, d_g[nd_g]); nd_g++;
-@@ -1388,8 +1388,8 @@ detect_C89_integers(void) HDF_NO_UBSAN
- *
- *-------------------------------------------------------------------------
- */
--static void
--detect_C89_floats(void) HDF_NO_UBSAN
-+static void HDF_NO_UBSAN
-+detect_C89_floats(void)
- {
- DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
- DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
-@@ -1410,8 +1410,8 @@ detect_C89_floats(void) HDF_NO_UBSAN
- *
- *-------------------------------------------------------------------------
- */
--static void
--detect_C99_integers8(void) HDF_NO_UBSAN
-+static void HDF_NO_UBSAN
-+detect_C99_integers8(void)
- {
- #if H5_SIZEOF_INT8_T>0
- #if H5_SIZEOF_INT8_T==1
-@@ -1472,8 +1472,8 @@ detect_C99_integers8(void) HDF_NO_UBSAN
- *
- *-------------------------------------------------------------------------
- */
--static void
--detect_C99_integers16(void) HDF_NO_UBSAN
-+static void HDF_NO_UBSAN
-+detect_C99_integers16(void)
- {
- #if H5_SIZEOF_INT16_T>0
- DETECT_I(int16_t, INT16, d_g[nd_g]); nd_g++;
-@@ -1510,8 +1510,8 @@ detect_C99_integers16(void) HDF_NO_UBSAN
- *
- *-------------------------------------------------------------------------
- */
--static void
--detect_C99_integers32(void) HDF_NO_UBSAN
-+static void HDF_NO_UBSAN
-+detect_C99_integers32(void)
- {
- #if H5_SIZEOF_INT32_T>0
- DETECT_I(int32_t, INT32, d_g[nd_g]); nd_g++;
-@@ -1548,8 +1548,8 @@ detect_C99_integers32(void) HDF_NO_UBSAN
- *
- *-------------------------------------------------------------------------
- */
--static void
--detect_C99_integers64(void) HDF_NO_UBSAN
-+static void HDF_NO_UBSAN
-+detect_C99_integers64(void)
- {
- #if H5_SIZEOF_INT64_T>0
- DETECT_I(int64_t, INT64, d_g[nd_g]); nd_g++;
-@@ -1599,8 +1599,8 @@ detect_C99_integers64(void) HDF_NO_UBSAN
- *
- *-------------------------------------------------------------------------
- */
--static void
--detect_C99_integers(void) HDF_NO_UBSAN
-+static void HDF_NO_UBSAN
-+detect_C99_integers(void)
- {
- /* break it down to more subroutines so that each module subroutine */
- /* is smaller and takes less time to compile with optimization on. */
-@@ -1625,8 +1625,8 @@ detect_C99_integers(void) HDF_NO_UBSAN
- *
- *-------------------------------------------------------------------------
- */
--static void
--detect_C99_floats(void) HDF_NO_UBSAN
-+static void HDF_NO_UBSAN
-+detect_C99_floats(void)
- {
- #if H5_SIZEOF_DOUBLE == H5_SIZEOF_LONG_DOUBLE
- /*
-@@ -1656,8 +1656,8 @@ detect_C99_floats(void) HDF_NO_UBSAN
- *
- *-------------------------------------------------------------------------
- */
--static void
--detect_alignments(void) HDF_NO_UBSAN
-+static void HDF_NO_UBSAN
-+detect_alignments(void)
- {
- /* Detect structure alignment for pointers, hvl_t, hobj_ref_t, hdset_reg_ref_t */
- DETECT_M(void *, POINTER, m_g[na_g]); na_g++;
-@@ -1744,8 +1744,8 @@ static int verify_signal_handlers(int signum, void (*h
- *
- *-------------------------------------------------------------------------
- */
--int
--main(void) HDF_NO_UBSAN
-+int HDF_NO_UBSAN
-+main(void)
- {
-
- #if defined(H5_HAVE_SETSYSINFO) && defined(SSI_NVPAIRS)
diff --git a/science/hdf5/pkg-plist b/science/hdf5/pkg-plist
index 06cba2a4dc28..19a804bc184f 100644
--- a/science/hdf5/pkg-plist
+++ b/science/hdf5/pkg-plist
@@ -34,6 +34,7 @@ include/H5CppDoc.h
include/H5Cpublic.h
include/H5DOpublic.h
include/H5DSpublic.h
+include/H5DaccProp.h
include/H5DataSet.h
include/H5DataSpace.h
include/H5DataType.h
@@ -136,25 +137,25 @@ include/hdf5_hl.h
lib/libhdf5.a
lib/libhdf5.settings
lib/libhdf5.so
-lib/libhdf5.so.101
-lib/libhdf5.so.101.1.0
+lib/libhdf5.so.103
+lib/libhdf5.so.103.0.0
lib/libhdf5_cpp.a
lib/libhdf5_cpp.so
-lib/libhdf5_cpp.so.102
-lib/libhdf5_cpp.so.102.0.0
+lib/libhdf5_cpp.so.103
+lib/libhdf5_cpp.so.103.0.0
%%FORTRAN%%lib/libhdf5_fortran.a
%%FORTRAN%%lib/libhdf5_fortran.so
%%FORTRAN%%lib/libhdf5_fortran.so.100
-%%FORTRAN%%lib/libhdf5_fortran.so.100.1.1
+%%FORTRAN%%lib/libhdf5_fortran.so.100.1.2
lib/libhdf5_hl.a
lib/libhdf5_hl.so
lib/libhdf5_hl.so.100
-lib/libhdf5_hl.so.100.1.0
+lib/libhdf5_hl.so.100.1.1
lib/libhdf5_hl_cpp.a
lib/libhdf5_hl_cpp.so
lib/libhdf5_hl_cpp.so.100
-lib/libhdf5_hl_cpp.so.100.1.1
+lib/libhdf5_hl_cpp.so.100.1.2
%%FORTRAN%%lib/libhdf5hl_fortran.a
%%FORTRAN%%lib/libhdf5hl_fortran.so
%%FORTRAN%%lib/libhdf5hl_fortran.so.100
-%%FORTRAN%%lib/libhdf5hl_fortran.so.100.0.2
+%%FORTRAN%%lib/libhdf5hl_fortran.so.100.0.3
diff --git a/science/jdftx/Makefile b/science/jdftx/Makefile
index 2d6a8b6b075c..292f9e826677 100644
--- a/science/jdftx/Makefile
+++ b/science/jdftx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jdftx
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.2-74
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONSUFFIX= -gba743849
CATEGORIES= science
diff --git a/science/lm/Makefile b/science/lm/Makefile
index 3b8fda3185e1..abb5f783427e 100644
--- a/science/lm/Makefile
+++ b/science/lm/Makefile
@@ -2,7 +2,7 @@
PORTNAME= lm
DISTVERSION= 2.3.0
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONSUFFIX= -src
CATEGORIES= science
MASTER_SITES= http://scs.illinois.edu/schulten/${PORTNAME}/download/${PORTNAME}${DISTVERSION:R:S/.//}/
diff --git a/science/meep/Makefile b/science/meep/Makefile
index 0927ba0942ff..203385276a9c 100644
--- a/science/meep/Makefile
+++ b/science/meep/Makefile
@@ -3,7 +3,7 @@
PORTNAME= meep
PORTVERSION= 1.2.1
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/meep/
diff --git a/science/minc2/Makefile b/science/minc2/Makefile
index cff8fcb03ede..d7e233bf1aa4 100644
--- a/science/minc2/Makefile
+++ b/science/minc2/Makefile
@@ -4,7 +4,7 @@
PORTNAME= minc
PORTVERSION= 2.2.00
DISTVERSIONPREFIX= release-
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= science biology
PKGNAMESUFFIX= 2
diff --git a/science/mpb/Makefile b/science/mpb/Makefile
index a942eef74908..7a92f614644d 100644
--- a/science/mpb/Makefile
+++ b/science/mpb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mpb
PORTVERSION= 1.5
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/mpb/
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile
index 89027ac419c7..61394aa52250 100644
--- a/science/netcdf/Makefile
+++ b/science/netcdf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= netcdf
PORTVERSION= 4.6.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= https://www.unidata.ucar.edu/downloads/netcdf/ftp/ \
ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index efb08e3ce0c3..1ef7e8c4542c 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -3,7 +3,7 @@
PORTNAME= paraview
DISTVERSION= 5.5.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= science graphics
MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/
DISTNAME= ParaView-v${PORTVERSION}
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index cbed3afee0da..f72a5f14edaf 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -3,6 +3,7 @@
PORTNAME= h5py
PORTVERSION= 2.9.0
+PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/science/py-netCDF4/Makefile b/science/py-netCDF4/Makefile
index 640d4adefcda..ba2a1a80ad87 100644
--- a/science/py-netCDF4/Makefile
+++ b/science/py-netCDF4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= netCDF4
PORTVERSION= 1.3.1
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= rel
CATEGORIES= science python
diff --git a/science/qmcpack/Makefile b/science/qmcpack/Makefile
index 07afcd854e7b..06005d013140 100644
--- a/science/qmcpack/Makefile
+++ b/science/qmcpack/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qmcpack
DISTVERSIONPREFIX= v
DISTVERSION= 3.6.0
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/rmf/Makefile b/science/rmf/Makefile
index 6aaa60b9baed..692992d4ddcc 100644
--- a/science/rmf/Makefile
+++ b/science/rmf/Makefile
@@ -2,7 +2,7 @@
PORTNAME= rmf
DISTVERSION= 1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/silo/Makefile b/science/silo/Makefile
index 502ba3a2273e..f0b80c763b17 100644
--- a/science/silo/Makefile
+++ b/science/silo/Makefile
@@ -4,7 +4,7 @@
PORTNAME= silo
PORTVERSION= 4.10.2
DISTVERSIONSUFFIX= -bsd
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= science
MASTER_SITES= http://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PORTNAME}/silo-${PORTVERSION}/
diff --git a/science/triqs/Makefile b/science/triqs/Makefile
index 406f91cec1bf..e3ed4422e6f2 100644
--- a/science/triqs/Makefile
+++ b/science/triqs/Makefile
@@ -2,7 +2,7 @@
PORTNAME= triqs
DISTVERSION= 2.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile
index f0a0bd12a7b0..f519c2c60be7 100644
--- a/sysutils/slurm-wlm/Makefile
+++ b/sysutils/slurm-wlm/Makefile
@@ -2,7 +2,7 @@
PORTNAME= slurm
DISTVERSION= 17.02.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.schedmd.com/download/latest/ \
http://www.schedmd.com/download/archive/ \