Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2017 21:44:07 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448787 - head/sysutils/slurm-wlm
Message-ID:  <201708262144.v7QLi7iQ080986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sat Aug 26 21:44:07 2017
New Revision: 448787
URL: https://svnweb.freebsd.org/changeset/ports/448787

Log:
  sysutils/slurm-wlm: Update to version 17.02.7
  
  Also silence portlint warning about order of USES/USE_*.
  
  Upstream changes: https://github.com/SchedMD/slurm/blob/slurm-17.02/NEWS

Modified:
  head/sysutils/slurm-wlm/Makefile
  head/sysutils/slurm-wlm/distinfo

Modified: head/sysutils/slurm-wlm/Makefile
==============================================================================
--- head/sysutils/slurm-wlm/Makefile	Sat Aug 26 21:20:36 2017	(r448786)
+++ head/sysutils/slurm-wlm/Makefile	Sat Aug 26 21:44:07 2017	(r448787)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	slurm
-DISTVERSION=	17.02.6
+DISTVERSION=	17.02.7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.schedmd.com/download/latest/ \
 		http://www.schedmd.com/download/archive/ \
@@ -23,14 +23,15 @@ LIB_DEPENDS=	libjson-c.so:devel/json-c \
 USERS=		slurm
 GROUPS=		${USERS}
 
-GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
-USE_RC_SUBR=	slurmctld slurmd
-PLIST_SUB=	PORTVERSION="${PORTVERSION}"
-INSTALL_TARGET=	install-strip
 USES=		gmake libtool pkgconfig python:build readline:port shebangfix \
 		ssl tar:bz2
+USE_LDCONFIG=	yes
 USE_PERL5=	configure
+USE_RC_SUBR=	slurmctld slurmd
+
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 SHEBANG_FILES=	doc/html/shtml2html.py doc/man/man2html.py
 
 OPTIONS_DEFINE=	CURL DOCS GTK2 HDF5 HWLOC IPMI MYSQL RRD LINUX

Modified: head/sysutils/slurm-wlm/distinfo
==============================================================================
--- head/sysutils/slurm-wlm/distinfo	Sat Aug 26 21:20:36 2017	(r448786)
+++ head/sysutils/slurm-wlm/distinfo	Sat Aug 26 21:44:07 2017	(r448787)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499889458
-SHA256 (slurm-17.02.6.tar.bz2) = f057127870544be5b3476594fc58b3c35727e6db3a18d84c4ea63059c2ebe4ea
-SIZE (slurm-17.02.6.tar.bz2) = 6017979
+TIMESTAMP = 1502879699
+SHA256 (slurm-17.02.7.tar.bz2) = d1f56ed3c387cf7da70289dd80c86d420b3b4398006cc77fcc13ad226ef93b3c
+SIZE (slurm-17.02.7.tar.bz2) = 6056515



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