View | Details | Raw Unified | Return to bug 105087
Collapse All | Expand All

(-)/home/trasz/torque/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	torque
8
PORTNAME=	torque
9
PORTVERSION=	2.1.5
9
PORTVERSION=	2.1.6
10
CATEGORIES=	sysutils parallel
10
CATEGORIES=	sysutils parallel
11
MASTER_SITES=	http://www.clusterresources.com/downloads/torque/
11
MASTER_SITES=	http://www.clusterresources.com/downloads/torque/
12
12
(-)/home/trasz/torque/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (torque-2.1.5.tar.gz) = 88b5a78756414b40d1fdc588b5f2aa6f
1
MD5 (torque-2.1.6.tar.gz) = abfeb1a3a5aa53f725f975c2b5d98e1e
2
SHA256 (torque-2.1.5.tar.gz) = 146a24b0dd6e670fb557e7bbca9f00fe9c74293b500202a4b442a1fdd3a8b5e1
2
SHA256 (torque-2.1.6.tar.gz) = e5ac494859df9951ca34149ae56b93fbfc83d7d4ba015bc8b67514b190e51c36
3
SIZE (torque-2.1.5.tar.gz) = 2708548
3
SIZE (torque-2.1.6.tar.gz) = 2708793
(-)/home/trasz/torque/files/patch-mom_start.c (-11 lines)
Lines 1-11 Link Here
1
--- src/resmom/freebsd5/mom_start.c.orig	Sun Oct 22 16:42:38 2006
2
+++ src/resmom/freebsd5/mom_start.c	Sun Oct 22 16:42:15 2006
3
@@ -103,7 +103,7 @@
4
 
5
 extern int	 exiting_tasks;
6
 extern char	 mom_host[];
7
-extern list_head svr_alljobs;
8
+extern tlist_head svr_alljobs;
9
 extern int	 termin_child;
10
 
11
 /* Private variables */

Return to bug 105087