pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/parallel/pdsh Update parallel/pdsh to 2.31.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cca7e912b29b
branches: trunk
changeset: 352822:cca7e912b29b
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Mon Sep 19 09:24:52 2016 +0000
description:
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.
diffstat:
parallel/pdsh/Makefile | 12 ++++++------
parallel/pdsh/distinfo | 10 +++++-----
2 files changed, 11 insertions(+), 11 deletions(-)
diffs (42 lines):
diff -r 3e469ed4b701 -r cca7e912b29b parallel/pdsh/Makefile
--- a/parallel/pdsh/Makefile Mon Sep 19 09:19:38 2016 +0000
+++ b/parallel/pdsh/Makefile Mon Sep 19 09:24:52 2016 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 06:38:48 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/09/19 09:24:52 fhajny Exp $
#
-DISTNAME= pdsh-2.29
-PKGREVISION= 3
+DISTNAME= pdsh-2.31
CATEGORIES= parallel
-MASTER_SITES= http://pdsh.googlecode.com/files/
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= ${MASTER_SITE_GITHUB:=grondo/}
MAINTAINER= filip%joyent.com@localhost
-HOMEPAGE= https://pdsh.googlecode.com/
+HOMEPAGE= https://github.com/grondo/pdsh/
COMMENT= High-performance, parallel remote shell utility
LICENSE= gnu-gpl-v2
+GITHUB_TAG= ${DISTNAME}
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
diff -r 3e469ed4b701 -r cca7e912b29b parallel/pdsh/distinfo
--- a/parallel/pdsh/distinfo Mon Sep 19 09:19:38 2016 +0000
+++ b/parallel/pdsh/distinfo Mon Sep 19 09:24:52 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/02 23:46:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/09/19 09:24:52 fhajny Exp $
-SHA1 (pdsh-2.29.tar.bz2) = a3e44ffba151f023d72df67cd7a7d37b4a80c80e
-RMD160 (pdsh-2.29.tar.bz2) = c56e6cc85e3af4c3f5c025c45c723b04c683a797
-SHA512 (pdsh-2.29.tar.bz2) = eb68974aa22b3051a886e3a8abde41ed4cb221cdd2a224b930eda60fc252a4952fa066f536b86be81a96bad3814299450ff9fd05fb322ad37b859bb05ef081ae
-Size (pdsh-2.29.tar.bz2) = 470693 bytes
+SHA1 (pdsh-2.31.tar.gz) = ac219024a2bbe90656e25c534c463078665c6573
+RMD160 (pdsh-2.31.tar.gz) = 964912fd35b41397ee52ade73ef66cb896ae55fb
+SHA512 (pdsh-2.31.tar.gz) = 38b0aec1c1123ccb6e1bed0c76f88ea4bd3bc75711e09b72a41b1a247528ce702120b9bc35fa7c89f8fcea6e69dc25cb91d305f6f60810d1b9f6a044f3b4f282
+Size (pdsh-2.31.tar.gz) = 646112 bytes
Home |
Main Index |
Thread Index |
Old Index