Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2017 16:33:08 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450274 - head/math/mpfr
Message-ID:  <201709211633.v8LGX8YC030891@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Sep 21 16:33:08 2017
New Revision: 450274
URL: https://svnweb.freebsd.org/changeset/ports/450274

Log:
  Add some backup sites for math/mpfr
  
  The mpfr.org site is down, and there's no backup mirrors set.
  Distcache doesn't have the tarball, so the port is unfetchable
  Add MASTER_SITE_GNU as a backup.

Modified:
  head/math/mpfr/Makefile

Modified: head/math/mpfr/Makefile
==============================================================================
--- head/math/mpfr/Makefile	Thu Sep 21 16:23:22 2017	(r450273)
+++ head/math/mpfr/Makefile	Thu Sep 21 16:33:08 2017	(r450274)
@@ -4,7 +4,9 @@
 PORTNAME=	mpfr
 PORTVERSION=	3.1.6
 CATEGORIES=	math devel
-MASTER_SITES=	http://www.mpfr.org/mpfr-current/
+MASTER_SITES=	http://www.mpfr.org/mpfr-current/ \
+		${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR=	${PORTNAME}
 DIST_SUBDIR=	${DISTNAME}
 
 PATCH_SITES=	${MASTER_SITES}



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