aboutsummaryrefslogtreecommitdiff
path: root/sysutils/torque
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-26 21:26:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-26 21:26:33 +0000
commite9db873a8283457d4daed7e26def92f90c3683d6 (patch)
tree820166a5d2a9bb42225cbacee00f2fb2803b7836 /sysutils/torque
parentff75480abf504d9423bf590f6e66d0287289d864 (diff)
downloadports-e9db873a8283457d4daed7e26def92f90c3683d6.tar.gz
ports-e9db873a8283457d4daed7e26def92f90c3683d6.zip
Notes
Diffstat (limited to 'sysutils/torque')
-rw-r--r--sysutils/torque/Makefile2
-rw-r--r--sysutils/torque/distinfo6
-rw-r--r--sysutils/torque/files/patch-src-resmom-start_exec.c11
3 files changed, 4 insertions, 15 deletions
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile
index 61f9fab0e558..57ac30a46c80 100644
--- a/sysutils/torque/Makefile
+++ b/sysutils/torque/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= torque
-PORTVERSION= 2.1.6
+PORTVERSION= 2.1.7
CATEGORIES= sysutils parallel
MASTER_SITES= http://www.clusterresources.com/downloads/torque/
diff --git a/sysutils/torque/distinfo b/sysutils/torque/distinfo
index 1ef0c19408f9..44d3a48a0b44 100644
--- a/sysutils/torque/distinfo
+++ b/sysutils/torque/distinfo
@@ -1,3 +1,3 @@
-MD5 (torque-2.1.6.tar.gz) = abfeb1a3a5aa53f725f975c2b5d98e1e
-SHA256 (torque-2.1.6.tar.gz) = e5ac494859df9951ca34149ae56b93fbfc83d7d4ba015bc8b67514b190e51c36
-SIZE (torque-2.1.6.tar.gz) = 2708793
+MD5 (torque-2.1.7.tar.gz) = 04d562983bfefea95156a3906c8f9d24
+SHA256 (torque-2.1.7.tar.gz) = 2f10c1ac37a75c006d5d58269ee14139f69fedff3478b3aa7bf0eca958505a5e
+SIZE (torque-2.1.7.tar.gz) = 2903390
diff --git a/sysutils/torque/files/patch-src-resmom-start_exec.c b/sysutils/torque/files/patch-src-resmom-start_exec.c
deleted file mode 100644
index b0443b07b70b..000000000000
--- a/sysutils/torque/files/patch-src-resmom-start_exec.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/resmom/start_exec.c.orig Sat Nov 18 15:11:38 2006
-+++ src/resmom/start_exec.c Sat Nov 18 15:12:18 2006
-@@ -4772,7 +4772,7 @@
-
- return(-1);
- }
-- if (statbuf.st_gid != exgid)
-+ if (statbuf.st_gid != exgid && statbuf.st_gid != 0)
- {
- log_err(-1,"open_std_file","std file exists with the wrong group, someone is doing something fishy");
-