git: 357529fea6c0 - main - sysutils/slurm-wlm: Release to ports@

From: Jason W. Bacon <jwb_at_FreeBSD.org>
Date: Wed, 22 Dec 2021 15:07:26 UTC
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=357529fea6c0bea2ee157d4183e794a9d318831b

commit 357529fea6c0bea2ee157d4183e794a9d318831b
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2021-12-22 14:52:44 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2021-12-22 15:07:25 +0000

    sysutils/slurm-wlm: Release to ports@
    
    Newer versions of SLURM contain unconditional dependencies on cgroups.
    This is a major addition to other long-standing linuxisms such as
    parsing /proc files to enforce resource limits (this should be done
    using sysctls on FreeBSD).
    
    Currently, it would *not* be extraordinarily difficult to make SLURM
    mostly functional on FreeBSD, but it has also become increasingly
    complex and unsuitable for small-scale HPC.  Given the current
    direction and the apparent priorities of SchedMD, I believe it will
    only become more difficult to maintain non-Linux ports over time.
    
    Rather than fight the current, I have begun development of a new batch
    system with a commitment to simplicity and portability:
    
    https://github.com/outpaddling/lpjs
---
 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 4322818a6986..517b38320bd3 100644
--- a/sysutils/slurm-wlm/Makefile
+++ b/sysutils/slurm-wlm/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	sysutils python
 MASTER_SITES=	https://download.schedmd.com/slurm/
 PKGNAMESUFFIX=	-wlm
 
-MAINTAINER=	jwb@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple Linux Utility for Resource Management
 
 LICENSE=	GPLv2+