pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/parallel/pdsh



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Sep 19 09:24:52 UTC 2016

Modified Files:
        pkgsrc/parallel/pdsh: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/parallel/pdsh/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/parallel/pdsh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/pdsh/Makefile
diff -u pkgsrc/parallel/pdsh/Makefile:1.4 pkgsrc/parallel/pdsh/Makefile:1.5
--- pkgsrc/parallel/pdsh/Makefile:1.4   Sat Jul  9 06:38:48 2016
+++ pkgsrc/parallel/pdsh/Makefile       Mon Sep 19 09:24:52 2016
@@ -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

Index: pkgsrc/parallel/pdsh/distinfo
diff -u pkgsrc/parallel/pdsh/distinfo:1.2 pkgsrc/parallel/pdsh/distinfo:1.3
--- pkgsrc/parallel/pdsh/distinfo:1.2   Mon Nov  2 23:46:13 2015
+++ pkgsrc/parallel/pdsh/distinfo       Mon Sep 19 09:24:52 2016
@@ -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