aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-27 20:21:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-27 20:21:49 +0000
commit3023ba4e3113b80d0fa4b85c6de9b016c771aebc (patch)
tree80af577234419fb0b9b16af3ee9479389977d6f6
parent0875abf636b2fb64afe26b4287be8719346aec60 (diff)
downloadports-3023ba4e3113b80d0fa4b85c6de9b016c771aebc.tar.gz
ports-3023ba4e3113b80d0fa4b85c6de9b016c771aebc.zip
MFH: r473454
Fix MASTER_SITES - https://www.hdfgroup.org/ should be removed in r426844. - ftp://support.hdfgroup.org/ is no longer available. Approved by: ports-secteam (blanket)
Notes
Notes: svn path=/branches/2018Q2/; revision=473456
-rw-r--r--science/hdf5/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile
index a9153f3b92cf..29af1ded75c1 100644
--- a/science/hdf5/Makefile
+++ b/science/hdf5/Makefile
@@ -5,9 +5,7 @@ PORTNAME= hdf5
PORTVERSION= 1.10.1
PORTREVISION= 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
MAINTAINER= sunpoet@FreeBSD.org