diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2021-01-30 07:09:22 +0800 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2021-01-30 07:09:22 +0800 |
commit | 113e4739e17530043696ed0ec06494abe113de4d (patch) | |
tree | 9b65d7f422197a73a57a30af53afdd5b4acb8afc /sysutils | |
parent | f64a9f1cbc3308a341bfcba2fc65b0b6ba32ae52 (diff) | |
download | freebsd-ports-gnome-113e4739e17530043696ed0ec06494abe113de4d.tar.gz freebsd-ports-gnome-113e4739e17530043696ed0ec06494abe113de4d.tar.zst freebsd-ports-gnome-113e4739e17530043696ed0ec06494abe113de4d.zip |
sysutils/spcm: Update to 0.5.2
More robust user input checks
Add software manager menu for installing ports/packages on specific node types
Separate node types from hostnames
Allow compute node names with no integer index
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/spcm/Makefile | 5 | ||||
-rw-r--r-- | sysutils/spcm/distinfo | 6 | ||||
-rw-r--r-- | sysutils/spcm/pkg-plist | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/spcm/Makefile b/sysutils/spcm/Makefile index b971bac69e43..d31e60aec9da 100644 --- a/sysutils/spcm/Makefile +++ b/sysutils/spcm/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= spcm -DISTVERSION= 0.5.1-1 -DISTVERSIONSUFFIX= -g6595040 +DISTVERSION= 0.5.2 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org @@ -11,7 +10,7 @@ COMMENT= Tools for building and managing HPC clusters LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= auto-admin>=0.6.11.4:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.6.12:sysutils/auto-admin USE_GITHUB= yes diff --git a/sysutils/spcm/distinfo b/sysutils/spcm/distinfo index 3f1329e72527..2dea06f86372 100644 --- a/sysutils/spcm/distinfo +++ b/sysutils/spcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610573627 -SHA256 (outpaddling-SPCM-0.5.1-1-g6595040_GH0.tar.gz) = cf68cddc5419f018fd1e9fb42c238cc5b6ee4690c10fc07d6d8ff9ab21f16c0a -SIZE (outpaddling-SPCM-0.5.1-1-g6595040_GH0.tar.gz) = 129503 +TIMESTAMP = 1611961262 +SHA256 (outpaddling-SPCM-0.5.2_GH0.tar.gz) = 2b6fd6704d0a01de1ed2b9a670a0077716fa9f82261b7ef9c990d098acdf9810 +SIZE (outpaddling-SPCM-0.5.2_GH0.tar.gz) = 130517 diff --git a/sysutils/spcm/pkg-plist b/sysutils/spcm/pkg-plist index d7bb6dc8c66a..880ad5d265eb 100644 --- a/sysutils/spcm/pkg-plist +++ b/sysutils/spcm/pkg-plist @@ -4,6 +4,7 @@ bin/cluster-compute-nodes bin/cluster-down-nodes bin/cluster-file-servers bin/cluster-head-check +bin/cluster-io-nodes bin/cluster-node-status @mode 6555 bin/cluster-passwd @@ -80,6 +81,7 @@ sbin/cluster-set-default-nfs-mounts sbin/cluster-setup sbin/cluster-shutdown sbin/cluster-slurm-enable +sbin/cluster-software-manager sbin/cluster-spcm-update-from-wip sbin/cluster-ssh-keygen sbin/cluster-stay-down |