Index: head/science/hdf5/Makefile =================================================================== --- head/science/hdf5/Makefile (revision 426843) +++ head/science/hdf5/Makefile (revision 426844) @@ -1,56 +1,59 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= hdf5 PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= science archivers graphics 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/ \ +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) LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP OPTIONS_DEFAULT=SZIP OPTIONS_SUB= yes CONFIGURE_ARGS= --enable-cxx \ --enable-hl \ --enable-instrument \ --enable-strict-format-checks GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes TEST_TARGET= check 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 FORTRAN_CONFIGURE_ENABLE= fortran FORTRAN_CONFIGURE_ENV= F9X=${FC} FORTRAN_USES= fortran SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} SZIP_LIB_DEPENDS= libsz.so:science/szip post-patch: @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags @${REINPLACE_CMD} \ -e '/LD_LIBRARY_PATH/ s|^|#|' \ -e 's|/share/hdf5_examples|/${EXAMPLESDIR_REL}|' \ -e 's|(INSTALL)|(INSTALL_DATA)|' \ `${FIND} ${WRKSRC} -regex '.*/examples/Makefile.in'` @${REINPLACE_CMD} -e 's|\[ -a|\[ -f|g' `${FIND} ${WRKSRC} -name \*.sh\*` .include Index: head/science/hdf5/distinfo =================================================================== --- head/science/hdf5/distinfo (revision 426843) +++ head/science/hdf5/distinfo (revision 426844) @@ -1,2 +1,3 @@ -SHA256 (hdf5-1.10.0.tar.bz2) = 31ff70dc7c7317066ab3bda3eec4498a8b099c69c1271b008ed3df388e743d28 -SIZE (hdf5-1.10.0.tar.bz2) = 11239053 +TIMESTAMP = 1479825372 +SHA256 (hdf5-1.10.0-patch1.tar.bz2) = f772264dd853dceb18855418a81c63c9cdcca7bcd075b9c54eb516af006fdfba +SIZE (hdf5-1.10.0-patch1.tar.bz2) = 11233647 Index: head/science/hdf5/pkg-plist =================================================================== --- head/science/hdf5/pkg-plist (revision 426843) +++ head/science/hdf5/pkg-plist (revision 426844) @@ -1,150 +1,150 @@ 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 bin/h5mkgrp bin/h5perf_serial bin/h5redeploy bin/h5repack bin/h5repart bin/h5stat bin/h5unjam bin/h5watch include/H5ACpublic.h include/H5AbstractDs.h include/H5Apublic.h include/H5ArrayType.h include/H5AtomType.h include/H5Attribute.h include/H5Classes.h include/H5CommonFG.h include/H5CompType.h include/H5Cpp.h include/H5CppDoc.h include/H5Cpublic.h include/H5DOpublic.h include/H5DSpublic.h include/H5DataSet.h include/H5DataSpace.h include/H5DataType.h include/H5DcreatProp.h include/H5Dpublic.h include/H5DxferProp.h include/H5EnumType.h include/H5Epubgen.h include/H5Epublic.h include/H5Exception.h include/H5FDcore.h include/H5FDdirect.h include/H5FDfamily.h include/H5FDlog.h include/H5FDmpi.h include/H5FDmpio.h include/H5FDmulti.h include/H5FDpublic.h include/H5FDsec2.h include/H5FDstdio.h include/H5FaccProp.h include/H5FcreatProp.h include/H5File.h include/H5FloatType.h include/H5Fpublic.h include/H5Gpublic.h include/H5Group.h include/H5IMpublic.h 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 include/H5PTpublic.h include/H5PacketTable.h include/H5Ppublic.h include/H5PredType.h include/H5PropList.h include/H5Rpublic.h include/H5Spublic.h include/H5StrType.h include/H5TBpublic.h include/H5Tpublic.h include/H5VarLenType.h include/H5Zpublic.h include/H5api_adpt.h %%FORTRAN%%include/H5f90i.h %%FORTRAN%%include/H5f90i_gen.h include/H5overflow.h include/H5pubconf.h include/H5public.h include/H5version.h %%FORTRAN%%include/h5_gen.mod %%FORTRAN%%include/h5a.mod %%FORTRAN%%include/h5d.mod %%FORTRAN%%include/h5ds.mod %%FORTRAN%%include/h5e.mod %%FORTRAN%%include/h5f.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/h5lib.mod %%FORTRAN%%include/h5lt.mod %%FORTRAN%%include/h5lt_const.mod %%FORTRAN%%include/h5o.mod %%FORTRAN%%include/h5p.mod %%FORTRAN%%include/h5r.mod %%FORTRAN%%include/h5s.mod %%FORTRAN%%include/h5t.mod %%FORTRAN%%include/h5tb.mod %%FORTRAN%%include/h5tb_const.mod %%FORTRAN%%include/h5z.mod include/hdf5.h %%FORTRAN%%include/hdf5.mod include/hdf5_hl.h lib/libhdf5.a lib/libhdf5.settings lib/libhdf5.so lib/libhdf5.so.100 -lib/libhdf5.so.100.0.0 +lib/libhdf5.so.100.0.1 lib/libhdf5_cpp.a lib/libhdf5_cpp.so 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.100 %%FORTRAN%%lib/libhdf5_fortran.so.100.0.0 lib/libhdf5_hl.a lib/libhdf5_hl.so 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.100 lib/libhdf5_hl_cpp.so.100.0.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