Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2018 13:56:52 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485862 - head/security/clusterssh
Message-ID:  <201811251356.wAPDuq8F059356@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Nov 25 13:56:52 2018
New Revision: 485862
URL: https://svnweb.freebsd.org/changeset/ports/485862

Log:
  - Update to 4.13.2.01
  - Pacify portlint

Modified:
  head/security/clusterssh/Makefile
  head/security/clusterssh/distinfo
  head/security/clusterssh/pkg-plist

Modified: head/security/clusterssh/Makefile
==============================================================================
--- head/security/clusterssh/Makefile	Sun Nov 25 13:55:55 2018	(r485861)
+++ head/security/clusterssh/Makefile	Sun Nov 25 13:56:52 2018	(r485862)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	clusterssh
-DISTVERSIONPREFIX=	release-
-DISTVERSION=	4.13.2
+DISTVERSIONPREFIX=	v
+DISTVERSION=	4.13.2_01
 CATEGORIES=	security net
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -40,6 +40,7 @@ TEST_DEPENDS=	p5-CPAN-Changes>=0:devel/p5-CPAN-Changes
 USES=		perl5
 USE_GITHUB=	yes
 USE_PERL5=	modbuild
+
 NO_ARCH=	yes
 
 GH_ACCOUNT=	duncs
@@ -47,6 +48,13 @@ GH_ACCOUNT=	duncs
 OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	BASH
 
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502701
+BUILD_DEPENDS+=	p5-Getopt-Long>=2.50:devel/p5-Getopt-Long
+RUN_DEPENDS+=	p5-Getopt-Long>=2.50:devel/p5-Getopt-Long
+.endif
+
 post-install-BASH-off:
 	@${RM} ${STAGEDIR}${PREFIX}/bin/clusterssh_bash_completion.dist
 
@@ -55,4 +63,4 @@ post-install-BASH-on:
 	${MV} ${STAGEDIR}${PREFIX}/bin/clusterssh_bash_completion.dist \
 		${STAGEDIR}${PREFIX}/etc/bash_completion.d/clusterssh
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/security/clusterssh/distinfo
==============================================================================
--- head/security/clusterssh/distinfo	Sun Nov 25 13:55:55 2018	(r485861)
+++ head/security/clusterssh/distinfo	Sun Nov 25 13:56:52 2018	(r485862)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521068034
-SHA256 (duncs-clusterssh-release-4.13.2_GH0.tar.gz) = 02fec755beafe07a9b08aa0ed72149742e8d9ff0d2c75e424b9d97ddd20edb84
-SIZE (duncs-clusterssh-release-4.13.2_GH0.tar.gz) = 84792
+TIMESTAMP = 1543146093
+SHA256 (duncs-clusterssh-v4.13.2_01_GH0.tar.gz) = be6da42d448d925485d24c060f93215980e4e603476d61e18e79e219facea65a
+SIZE (duncs-clusterssh-v4.13.2_01_GH0.tar.gz) = 73422

Modified: head/security/clusterssh/pkg-plist
==============================================================================
--- head/security/clusterssh/pkg-plist	Sun Nov 25 13:55:55 2018	(r485861)
+++ head/security/clusterssh/pkg-plist	Sun Nov 25 13:56:52 2018	(r485862)
@@ -19,6 +19,8 @@ bin/ctel
 %%PERL5_MAN3%%/App::ClusterSSH::L10N.3.gz
 %%PERL5_MAN3%%/App::ClusterSSH::L10N::en.3.gz
 %%PERL5_MAN3%%/App::ClusterSSH::Range.3.gz
+%%PERL5_MAN3%%/App::ClusterSSH::Window.3.gz
+%%PERL5_MAN3%%/App::ClusterSSH::Window::Tk.3.gz
 %%SITE_PERL%%/App/ClusterSSH.pm
 %%SITE_PERL%%/App/ClusterSSH/Base.pm
 %%SITE_PERL%%/App/ClusterSSH/Cluster.pm
@@ -29,3 +31,5 @@ bin/ctel
 %%SITE_PERL%%/App/ClusterSSH/L10N.pm
 %%SITE_PERL%%/App/ClusterSSH/L10N/en.pm
 %%SITE_PERL%%/App/ClusterSSH/Range.pm
+%%SITE_PERL%%/App/ClusterSSH/Window.pm
+%%SITE_PERL%%/App/ClusterSSH/Window/Tk.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811251356.wAPDuq8F059356>