From owner-svn-ports-head@freebsd.org Wed Apr 20 20:42:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AB1BB16308; Wed, 20 Apr 2016 20:42:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E85741F52; Wed, 20 Apr 2016 20:42:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3KKghxl080487; Wed, 20 Apr 2016 20:42:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3KKgexk080455; Wed, 20 Apr 2016 20:42:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604202042.u3KKgexk080455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Apr 2016 20:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413700 - in head: audio/csound6 devel/py-tables french/aster french/med graphics/alembic graphics/gdal graphics/openimageio graphics/vigra math/armadillo math/matio math/octave math/pd... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2016 20:42:44 -0000 Author: sunpoet Date: Wed Apr 20 20:42:39 2016 New Revision: 413700 URL: https://svnweb.freebsd.org/changeset/ports/413700 Log: - 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 Modified: head/audio/csound6/Makefile head/devel/py-tables/Makefile head/french/aster/Makefile head/french/med/Makefile head/graphics/alembic/Makefile head/graphics/gdal/Makefile head/graphics/openimageio/Makefile head/graphics/vigra/Makefile head/math/armadillo/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 Wed Apr 20 20:42:31 2016 (r413699) +++ head/audio/csound6/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,6 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 +PORTREVISION= 1 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 Modified: head/devel/py-tables/Makefile ============================================================================== --- head/devel/py-tables/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/devel/py-tables/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,6 +3,7 @@ PORTNAME= tables PORTVERSION= 3.2.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/french/aster/Makefile ============================================================================== --- head/french/aster/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/french/aster/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org Modified: head/french/med/Makefile ============================================================================== --- head/french/med/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/french/med/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= med DISTVERSION= 3.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french science MAINTAINER= thierry@FreeBSD.org Modified: head/graphics/alembic/Makefile ============================================================================== --- head/graphics/alembic/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/graphics/alembic/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,6 +3,7 @@ PORTNAME= alembic PORTVERSION= 1.5.8 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/graphics/gdal/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 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 Wed Apr 20 20:42:31 2016 (r413699) +++ head/graphics/openimageio/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -4,6 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.6.12 DISTVERSIONPREFIX= Release- +PORTREVISION= 1 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/graphics/vigra/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/math/armadillo/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 6.700.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/matio/Makefile ============================================================================== --- head/math/matio/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/math/matio/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= matio PORTVERSION= 1.5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/math/octave/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= GNU Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/math/pdal/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,6 +3,7 @@ PORTNAME= pdal PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= math databases graphics MAINTAINER= coder@tuxfamily.org Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/math/scilab/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -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} Modified: head/science/InsightToolkit/Makefile ============================================================================== --- head/science/InsightToolkit/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/InsightToolkit/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,6 +3,7 @@ PORTNAME= InsightToolkit PORTVERSION= 4.9.0 +PORTREVISION= 1 CATEGORIES= science biology MASTER_SITES= SF/itk/itk/4.9 Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/cdo/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,6 +3,7 @@ PORTNAME= cdo PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://code.zmaw.de/attachments/download/12070/ \ LOCAL/sunpoet Modified: head/science/cgnslib/Makefile ============================================================================== --- head/science/cgnslib/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/cgnslib/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= cgnslib DISTVERSION= 3.2.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= science MASTER_SITES= SF/cgns/${PORTNAME}_${PORTVERSION:R}/ Modified: head/science/ecs/Makefile ============================================================================== --- head/science/ecs/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/ecs/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= ecs PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://code-saturne.org/releases/ Modified: head/science/fvm/Makefile ============================================================================== --- head/science/fvm/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/fvm/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= fvm PORTVERSION= 0.15.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science parallel MASTER_SITES= http://code-saturne.org/releases/ Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/gnudatalanguage/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.6v2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${PORTVERSION:R} .if defined(BUILD_PYTHON_MODULE) Modified: head/science/h5utils/Makefile ============================================================================== --- head/science/h5utils/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/h5utils/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= h5utils PORTVERSION= 1.12.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/ Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/hdf5/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -2,27 +2,22 @@ # $FreeBSD$ PORTNAME= hdf5 -PORTVERSION= 1.8.15 -DISTVERSIONSUFFIX= -patch1 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= science archivers graphics -MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ - ftp://ftp.hdfgroup.org/HDF5/current/src/ \ - http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \ - ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/ \ +MASTER_SITES= https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ + ftp://www.hdfgroup.org/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* -PORTSCOUT= skipv:1.8.15-patch1 - OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP -#OPTIONS_DEFAULT=SZIP +OPTIONS_DEFAULT=SZIP OPTIONS_SUB= yes CONFIGURE_ARGS= --enable-cxx \ @@ -41,11 +36,10 @@ PORTEXAMPLES= * NOT_FOR_ARCHS= sparc64 NOT_FOR_ARCHS_REASON= does not compile -DEBUG_CONFIGURE_OFF= --enable-production -DEBUG_CONFIGURE_ON= --disable-production --enable-debug=all +DEBUG_CONFIGURE_OFF= --enable-build-mode=production +DEBUG_CONFIGURE_ON= --enable-build-mode=debug +FORTRAN_CONFIGURE_ENABLE= fortran FORTRAN_CONFIGURE_ENV= F9X=${FC} -FORTRAN_CONFIGURE_OFF= --disable-fortran --disable-fortran2003 -FORTRAN_CONFIGURE_ON= --enable-fortran --enable-fortran2003 FORTRAN_USES= fortran SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} SZIP_LIB_DEPENDS= libsz.so:science/szip Modified: head/science/hdf5/distinfo ============================================================================== --- head/science/hdf5/distinfo Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/hdf5/distinfo Wed Apr 20 20:42:39 2016 (r413700) @@ -1,2 +1,2 @@ -SHA256 (hdf5-1.8.15-patch1.tar.bz2) = a5afc630c4443547fff15e9637b5b10404adbed4c00206d89517d32d6668fb32 -SIZE (hdf5-1.8.15-patch1.tar.bz2) = 10006036 +SHA256 (hdf5-1.10.0.tar.bz2) = 31ff70dc7c7317066ab3bda3eec4498a8b099c69c1271b008ed3df388e743d28 +SIZE (hdf5-1.10.0.tar.bz2) = 11239053 Modified: head/science/hdf5/pkg-plist ============================================================================== --- head/science/hdf5/pkg-plist Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/hdf5/pkg-plist Wed Apr 20 20:42:39 2016 (r413700) @@ -2,11 +2,13 @@ bin/gif2h5 bin/h52gif bin/h5c++ bin/h5cc +bin/h5clear bin/h5copy bin/h5debug bin/h5diff bin/h5dump %%FORTRAN%%bin/h5fc +bin/h5format_convert bin/h5import bin/h5jam bin/h5ls @@ -17,6 +19,7 @@ bin/h5repack bin/h5repart bin/h5stat bin/h5unjam +bin/h5watch include/H5ACpublic.h include/H5AbstractDs.h include/H5Apublic.h @@ -63,12 +66,14 @@ include/H5IdComponent.h include/H5Include.h include/H5IntType.h include/H5Ipublic.h +include/H5LDpublic.h include/H5LTpublic.h include/H5Library.h include/H5Location.h include/H5Lpublic.h include/H5MMpublic.h include/H5Object.h +include/H5OcreatProp.h include/H5Opublic.h include/H5PLextern.h include/H5PLpublic.h @@ -91,37 +96,29 @@ include/H5overflow.h include/H5pubconf.h include/H5public.h include/H5version.h -%%FORTRAN%%include/h5_dble_interface.mod +%%FORTRAN%%include/h5_gen.mod %%FORTRAN%%include/h5a.mod -%%FORTRAN%%include/h5a_provisional.mod %%FORTRAN%%include/h5d.mod -%%FORTRAN%%include/h5d_provisional.mod %%FORTRAN%%include/h5ds.mod %%FORTRAN%%include/h5e.mod -%%FORTRAN%%include/h5e_provisional.mod %%FORTRAN%%include/h5f.mod -%%FORTRAN%%include/h5f_provisional.mod +%%FORTRAN%%include/h5fortkit.mod %%FORTRAN%%include/h5fortran_types.mod %%FORTRAN%%include/h5g.mod %%FORTRAN%%include/h5global.mod %%FORTRAN%%include/h5i.mod %%FORTRAN%%include/h5im.mod %%FORTRAN%%include/h5l.mod -%%FORTRAN%%include/h5l_provisional.mod %%FORTRAN%%include/h5lib.mod -%%FORTRAN%%include/h5lib_provisional.mod %%FORTRAN%%include/h5lt.mod +%%FORTRAN%%include/h5lt_const.mod %%FORTRAN%%include/h5o.mod -%%FORTRAN%%include/h5o_provisional.mod %%FORTRAN%%include/h5p.mod -%%FORTRAN%%include/h5p_provisional.mod %%FORTRAN%%include/h5r.mod -%%FORTRAN%%include/h5r_provisional.mod %%FORTRAN%%include/h5s.mod %%FORTRAN%%include/h5t.mod -%%FORTRAN%%include/h5t_provisional.mod %%FORTRAN%%include/h5tb.mod -%%FORTRAN%%include/h5test_kind_storage_size_mod.mod +%%FORTRAN%%include/h5tb_const.mod %%FORTRAN%%include/h5z.mod include/hdf5.h %%FORTRAN%%include/hdf5.mod @@ -129,25 +126,25 @@ include/hdf5_hl.h lib/libhdf5.a lib/libhdf5.settings lib/libhdf5.so -lib/libhdf5.so.10 -lib/libhdf5.so.10.0.1 +lib/libhdf5.so.100 +lib/libhdf5.so.100.0.0 lib/libhdf5_cpp.a lib/libhdf5_cpp.so -lib/libhdf5_cpp.so.10 -lib/libhdf5_cpp.so.10.0.1 +lib/libhdf5_cpp.so.100 +lib/libhdf5_cpp.so.100.0.0 %%FORTRAN%%lib/libhdf5_fortran.a %%FORTRAN%%lib/libhdf5_fortran.so -%%FORTRAN%%lib/libhdf5_fortran.so.10 -%%FORTRAN%%lib/libhdf5_fortran.so.10.0.1 +%%FORTRAN%%lib/libhdf5_fortran.so.100 +%%FORTRAN%%lib/libhdf5_fortran.so.100.0.0 lib/libhdf5_hl.a lib/libhdf5_hl.so -lib/libhdf5_hl.so.10 -lib/libhdf5_hl.so.10.0.1 +lib/libhdf5_hl.so.100 +lib/libhdf5_hl.so.100.0.0 lib/libhdf5_hl_cpp.a lib/libhdf5_hl_cpp.so -lib/libhdf5_hl_cpp.so.10 -lib/libhdf5_hl_cpp.so.10.0.1 +lib/libhdf5_hl_cpp.so.100 +lib/libhdf5_hl_cpp.so.100.0.0 %%FORTRAN%%lib/libhdf5hl_fortran.a %%FORTRAN%%lib/libhdf5hl_fortran.so -%%FORTRAN%%lib/libhdf5hl_fortran.so.10 -%%FORTRAN%%lib/libhdf5hl_fortran.so.10.0.1 +%%FORTRAN%%lib/libhdf5hl_fortran.so.100 +%%FORTRAN%%lib/libhdf5hl_fortran.so.100.0.0 Modified: head/science/meep/Makefile ============================================================================== --- head/science/meep/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/meep/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= meep PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ Modified: head/science/minc2/Makefile ============================================================================== --- head/science/minc2/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/minc2/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -4,7 +4,7 @@ PORTNAME= minc PORTVERSION= 2.2.00 DISTVERSIONPREFIX= release- -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= science biology PKGNAMESUFFIX= 2 Modified: head/science/mpb/Makefile ============================================================================== --- head/science/mpb/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/mpb/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= mpb PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ Modified: head/science/netcdf/Makefile ============================================================================== --- head/science/netcdf/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/netcdf/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= netcdf PORTVERSION= 4.4.0 -PORTREVISION= 1 +PORTREVISION= 2 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 Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/paraview/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,7 +3,7 @@ PORTNAME= paraview PORTVERSION= 4.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION}-source Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/py-h5py/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,6 +3,7 @@ PORTNAME= h5py PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-netCDF4/Makefile ============================================================================== --- head/science/py-netCDF4/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/py-netCDF4/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -5,6 +5,7 @@ PORTNAME= netCDF4 PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= rel +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/silo/Makefile ============================================================================== --- head/science/silo/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/science/silo/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -4,7 +4,7 @@ PORTNAME= silo PORTVERSION= 4.10 DISTVERSIONSUFFIX= -bsd -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Wed Apr 20 20:42:31 2016 (r413699) +++ head/sysutils/slurm-wlm/Makefile Wed Apr 20 20:42:39 2016 (r413700) @@ -3,6 +3,7 @@ PORTNAME= slurm PORTVERSION= 15.08.10 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \