diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-03-19 09:21:09 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-03-19 10:10:09 +0000 |
commit | c8e92f5fb5ab9f4d87bb986d111e17132607a33e (patch) | |
tree | c5d2ab77e8d004235b5479dee1c6961d8c239624 | |
parent | 6a8f0114081884395a7f6788e4fea88a169ab024 (diff) | |
download | ports-c8e92f5fb5ab9f4d87bb986d111e17132607a33e.tar.gz ports-c8e92f5fb5ab9f4d87bb986d111e17132607a33e.zip |
sysutils/slurm-wlm: Unbreak FETCH
Upstream no longer hosts our old version in tree so switch to another
host.
PR: 267088
-rw-r--r-- | sysutils/slurm-wlm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index 05e00a56bb66..75acb84fcb53 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -2,7 +2,7 @@ PORTNAME= slurm DISTVERSION= 20.02.7 PORTREVISION= 2 CATEGORIES= sysutils python -MASTER_SITES= https://download.schedmd.com/slurm/ +MASTER_SITES= https://ftp.icm.edu.pl/packages/slurm/ PKGNAMESUFFIX= -wlm MAINTAINER= ports@FreeBSD.org |