Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2022 00:43:57 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0fe015c69f4d - main - sysutils/spcm: Update to 0.5.7
Message-ID:  <202206080043.2580hvCI060401@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0fe015c69f4d9c1cab50a68f463803e855194377

commit 0fe015c69f4d9c1cab50a68f463803e855194377
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2022-06-08 00:42:50 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2022-06-08 00:43:56 +0000

    sysutils/spcm: Update to 0.5.7
    
    Drop web monitor setup: Ganglia and Nagios are abandoned,
    other tools are complicated.  Let user choose and manually install.
    Integrate cluster-upgrade into menu system
    Add support for custom delays to cluster-ipmi-power-on
    A few minor fixes and enhancements
---
 sysutils/spcm/Makefile  | 4 ++--
 sysutils/spcm/distinfo  | 6 +++---
 sysutils/spcm/pkg-plist | 4 +---
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/sysutils/spcm/Makefile b/sysutils/spcm/Makefile
index 1637c7af3d55..62525d3b20a1 100644
--- a/sysutils/spcm/Makefile
+++ b/sysutils/spcm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	spcm
-DISTVERSION=	0.5.6
+DISTVERSION=	0.5.7
 CATEGORIES=	sysutils
 
 MAINTAINER=	jwb@FreeBSD.org
@@ -8,7 +8,7 @@ COMMENT=	Tools for building and managing HPC clusters
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	auto-admin>=0.7.9:sysutils/auto-admin
+RUN_DEPENDS=	auto-admin>=0.7.11:sysutils/auto-admin
 
 USE_GITHUB=	yes
 
diff --git a/sysutils/spcm/distinfo b/sysutils/spcm/distinfo
index 7f8b26632984..98bf24b5a975 100644
--- a/sysutils/spcm/distinfo
+++ b/sysutils/spcm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643499191
-SHA256 (outpaddling-SPCM-0.5.6_GH0.tar.gz) = 44c8e5514227e708b9d30888e129338015de0d369c2bc9bad039dac755d76c18
-SIZE (outpaddling-SPCM-0.5.6_GH0.tar.gz) = 133485
+TIMESTAMP = 1654648760
+SHA256 (outpaddling-SPCM-0.5.7_GH0.tar.gz) = 60e2ff5961a4bb00156848a50d8d6243d2f8db901cdb442a767526b74e5c9748
+SIZE (outpaddling-SPCM-0.5.7_GH0.tar.gz) = 127211
diff --git a/sysutils/spcm/pkg-plist b/sysutils/spcm/pkg-plist
index 91dbd6ef0bc8..6928e928d5eb 100644
--- a/sysutils/spcm/pkg-plist
+++ b/sysutils/spcm/pkg-plist
@@ -108,10 +108,10 @@ sbin/cluster-user-manager
 sbin/cluster-useradd
 sbin/cluster-usermod
 sbin/cluster-users
+sbin/cluster-web-setup
 sbin/cluster-wip-checkout
 sbin/cluster-wip-update
 sbin/compute-node-set-arc-max
-sbin/ganglia-web-setup
 sbin/node-iftop
 sbin/node-set-type
 sbin/node-sync-all-users
@@ -135,8 +135,6 @@ sbin/slurm-usage-report
 sbin/spcm-banner
 sbin/spcm-update-from-wip
 %%DATADIR%%/WWW/global_styles.css
-%%DATADIR%%/WWW/gmetad.conf.template
-%%DATADIR%%/WWW/gmond.conf.template
 %%DATADIR%%/WWW/index.php
 %%DATADIR%%/WWW/patch-apache.awk
 %%DATADIR%%/WWW/pkgsrc.jpg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206080043.2580hvCI060401>