Date: Tue, 30 May 2017 02:56:44 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442050 - in head: audio/csound6 cad/freecad cad/gmsh devel/py-tables graphics/alembic graphics/caffe graphics/gdal graphics/openimageio graphics/vigra graphics/vips math/armadillo math... Message-ID: <201705300256.v4U2uivD048108@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue May 30 02:56:43 2017 New Revision: 442050 URL: https://svnweb.freebsd.org/changeset/ports/442050 Log: 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 Modified: head/audio/csound6/Makefile head/cad/freecad/Makefile head/cad/gmsh/Makefile head/devel/py-tables/Makefile head/graphics/alembic/Makefile head/graphics/caffe/Makefile head/graphics/gdal/Makefile head/graphics/openimageio/Makefile head/graphics/vigra/Makefile head/graphics/vips/Makefile head/math/armadillo/Makefile head/math/labplot/Makefile head/math/matio/Makefile head/math/octave/Makefile head/math/pdal/Makefile head/math/scilab/Makefile head/science/InsightToolkit/Makefile head/science/cdo/Makefile head/science/cgnslib/Makefile head/science/ecs/Makefile head/science/fvm/Makefile head/science/gnudatalanguage/Makefile head/science/h5utils/Makefile head/science/hdf5/Makefile head/science/hdf5/distinfo head/science/hdf5/pkg-plist head/science/meep/Makefile head/science/minc2/Makefile head/science/mpb/Makefile head/science/netcdf/Makefile head/science/paraview/Makefile head/science/py-h5py/Makefile head/science/py-netCDF4/Makefile head/science/silo/Makefile head/sysutils/slurm-wlm/Makefile Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/audio/csound6/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/cad/freecad/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20170310 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MAINTAINER= tj+freebsd_ports@a13.fr Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/cad/gmsh/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= gmsh PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/devel/py-tables/Makefile ============================================================================== --- head/devel/py-tables/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/devel/py-tables/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= tables PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/alembic/Makefile ============================================================================== --- head/graphics/alembic/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/alembic/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= alembic PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org Modified: head/graphics/caffe/Makefile ============================================================================== --- head/graphics/caffe/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/caffe/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -2,6 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= eric@camachat.org Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/gdal/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/openimageio/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -4,7 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.6.12 DISTVERSIONPREFIX= Release- -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/vigra/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/vips/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/armadillo/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 7.900.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/labplot/Makefile ============================================================================== --- head/math/labplot/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/labplot/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -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} Modified: head/math/matio/Makefile ============================================================================== --- head/math/matio/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/matio/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= matio PORTVERSION= 1.5.9 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/octave/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= GNU Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/pdal/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= pdal PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@tuxfamily.org Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/scilab/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -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} Modified: head/science/InsightToolkit/Makefile ============================================================================== --- head/science/InsightToolkit/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/InsightToolkit/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= InsightToolkit PORTVERSION= 4.11.0 +PORTREVISION= 1 CATEGORIES= science biology MASTER_SITES= SF/itk/itk/${ITK_VER} Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/cdo/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= cdo PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://code.zmaw.de/attachments/download/14686/ \ LOCAL/sunpoet Modified: head/science/cgnslib/Makefile ============================================================================== --- head/science/cgnslib/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/cgnslib/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= cgnslib DISTVERSION= 3.2.1 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= science MASTER_SITES= SF/cgns/${PORTNAME}_${PORTVERSION:R}/ Modified: head/science/ecs/Makefile ============================================================================== --- head/science/ecs/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/ecs/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= ecs PORTVERSION= 2.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://code-saturne.org/releases/ Modified: head/science/fvm/Makefile ============================================================================== --- head/science/fvm/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/fvm/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= fvm PORTVERSION= 0.15.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science parallel MASTER_SITES= http://code-saturne.org/releases/ Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/gnudatalanguage/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${PORTVERSION} .if defined(BUILD_PYTHON_MODULE) Modified: head/science/h5utils/Makefile ============================================================================== --- head/science/h5utils/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/h5utils/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= h5utils PORTVERSION= 1.12.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/ Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/hdf5/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -2,14 +2,12 @@ # $FreeBSD$ PORTNAME= hdf5 -PORTVERSION= 1.10.0 -PORTREVISION= 3 +PORTVERSION= 1.10.1 CATEGORIES= science archivers graphics MASTER_SITES= https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ ftp://support.hdfgroup.org/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ LOCAL/sunpoet -DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) @@ -19,6 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= does not compile + OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP OPTIONS_DEFAULT=SZIP OPTIONS_SUB= yes @@ -35,9 +36,6 @@ USE_LDCONFIG= yes USES= libtool localbase tar:bzip2 PORTEXAMPLES= * - -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON= does not compile DEBUG_CONFIGURE_OFF= --enable-build-mode=production DEBUG_CONFIGURE_ON= --enable-build-mode=debug Modified: head/science/hdf5/distinfo ============================================================================== --- head/science/hdf5/distinfo Tue May 30 01:50:00 2017 (r442049) +++ head/science/hdf5/distinfo Tue May 30 02:56:43 2017 (r442050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479825372 -SHA256 (hdf5-1.10.0-patch1.tar.bz2) = f772264dd853dceb18855418a81c63c9cdcca7bcd075b9c54eb516af006fdfba -SIZE (hdf5-1.10.0-patch1.tar.bz2) = 11233647 +TIMESTAMP = 1495553545 +SHA256 (hdf5-1.10.1.tar.bz2) = 9c5ce1e33d2463fb1a42dd04daacbc22104e57676e2204e3d66b1ef54b88ebf2 +SIZE (hdf5-1.10.1.tar.bz2) = 11769617 Modified: head/science/hdf5/pkg-plist ============================================================================== --- head/science/hdf5/pkg-plist Tue May 30 01:50:00 2017 (r442049) +++ head/science/hdf5/pkg-plist Tue May 30 02:56:43 2017 (r442050) @@ -68,6 +68,7 @@ include/H5IntType.h include/H5Ipublic.h include/H5LDpublic.h include/H5LTpublic.h +include/H5LaccProp.h include/H5Library.h include/H5Location.h include/H5Lpublic.h @@ -123,28 +124,45 @@ include/H5version.h include/hdf5.h %%FORTRAN%%include/hdf5.mod include/hdf5_hl.h +%%FORTRAN%%include/tstds.mod +%%FORTRAN%%include/tstds_tests.mod +%%FORTRAN%%include/tstimage.mod +%%FORTRAN%%include/tstimage_tests.mod +%%FORTRAN%%include/tstlite.mod +%%FORTRAN%%include/tstlite_tests.mod +%%FORTRAN%%include/tsttable.mod +%%FORTRAN%%include/tsttable_tests.mod +lib/libdynlib1.so +lib/libdynlib2.so +lib/libdynlib3.so +lib/libdynlib4.so +lib/libdynlibadd.so +lib/libdynlibdiff.so +lib/libdynlibdump.so +lib/libdynlibls.so +lib/libdynlibvers.so lib/libhdf5.a lib/libhdf5.settings lib/libhdf5.so -lib/libhdf5.so.100 -lib/libhdf5.so.100.0.1 +lib/libhdf5.so.101 +lib/libhdf5.so.101.0.0 lib/libhdf5_cpp.a lib/libhdf5_cpp.so -lib/libhdf5_cpp.so.100 -lib/libhdf5_cpp.so.100.0.0 +lib/libhdf5_cpp.so.101 +lib/libhdf5_cpp.so.101.0.0 %%FORTRAN%%lib/libhdf5_fortran.a %%FORTRAN%%lib/libhdf5_fortran.so %%FORTRAN%%lib/libhdf5_fortran.so.100 -%%FORTRAN%%lib/libhdf5_fortran.so.100.0.1 +%%FORTRAN%%lib/libhdf5_fortran.so.100.1.0 lib/libhdf5_hl.a lib/libhdf5_hl.so lib/libhdf5_hl.so.100 -lib/libhdf5_hl.so.100.0.0 +lib/libhdf5_hl.so.100.0.1 lib/libhdf5_hl_cpp.a lib/libhdf5_hl_cpp.so lib/libhdf5_hl_cpp.so.100 -lib/libhdf5_hl_cpp.so.100.0.0 +lib/libhdf5_hl_cpp.so.100.1.0 %%FORTRAN%%lib/libhdf5hl_fortran.a %%FORTRAN%%lib/libhdf5hl_fortran.so %%FORTRAN%%lib/libhdf5hl_fortran.so.100 -%%FORTRAN%%lib/libhdf5hl_fortran.so.100.0.0 +%%FORTRAN%%lib/libhdf5hl_fortran.so.100.0.1 Modified: head/science/meep/Makefile ============================================================================== --- head/science/meep/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/meep/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= meep PORTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ Modified: head/science/minc2/Makefile ============================================================================== --- head/science/minc2/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/minc2/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -4,7 +4,7 @@ PORTNAME= minc PORTVERSION= 2.2.00 DISTVERSIONPREFIX= release- -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= science biology PKGNAMESUFFIX= 2 Modified: head/science/mpb/Makefile ============================================================================== --- head/science/mpb/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/mpb/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= mpb PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ Modified: head/science/netcdf/Makefile ============================================================================== --- head/science/netcdf/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/netcdf/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= netcdf PORTVERSION= 4.4.1.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ Modified: head/science/paraview/Makefile ============================================================================== --- head/science/paraview/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/paraview/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= paraview PORTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION} Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/py-h5py/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= h5py PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-netCDF4/Makefile ============================================================================== --- head/science/py-netCDF4/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/py-netCDF4/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -5,6 +5,7 @@ PORTNAME= netCDF4 PORTVERSION= 1.2.7 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= rel +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/silo/Makefile ============================================================================== --- head/science/silo/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/silo/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= silo PORTVERSION= 4.10.2 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -bsd CATEGORIES= science MASTER_SITES= http://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PORTNAME}/silo-${PORTVERSION}/ Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/sysutils/slurm-wlm/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= slurm PORTVERSION= 16.05.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705300256.v4U2uivD048108>