svn commit: r568497 - head/sysutils/spcm

Jason W. Bacon jwb at FreeBSD.org
Mon Mar 15 19:37:49 UTC 2021


Author: jwb
Date: Mon Mar 15 19:37:48 2021
New Revision: 568497
URL: https://svnweb.freebsd.org/changeset/ports/568497

Log:
  sysutils/spcm: Update to 0.5.4
  
  Remove slurm-shutdown-idle-nodes, deprecated by cluster-power-saver
  Merge slurm-memory-use into slurm-cluster-load
  cluster-power-manager: New menu for IPMI power on and shut down
  slurm-restart: Work around service munged restart failures on FreeBSD
  Leverage improvements in auto-admin 0.7.1
  Several other minor fixes and enhancements

Modified:
  head/sysutils/spcm/Makefile
  head/sysutils/spcm/distinfo
  head/sysutils/spcm/pkg-plist

Modified: head/sysutils/spcm/Makefile
==============================================================================
--- head/sysutils/spcm/Makefile	Mon Mar 15 19:37:11 2021	(r568496)
+++ head/sysutils/spcm/Makefile	Mon Mar 15 19:37:48 2021	(r568497)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	spcm
-DISTVERSION=	0.5.3
+DISTVERSION=	0.5.4
 CATEGORIES=	sysutils
 
 MAINTAINER=	jwb at FreeBSD.org
@@ -10,7 +10,7 @@ COMMENT=	Tools for building and managing HPC clusters
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	auto-admin>=0.7.0:sysutils/auto-admin
+RUN_DEPENDS=	auto-admin>=0.7.1:sysutils/auto-admin
 
 USE_GITHUB=	yes
 

Modified: head/sysutils/spcm/distinfo
==============================================================================
--- head/sysutils/spcm/distinfo	Mon Mar 15 19:37:11 2021	(r568496)
+++ head/sysutils/spcm/distinfo	Mon Mar 15 19:37:48 2021	(r568497)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612725210
-SHA256 (outpaddling-SPCM-0.5.3_GH0.tar.gz) = 42fbf5eb4221eda7b38b0c6912f9871285b92f3742047d8258f967191c9c0240
-SIZE (outpaddling-SPCM-0.5.3_GH0.tar.gz) = 131234
+TIMESTAMP = 1615826844
+SHA256 (outpaddling-SPCM-0.5.4_GH0.tar.gz) = 61c2edeffcf7f8ea448a0ea2c00424813f209b878298e19458cc9e704b95cace
+SIZE (outpaddling-SPCM-0.5.4_GH0.tar.gz) = 132145

Modified: head/sysutils/spcm/pkg-plist
==============================================================================
--- head/sysutils/spcm/pkg-plist	Mon Mar 15 19:37:11 2021	(r568496)
+++ head/sysutils/spcm/pkg-plist	Mon Mar 15 19:37:48 2021	(r568497)
@@ -65,6 +65,7 @@ sbin/cluster-node-manager
 sbin/cluster-passwd-expiration
 sbin/cluster-passwd-user-expiration
 sbin/cluster-ports-update
+sbin/cluster-power-manager
 sbin/cluster-power-saver
 sbin/cluster-power-waster
 sbin/cluster-recreate-user
@@ -123,7 +124,6 @@ sbin/slurm-node-suspend
 sbin/slurm-restart
 sbin/slurm-resume-nodes
 sbin/slurm-resume-updated-nodes
-sbin/slurm-shutdown-idle-nodes
 sbin/slurm-sync-backup
 sbin/slurm-sync-config
 sbin/slurm-update-idle-nodes


More information about the svn-ports-all mailing list