pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

spcm: Update to latest commit and fix CentOS build



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Jul 26 11:03:39 2020 +0000
Changeset:	57607de89d09be743bdd3d991df96a968c5967ac

Modified Files:
	spcm/Makefile
	spcm/PLIST
	spcm/distinfo

Log Message:
spcm: Update to latest commit and fix CentOS build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=57607de89d09be743bdd3d991df96a968c5967ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 spcm/Makefile | 17 +++--------------
 spcm/PLIST    |  4 ++--
 spcm/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 20 deletions(-)

diffs:
diff --git a/spcm/Makefile b/spcm/Makefile
index 55bc57161d..c57b6a17d0 100644
--- a/spcm/Makefile
+++ b/spcm/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	SPCM-0.4.1.16
+DISTNAME=	SPCM-0.4.1.17
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	d8b5d25fcb9bf29e465238df9eba9cf016a54ca7
+GITHUB_TAG=	91f8ab657e7c9014d3db054003ee5c37777b41e0
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	http://acadix.biz/spcm.php
@@ -14,21 +14,10 @@ LICENSE=	2-clause-bsd
 
 DATADIR=	${PREFIX}/share/cluster-admin
 
-SUBST_CLASSES+=		datadir
-SUBST_STAGE.datadir=	pre-configure
-SUBST_FILES.datadir=	CentOS/Sys-scripts/ganglia-web-setup \
-			Common/Sys-scripts/slurm-update-idle-nodes
-SUBST_SED.datadir=	-e 's|%%DATADIR%%|${PREFIX}/share/cluster-admin|g'
-
-SUBST_CLASSES+=		prefix
-SUBST_STAGE.prefix=	pre-configure
-SUBST_FILES.prefix=	Common/User-scripts/slurm-shell
-SUBST_SED.prefix=	-e 's|/usr/local|${PREFIX}|g'
-
 SUBST_CLASSES+=		sbin
 SUBST_STAGE.sbin=	pre-configure
 SUBST_FILES.sbin+=	Common/Src/cluster-passwd.c
-SUBST_SED.sbin=		-e 's|/usr/local/sbin|${PREFIX}/sbin|g'
+SUBST_SED.sbin=		-e 's|%%PREFIX%%|${PREFIX}|g'
 
 DEPENDS+=	auto-admin>=0.6.3:../../wip/auto-admin
 
diff --git a/spcm/PLIST b/spcm/PLIST
index 6dddc7bb88..2a1d4903b2 100644
--- a/spcm/PLIST
+++ b/spcm/PLIST
@@ -33,8 +33,6 @@ bin/slurm-shell
 bin/slurm-user-cores
 bin/topjob
 bin/topnode
-etc/spcm/slurm-node-resume
-etc/spcm/slurm-node-suspend
 libexec/add-gecos.awk
 sbin/cluster-add-to-group
 sbin/cluster-adduser
@@ -106,6 +104,8 @@ sbin/node-sync-groups
 sbin/node-sync-users
 sbin/slurm-cron-updates
 sbin/slurm-drain-all
+sbin/slurm-node-resume
+sbin/slurm-node-suspend
 sbin/slurm-restart
 sbin/slurm-resume-nodes
 sbin/slurm-resume-updated-nodes
diff --git a/spcm/distinfo b/spcm/distinfo
index db9540bd8c..e6b1ee129a 100644
--- a/spcm/distinfo
+++ b/spcm/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (SPCM-0.4.1.16-d8b5d25fcb9bf29e465238df9eba9cf016a54ca7.tar.gz) = 984cf9e2579cdc0c574cfb20bad965a30d3d11ef
-RMD160 (SPCM-0.4.1.16-d8b5d25fcb9bf29e465238df9eba9cf016a54ca7.tar.gz) = 50b2223d5f08ef5ada8159101b6ed4dc92977c62
-SHA512 (SPCM-0.4.1.16-d8b5d25fcb9bf29e465238df9eba9cf016a54ca7.tar.gz) = abc1702ef418e3f3e4ffbcabd14d91e9d0394384c401de36ae75af67f2149b69cdbd4913067bc2c8eb0bd94c7223582af37daf255928b51a3966a3d07988e6bb
-Size (SPCM-0.4.1.16-d8b5d25fcb9bf29e465238df9eba9cf016a54ca7.tar.gz) = 144657 bytes
+SHA1 (SPCM-0.4.1.17-91f8ab657e7c9014d3db054003ee5c37777b41e0.tar.gz) = 759e9fc80e48555f13c8e2f5427f00f3e3d68d40
+RMD160 (SPCM-0.4.1.17-91f8ab657e7c9014d3db054003ee5c37777b41e0.tar.gz) = f9dea4e3fd9525bbab4925cb011199d543e051ca
+SHA512 (SPCM-0.4.1.17-91f8ab657e7c9014d3db054003ee5c37777b41e0.tar.gz) = 50f0a95aa2372fcff00e7789830abb2dfd9273fdb52db5bd00f427b6eb2286d50767311b792f6b48fb7b3c2f8671342354e0fc80ba41431091bd40d63d34efb6
+Size (SPCM-0.4.1.17-91f8ab657e7c9014d3db054003ee5c37777b41e0.tar.gz) = 144539 bytes


Home | Main Index | Thread Index | Old Index