From owner-svn-ports-all@freebsd.org Thu Sep 21 16:33:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 596D4E0EF79; Thu, 21 Sep 2017 16:33:09 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 289ED84CFD; Thu, 21 Sep 2017 16:33:09 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8LGX8f5030892; Thu, 21 Sep 2017 16:33:08 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8LGX8YC030891; Thu, 21 Sep 2017 16:33:08 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201709211633.v8LGX8YC030891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 21 Sep 2017 16:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450274 - head/math/mpfr X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/math/mpfr X-SVN-Commit-Revision: 450274 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 16:33:09 -0000 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}