From owner-svn-ports-head@freebsd.org Sat Nov 5 18:01:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5C8FAF7FE1; Sat, 5 Nov 2016 18:01:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E50C1286; Sat, 5 Nov 2016 18:01:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA5I1WU4013644; Sat, 5 Nov 2016 18:01:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA5I1WGr013641; Sat, 5 Nov 2016 18:01:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611051801.uA5I1WGr013641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 Nov 2016 18:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425419 - head/security/pssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 18:01:34 -0000 Author: sunpoet Date: Sat Nov 5 18:01:32 2016 New Revision: 425419 URL: https://svnweb.freebsd.org/changeset/ports/425419 Log: - Update MASTER_SITES and unbreak this port - Add NO_ARCH - Remove PROJECTHOST - Update WWW Approved by: portmgr (blanket) Modified: head/security/pssh/Makefile head/security/pssh/distinfo head/security/pssh/pkg-descr Modified: head/security/pssh/Makefile ============================================================================== --- head/security/pssh/Makefile Sat Nov 5 18:01:27 2016 (r425418) +++ head/security/pssh/Makefile Sat Nov 5 18:01:32 2016 (r425419) @@ -3,8 +3,7 @@ PORTNAME= pssh PORTVERSION= 2.3.1 CATEGORIES= security net sysutils -MASTER_SITES= GOOGLE_CODE \ - LOCAL/brooks +MASTER_SITES= CHEESESHOP MAINTAINER= brooks@FreeBSD.org COMMENT= Parallel versions of the openssh tools @@ -12,13 +11,10 @@ COMMENT= Parallel versions of the openss LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - RUN_DEPENDS= rsync:net/rsync +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -PROJECTHOST= parallel-ssh - .include Modified: head/security/pssh/distinfo ============================================================================== --- head/security/pssh/distinfo Sat Nov 5 18:01:27 2016 (r425418) +++ head/security/pssh/distinfo Sat Nov 5 18:01:32 2016 (r425419) @@ -1,2 +1,3 @@ +TIMESTAMP = 1478198607 SHA256 (pssh-2.3.1.tar.gz) = 539f8d8363b722712310f3296f189d1ae8c690898eca93627fc89a9cb311f6b4 SIZE (pssh-2.3.1.tar.gz) = 23427 Modified: head/security/pssh/pkg-descr ============================================================================== --- head/security/pssh/pkg-descr Sat Nov 5 18:01:27 2016 (r425418) +++ head/security/pssh/pkg-descr Sat Nov 5 18:01:32 2016 (r425419) @@ -10,4 +10,4 @@ in the distribution: What are these tools good for? Mainly for controlling large collections of nodes in the wide-area. -WWW: http://code.google.com/p/parallel-ssh/ +WWW: https://pypi.python.org/pypi/pssh