svn commit: r473454 - head/science/hdf5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 27 20:12:00 UTC 2018


Author: sunpoet
Date: Wed Jun 27 20:11:59 2018
New Revision: 473454
URL: https://svnweb.freebsd.org/changeset/ports/473454

Log:
  Fix MASTER_SITES
  
  - https://www.hdfgroup.org/ should be removed in r426844.
  - ftp://support.hdfgroup.org/ is no longer available.

Modified:
  head/science/hdf5/Makefile

Modified: head/science/hdf5/Makefile
==============================================================================
--- head/science/hdf5/Makefile	Wed Jun 27 18:34:43 2018	(r473453)
+++ head/science/hdf5/Makefile	Wed Jun 27 20:11:59 2018	(r473454)
@@ -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 at FreeBSD.org


More information about the svn-ports-all mailing list