diff options
-rw-r--r-- | parallel/clusterit/Makefile | 4 | ||||
-rw-r--r-- | parallel/clusterit/distinfo | 7 | ||||
-rw-r--r-- | parallel/clusterit/patches/patch-aa | 13 |
3 files changed, 5 insertions, 19 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile index cbb55bdec97..a90991a7607 100644 --- a/parallel/clusterit/Makefile +++ b/parallel/clusterit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2001/08/14 08:33:32 garbled Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/10 09:27:15 garbled Exp $ -DISTNAME= clusterit-2.0 +DISTNAME= clusterit-2.2 CATEGORIES= parallel MASTER_SITES= http://www.garbled.net/download/ diff --git a/parallel/clusterit/distinfo b/parallel/clusterit/distinfo index a0457a2dc6c..14861539a30 100644 --- a/parallel/clusterit/distinfo +++ b/parallel/clusterit/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/10/27 08:26:41 wiz Exp $ +$NetBSD: distinfo,v 1.5 2004/02/10 09:27:15 garbled Exp $ -SHA1 (clusterit-2.0.tar.gz) = b92d114fa0931a25bf20581ab6def56af63dddf0 -Size (clusterit-2.0.tar.gz) = 124564 bytes -SHA1 (patch-aa) = 47034b17863563bce89390ef7af8b1e0a01478aa +SHA1 (clusterit-2.2.tar.gz) = cc50c018f9cc34f90e385eeb83884563afd9a3f9 +Size (clusterit-2.2.tar.gz) = 127581 bytes diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa deleted file mode 100644 index ac44cdcb6cf..00000000000 --- a/parallel/clusterit/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2003/10/27 08:26:41 wiz Exp $ - ---- barrier/barrierd.c.orig 2001-08-14 10:21:40.000000000 +0200 -+++ barrier/barrierd.c -@@ -38,7 +38,7 @@ - #include <string.h> - #include <strings.h> - #include <syslog.h> --#include <varargs.h> -+#include <stdarg.h> - #include "../common/sockcommon.h" - - #if !defined(lint) && defined(__NetBSD__) |