svn commit: r450274 - head/math/mpfr

Adam Weinberger adamw at FreeBSD.org
Thu Sep 21 16:33:09 UTC 2017


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}


More information about the svn-ports-all mailing list