Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2022 03:53:37 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 81ad6c9a95e5 - main - science/jstrack: Fix MASTER_SITES
Message-ID:  <202212240353.2BO3rbfp083281@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81ad6c9a95e549c5b941230c8078f1126d2624fd

commit 81ad6c9a95e549c5b941230c8078f1126d2624fd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-12-24 03:01:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-12-24 03:01:44 +0000

    science/jstrack: Fix MASTER_SITES
    
    Somehow the upstream website is down. For now host the distfile in
    distcache.
    
    Reported by:    pkg-fallout
---
 science/jstrack/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/science/jstrack/Makefile b/science/jstrack/Makefile
index f2680aefc08e..09166e41728d 100644
--- a/science/jstrack/Makefile
+++ b/science/jstrack/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	jstrack
 PORTVERSION=	3.4.0
 CATEGORIES=	science
-MASTER_SITES=	http://www.jstrack.org/${PORTNAME}/downloads/ \
-		http://www.bayofrum.net/dist/${PORTNAME}/
+MASTER_SITES=	https://jstrack.org/${PORTNAME}/downloads/ \
+		LOCAL/bofh
 DISTNAME=	JStrack-${PORTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org



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