Rename sysutils/slurm-hpc -> sysutils/slurm-wlm
Update to 14.11.8 Upstream is standardizing on "slurm-wlm", so we are renaming the port accordingly. PR: 200381 Approved by: maintainer
This commit is contained in:
parent
21a6834bf3
commit
dc0d7ef725
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393090
12 changed files with 8 additions and 14 deletions
1
MOVED
1
MOVED
|
@ -7740,3 +7740,4 @@ devel/p5-Test-use-ok|devel/p5-Test-Simple|2015-07-25|Has expired: Part of devel/
|
|||
math/mate-calc||2015-07-27|Not part of MATE 1.10. Instead galculator is used
|
||||
x11/mate-dialogs||2015-07-27|Not part of MATE 1.10
|
||||
devel/automake14||2015-07-27|Has expired: Not used in the ports tree anymore
|
||||
sysutils/slurm-hpc|sysutils/slurm-wlm|2015-07-28|Upstream is standardizing on the name "slurm-wlm"
|
||||
|
|
|
@ -924,7 +924,7 @@
|
|||
SUBDIR += sleuthkit
|
||||
SUBDIR += sloth
|
||||
SUBDIR += slst
|
||||
SUBDIR += slurm-hpc
|
||||
SUBDIR += slurm-wlm
|
||||
SUBDIR += smartmontools
|
||||
SUBDIR += smp_utils
|
||||
SUBDIR += snap
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (slurm-14.11.6.tar.bz2) = 3c6043cace83b602f016f3580f903e64b2874625eb844d8156e97ab7a106e049
|
||||
SIZE (slurm-14.11.6.tar.bz2) = 6338479
|
|
@ -2,13 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= slurm
|
||||
PORTVERSION= 14.11.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 14.11.8
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.schedmd.com/download/latest/ \
|
||||
http://www.schedmd.com/download/archive/ \
|
||||
http://www.schedmd.com/download/development/
|
||||
PKGNAMESUFFIX= -hpc
|
||||
http://www.schedmd.com/download/development/
|
||||
PKGNAMESUFFIX= -wlm
|
||||
|
||||
MAINTAINER= jrm@ftfl.ca
|
||||
COMMENT= Simple Linux Utility for Resource Management
|
||||
|
@ -29,7 +28,7 @@ USE_LDCONFIG= yes
|
|||
USE_RC_SUBR= slurmctld slurmd
|
||||
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool perl5 python tar:bz2
|
||||
USES= gmake libtool perl5 pkgconfig python tar:bz2
|
||||
GTK2_USE= GNOME=glib20,gtk20
|
||||
MYSQL_USE= MYSQL=yes
|
||||
CFLAGS+= -I${WRKSRC}/slurm -I${LOCALBASE}/include
|
||||
|
@ -46,11 +45,6 @@ GTK2_DESC= Build GUI config tool sview
|
|||
# #include <pty.h> with appropriate headers will therefore not work, so instead
|
||||
# add a pty.h for the build.
|
||||
post-patch:
|
||||
.if ! ${PORT_OPTIONS:MGTK2}
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|min_gtk_version=2.7.1|min_gtk_version=200.7.1|g' \
|
||||
${WRKSRC}/configure
|
||||
.endif
|
||||
${CP} ${FILESDIR}/pty.h ${WRKSRC}/slurm
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|/usr/bin/env python|${PYTHON_CMD}|g' \
|
2
sysutils/slurm-wlm/distinfo
Normal file
2
sysutils/slurm-wlm/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (slurm-14.11.8.tar.bz2) = 8f33dd8fcffd5bec80141add196d38a7baa14ac45cdc7e1d878b3af14b88f66a
|
||||
SIZE (slurm-14.11.8.tar.bz2) = 6348882
|
|
@ -506,7 +506,6 @@ sbin/slurmstepd
|
|||
%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_logo.png
|
||||
%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_ug_agenda.html
|
||||
%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_ug_cfp.html
|
||||
%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_ug_registration.html
|
||||
%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurmctld_plugstack.html
|
||||
%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurmstyles.css
|
||||
%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sponsors.gif
|
Loading…
Reference in a new issue