summaryrefslogtreecommitdiff
path: root/parallel/clusterit
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2004-02-10 09:27:15 +0000
committergarbled <garbled@pkgsrc.org>2004-02-10 09:27:15 +0000
commit1e0d63f04ae32f61887385b1464e4546a95c9c53 (patch)
treefffc2911d31d365a9b06c54b684ce5d362d630eb /parallel/clusterit
parentc6dd7d7ea2d6431600a80ef8549eca5e8e4b3ba3 (diff)
downloadpkgsrc-1e0d63f04ae32f61887385b1464e4546a95c9c53.tar.gz
Upgrade this package to clusterit-2.2. Mostly a bugfix release.
Diffstat (limited to 'parallel/clusterit')
-rw-r--r--parallel/clusterit/Makefile4
-rw-r--r--parallel/clusterit/distinfo7
-rw-r--r--parallel/clusterit/patches/patch-aa13
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__)