From 81ad6c9a95e549c5b941230c8078f1126d2624fd Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 23 Dec 2022 21:01:44 -0600 Subject: [PATCH] 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 f2680aefc08e4..09166e41728d0 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