git: 81ad6c9a95e5 - main - science/jstrack: Fix MASTER_SITES

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Dec 2022 03:53:37 UTC
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