From owner-svn-ports-head@freebsd.org Tue May 19 07:45:46 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 888E22FE1B7; Tue, 19 May 2020 07:45:46 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49R7Gf35lzz48F8; Tue, 19 May 2020 07:45:46 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65B4D2F5B9; Tue, 19 May 2020 07:45:46 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04J7jkMY094598; Tue, 19 May 2020 07:45:46 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04J7jkwe094597; Tue, 19 May 2020 07:45:46 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202005190745.04J7jkwe094597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 19 May 2020 07:45:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535840 - head/security/clusterssh X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/security/clusterssh X-SVN-Commit-Revision: 535840 X-SVN-Commit-Repository: ports 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.33 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: Tue, 19 May 2020 07:45:46 -0000 Author: ehaupt Date: Tue May 19 07:45:45 2020 New Revision: 535840 URL: https://svnweb.freebsd.org/changeset/ports/535840 Log: - Update to 4.15 - Make portclippy/portfmt happy Modified: head/security/clusterssh/Makefile head/security/clusterssh/distinfo Modified: head/security/clusterssh/Makefile ============================================================================== --- head/security/clusterssh/Makefile Tue May 19 07:28:32 2020 (r535839) +++ head/security/clusterssh/Makefile Tue May 19 07:45:45 2020 (r535840) @@ -3,7 +3,7 @@ PORTNAME= clusterssh DISTVERSIONPREFIX= v -DISTVERSION= 4.14 +DISTVERSION= 4.15 CATEGORIES= security net MAINTAINER= ehaupt@FreeBSD.org @@ -11,27 +11,27 @@ COMMENT= Controls multiple hosts simultaneously via xt LICENSE= GPLv2 -BUILD_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \ +BUILD_DEPENDS= p5-Capture-Tiny>0:devel/p5-Capture-Tiny \ + p5-Exception-Class>=0:devel/p5-Exception-Class \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-File-Which>=0:sysutils/p5-File-Which \ + p5-Module-Manifest>=0:devel/p5-Module-Manifest \ p5-Readonly>=0:devel/p5-Readonly \ - p5-Test-Pod>=0:devel/p5-Test-Pod \ + p5-Sort-Naturally>=1:textproc/p5-Sort-Naturally \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \ + p5-Test-Pod>=0:devel/p5-Test-Pod \ p5-Test-Trap>=0:devel/p5-Test-Trap \ - p5-Module-Manifest>=0:devel/p5-Module-Manifest \ - p5-File-Slurp>=0:devel/p5-File-Slurp \ - p5-Capture-Tiny>0:devel/p5-Capture-Tiny \ - p5-Exception-Class>=0:devel/p5-Exception-Class \ - p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-Tk>=0:x11-toolkits/p5-Tk \ - p5-Sort-Naturally>=1:textproc/p5-Sort-Naturally \ - p5-X11-Protocol>=0:x11/p5-X11-Protocol \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-X11-Protocol-Other>=0:x11/p5-X11-Protocol-Other \ - xterm:x11/xterm -RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk \ p5-X11-Protocol>=0:x11/p5-X11-Protocol \ - p5-X11-Protocol-Other>=0:x11/p5-X11-Protocol-Other \ - p5-Exception-Class>=0:devel/p5-Exception-Class \ - p5-Try-Tiny>=0:lang/p5-Try-Tiny \ + xterm:x11/xterm +RUN_DEPENDS= p5-Exception-Class>=0:devel/p5-Exception-Class \ p5-Sort-Naturally>=1:textproc/p5-Sort-Naturally \ + p5-Tk>=0:x11-toolkits/p5-Tk \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny \ + p5-X11-Protocol-Other>=0:x11/p5-X11-Protocol-Other \ + p5-X11-Protocol>=0:x11/p5-X11-Protocol \ xterm:x11/xterm TEST_DEPENDS= p5-CPAN-Changes>=0:devel/p5-CPAN-Changes \ p5-Test-Differences>=0:devel/p5-Test-Differences \ @@ -39,14 +39,13 @@ TEST_DEPENDS= p5-CPAN-Changes>=0:devel/p5-CPAN-Changes USES= perl5 USE_GITHUB= yes +GH_ACCOUNT= duncs USE_PERL5= modbuild NO_ARCH= yes -GH_ACCOUNT= duncs - -OPTIONS_SUB= yes OPTIONS_DEFINE= BASH +OPTIONS_SUB= yes .include Modified: head/security/clusterssh/distinfo ============================================================================== --- head/security/clusterssh/distinfo Tue May 19 07:28:32 2020 (r535839) +++ head/security/clusterssh/distinfo Tue May 19 07:45:45 2020 (r535840) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567091682 -SHA256 (duncs-clusterssh-v4.14_GH0.tar.gz) = 179ac8a7c27ec9674d2aa3f65ebb097b4945646c71f83f52fe2b8b24c21cd629 -SIZE (duncs-clusterssh-v4.14_GH0.tar.gz) = 84172 +TIMESTAMP = 1589872323 +SHA256 (duncs-clusterssh-v4.15_GH0.tar.gz) = 85376106e66ebce7864a33bd8b197349567e513c86818e27600c7ccc5b51297d +SIZE (duncs-clusterssh-v4.15_GH0.tar.gz) = 85096