git: c8e92f5fb5ab - main - sysutils/slurm-wlm: Unbreak FETCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Mar 2023 10:10:14 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8e92f5fb5ab9f4d87bb986d111e17132607a33e commit c8e92f5fb5ab9f4d87bb986d111e17132607a33e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-19 09:21:09 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-19 10:10:09 +0000 sysutils/slurm-wlm: Unbreak FETCH Upstream no longer hosts our old version in tree so switch to another host. PR: 267088 --- sysutils/slurm-wlm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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