svn commit: r564637 - head/sysutils/spcm
Jason W. Bacon
jwb at FreeBSD.org
Sun Feb 7 19:24:48 UTC 2021
Author: jwb
Date: Sun Feb 7 19:24:47 2021
New Revision: 564637
URL: https://svnweb.freebsd.org/changeset/ports/564637
Log:
sysutils/spcm: Update to 0.5.3
Bug fixes and UI improvements
cluster-software-manager: Add ports/wip management and linux compat setup,
make autoremove optional
cluster-setup: Leverage improved auto-nfs-*-setup in place of duplicated code
Finish support for non-numbered compute node hostnames
Several minor bug fixes and improvements
Modified:
head/sysutils/spcm/Makefile
head/sysutils/spcm/distinfo
head/sysutils/spcm/pkg-plist
Modified: head/sysutils/spcm/Makefile
==============================================================================
--- head/sysutils/spcm/Makefile Sun Feb 7 19:23:38 2021 (r564636)
+++ head/sysutils/spcm/Makefile Sun Feb 7 19:24:47 2021 (r564637)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= spcm
-DISTVERSION= 0.5.2
+DISTVERSION= 0.5.3
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.6.12:sysutils/auto-admin
+RUN_DEPENDS= auto-admin>=0.7.0:sysutils/auto-admin
USE_GITHUB= yes
Modified: head/sysutils/spcm/distinfo
==============================================================================
--- head/sysutils/spcm/distinfo Sun Feb 7 19:23:38 2021 (r564636)
+++ head/sysutils/spcm/distinfo Sun Feb 7 19:24:47 2021 (r564637)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611961262
-SHA256 (outpaddling-SPCM-0.5.2_GH0.tar.gz) = 2b6fd6704d0a01de1ed2b9a670a0077716fa9f82261b7ef9c990d098acdf9810
-SIZE (outpaddling-SPCM-0.5.2_GH0.tar.gz) = 130517
+TIMESTAMP = 1612725210
+SHA256 (outpaddling-SPCM-0.5.3_GH0.tar.gz) = 42fbf5eb4221eda7b38b0c6912f9871285b92f3742047d8258f967191c9c0240
+SIZE (outpaddling-SPCM-0.5.3_GH0.tar.gz) = 131234
Modified: head/sysutils/spcm/pkg-plist
==============================================================================
--- head/sysutils/spcm/pkg-plist Sun Feb 7 19:23:38 2021 (r564636)
+++ head/sysutils/spcm/pkg-plist Sun Feb 7 19:24:47 2021 (r564637)
@@ -6,9 +6,7 @@ bin/cluster-file-servers
bin/cluster-head-check
bin/cluster-io-nodes
bin/cluster-node-status
- at mode 6555
bin/cluster-passwd
- at mode
bin/cluster-pfs-nodes
bin/cluster-pw-check
bin/cluster-raid-nodes
@@ -63,7 +61,7 @@ sbin/cluster-lock-local-pw
sbin/cluster-lock-user
sbin/cluster-lowest-uid
sbin/cluster-munge-enable
-sbin/cluster-node-admin
+sbin/cluster-node-manager
sbin/cluster-passwd-expiration
sbin/cluster-passwd-user-expiration
sbin/cluster-ports-update
@@ -75,7 +73,7 @@ sbin/cluster-remove-from-known-hosts
sbin/cluster-remove-user
sbin/cluster-restore-user
sbin/cluster-run
-sbin/cluster-services-menu
+sbin/cluster-services-manager
sbin/cluster-set-compute-memory-limits
sbin/cluster-set-default-nfs-mounts
sbin/cluster-setup
@@ -98,11 +96,11 @@ sbin/cluster-unlock-local-pw
sbin/cluster-unlock-user
sbin/cluster-update-backup-nodes
sbin/cluster-update-file-servers
-sbin/cluster-update-menu
+sbin/cluster-update-manager
sbin/cluster-update-vis-nodes
sbin/cluster-upgrade
-sbin/cluster-user-admin
sbin/cluster-user-cleanup
+sbin/cluster-user-manager
sbin/cluster-useradd
sbin/cluster-usermod
sbin/cluster-users
More information about the svn-ports-head
mailing list