Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2021 19:31:17 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 12f4fac8cf79 - 2021Q3 - math/qd: Replace MASTER_SITES with a working URL
Message-ID:  <202109201931.18KJVHZw051299@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12f4fac8cf79915fb74e20e94d5fc845edddd3af

commit 12f4fac8cf79915fb74e20e94d5fc845edddd3af
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-20 19:25:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-09-20 19:30:10 +0000

    math/qd: Replace MASTER_SITES with a working URL
    
    The old URL is dead and the port was unfetchable
    
    Approved by:    portmgr (blanket)
    
    (cherry picked from commit 0d2aa6be67737fb494a941aaea0029f158cbd2e3)
---
 math/qd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/qd/Makefile b/math/qd/Makefile
index 17d3213ea62c..5233307f7305 100644
--- a/math/qd/Makefile
+++ b/math/qd/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	qd
 DISTVERSION=	2.3.22
 CATEGORIES=	math
-MASTER_SITES=	http://crd-legacy.lbl.gov/~dhbailey/mpdist/
+MASTER_SITES=	https://www.davidhbailey.com/dhbsoftware/
 
 MAINTAINER=	fortran@FreeBSD.org
 COMMENT=	Double-Double and Quad-Double Arithmetic



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