Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2018 20:21:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r473456 - branches/2018Q2/science/hdf5
Message-ID:  <201806272021.w5RKLnSi079338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jun 27 20:21:49 2018
New Revision: 473456
URL: https://svnweb.freebsd.org/changeset/ports/473456

Log:
  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)

Modified:
  branches/2018Q2/science/hdf5/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/science/hdf5/Makefile
==============================================================================
--- branches/2018Q2/science/hdf5/Makefile	Wed Jun 27 20:18:04 2018	(r473455)
+++ branches/2018Q2/science/hdf5/Makefile	Wed Jun 27 20:21:49 2018	(r473456)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806272021.w5RKLnSi079338>