Mon Sep 19 09:24:52 2016 UTC ()
Update parallel/pdsh to 2.31.

* Changes in pdsh-2.31 (2013-11-07)
===================================
 -- Fix issue 56: slurm: Allow mixed use of -P, -w and -j options.
 -- Fix issue 59: pdsh very slow when using a few thousand hosts
    and genders.
 -- testsuite: Expanded tests for genders module (Pythagoras
    Watson)

* Changes in pdsh-2.30 (2013-03-02)
===================================
 -- Fix issue 55: genders -X option removes more hosts than
    expected.
     (This was a generic fix for hostname matching, so it probably
      affected -x and other options as well.)
 -- testsuite: Add test for issue 55.


(fhajny)
diff -r1.4 -r1.5 pkgsrc/parallel/pdsh/Makefile
diff -r1.2 -r1.3 pkgsrc/parallel/pdsh/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/parallel/pdsh/Makefile (expand / switch to unified diff)

--- pkgsrc/parallel/pdsh/Makefile 2016/07/09 06:38:48 1.4
+++ pkgsrc/parallel/pdsh/Makefile 2016/09/19 09:24:52 1.5
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.4 2016/07/09 06:38:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2016/09/19 09:24:52 fhajny Exp $
2# 2#
3 3
4DISTNAME= pdsh-2.29 4DISTNAME= pdsh-2.31
5PKGREVISION= 3 
6CATEGORIES= parallel 5CATEGORIES= parallel
7MASTER_SITES= http://pdsh.googlecode.com/files/ 6MASTER_SITES= ${MASTER_SITE_GITHUB:=grondo/}
8EXTRACT_SUFX= .tar.bz2 
9 7
10MAINTAINER= filip@joyent.com 8MAINTAINER= filip@joyent.com
11HOMEPAGE= https://pdsh.googlecode.com/ 9HOMEPAGE= https://github.com/grondo/pdsh/
12COMMENT= High-performance, parallel remote shell utility 10COMMENT= High-performance, parallel remote shell utility
13LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
14 12
 13GITHUB_TAG= ${DISTNAME}
 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_TOOLS+= perl:run 19USE_TOOLS+= perl:run
20 20
21REPLACE_PERL+= scripts/dshbak 21REPLACE_PERL+= scripts/dshbak
22 22
23CONFIGURE_ARGS+= --with-ssh 23CONFIGURE_ARGS+= --with-ssh
24CONFIGURE_ARGS+= --with-dshgroups=${PKG_SYSCONFBASE}/dsh/group 24CONFIGURE_ARGS+= --with-dshgroups=${PKG_SYSCONFBASE}/dsh/group
25CONFIGURE_ARGS+= --with-machines=${PKG_SYSCONFDIR}/machines 25CONFIGURE_ARGS+= --with-machines=${PKG_SYSCONFDIR}/machines
26 26
27PKG_SYSCONFSUBDIR= ${PKGBASE} 27PKG_SYSCONFSUBDIR= ${PKGBASE}

cvs diff -r1.2 -r1.3 pkgsrc/parallel/pdsh/distinfo (expand / switch to unified diff)

--- pkgsrc/parallel/pdsh/distinfo 2015/11/02 23:46:13 1.2
+++ pkgsrc/parallel/pdsh/distinfo 2016/09/19 09:24:52 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2015/11/02 23:46:13 agc Exp $ 1$NetBSD: distinfo,v 1.3 2016/09/19 09:24:52 fhajny Exp $
2 2
3SHA1 (pdsh-2.29.tar.bz2) = a3e44ffba151f023d72df67cd7a7d37b4a80c80e 3SHA1 (pdsh-2.31.tar.gz) = ac219024a2bbe90656e25c534c463078665c6573
4RMD160 (pdsh-2.29.tar.bz2) = c56e6cc85e3af4c3f5c025c45c723b04c683a797 4RMD160 (pdsh-2.31.tar.gz) = 964912fd35b41397ee52ade73ef66cb896ae55fb
5SHA512 (pdsh-2.29.tar.bz2) = eb68974aa22b3051a886e3a8abde41ed4cb221cdd2a224b930eda60fc252a4952fa066f536b86be81a96bad3814299450ff9fd05fb322ad37b859bb05ef081ae 5SHA512 (pdsh-2.31.tar.gz) = 38b0aec1c1123ccb6e1bed0c76f88ea4bd3bc75711e09b72a41b1a247528ce702120b9bc35fa7c89f8fcea6e69dc25cb91d305f6f60810d1b9f6a044f3b4f282
6Size (pdsh-2.29.tar.bz2) = 470693 bytes 6Size (pdsh-2.31.tar.gz) = 646112 bytes