From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 24 21:50:11 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89CAC1065695 for ; Wed, 24 Nov 2010 21:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 654B98FC20 for ; Wed, 24 Nov 2010 21:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAOLoB3T081164 for ; Wed, 24 Nov 2010 21:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAOLoBa0081163; Wed, 24 Nov 2010 21:50:11 GMT (envelope-from gnats) Resent-Date: Wed, 24 Nov 2010 21:50:11 GMT Resent-Message-Id: <201011242150.oAOLoBa0081163@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mykola Dzham Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81C36106566C for ; Wed, 24 Nov 2010 21:45:38 +0000 (UTC) (envelope-from i@levsha.me) Received: from expo.ukrweb.net (mail.univua.net [91.202.128.78]) by mx1.freebsd.org (Postfix) with ESMTP id D04CE8FC16 for ; Wed, 24 Nov 2010 21:45:37 +0000 (UTC) Received: from [178.94.11.89] (helo=laptop.levsha.me) by expo.ukrweb.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.71 (FreeBSD)) (envelope-from ) id 1PLN9h-000AfG-KR for FreeBSD-gnats-submit@freebsd.org; Wed, 24 Nov 2010 23:45:36 +0200 Received: from levsha by laptop.levsha.me with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1PLN9b-0008xg-2b for FreeBSD-gnats-submit@freebsd.org; Wed, 24 Nov 2010 23:45:27 +0200 Message-Id: Date: Wed, 24 Nov 2010 23:45:27 +0200 From: Mykola Dzham Sender: Mykola Dzham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/152559: [MAINTAINER] sysutils/pdsh: update to 2.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2010 21:50:11 -0000 >Number: 152559 >Category: ports >Synopsis: [MAINTAINER] sysutils/pdsh: update to 2.23 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 24 21:50:10 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Mykola Dzham >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD laptop.levsha.me 9.0-CURRENT FreeBSD 9.0-CURRENT #8 r215447M: Thu Nov 18 18:37:26 EET >Description: - Update to 2.23 - Change MASTER_SITES : project is on googlecode now - Add LICENSE Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pdsh-2.23.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/local/arch/csup/ports/sysutils/pdsh/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 20 Sep 2010 06:21:30 -0000 1.2 +++ Makefile 24 Nov 2010 21:42:34 -0000 @@ -6,14 +6,15 @@ # PORTNAME= pdsh -PORTVERSION= 2.22 +PORTVERSION= 2.23 CATEGORIES= sysutils -MASTER_SITES= SF -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= i@levsha.me COMMENT= Parallel Distributed Shell +LICENSE= GPLv2 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_PERL5_BUILD= yes Index: distinfo =================================================================== RCS file: /usr/local/arch/csup/ports/sysutils/pdsh/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 20 Sep 2010 06:21:30 -0000 1.2 +++ distinfo 24 Nov 2010 21:42:34 -0000 @@ -1,3 +1,2 @@ -MD5 (pdsh-2.22.tar.bz2) = 151b7a67079e88da0309a5c60432f4a9 -SHA256 (pdsh-2.22.tar.bz2) = 183d67d9474c6efda0fa677ff7c7e3ded4008a8633215894e0d022a5562b6cac -SIZE (pdsh-2.22.tar.bz2) = 458818 +SHA256 (pdsh-2.23.tar.bz2) = 4ff7e850ea74dd8a739aef6039288a2355b4d244c9da2c011fedf78d9ef73c23 +SIZE (pdsh-2.23.tar.bz2) = 479660 Index: pkg-descr =================================================================== RCS file: /usr/local/arch/csup/ports/sysutils/pdsh/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 10 Mar 2010 17:55:09 -0000 1.1 +++ pkg-descr 24 Nov 2010 21:42:34 -0000 @@ -3,4 +3,4 @@ loadable modules for extended functionality such as new remote shell services and remote host selection. -WWW: http://pdsh.sourceforge.net +WWW: http://code.google.com/p/pdsh/ --- pdsh-2.23.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: