git: 6f059c2f0a8b - main - */*: Rename clusterssh to p5-App-ClusterSSH and update to 4.17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Oct 2024 19:11:24 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f059c2f0a8be88abd4aef283ce1b93f08bfa6a6 commit 6f059c2f0a8be88abd4aef283ce1b93f08bfa6a6 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-10-16 19:09:08 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-10-16 19:11:20 +0000 */*: Rename clusterssh to p5-App-ClusterSSH and update to 4.17 * Renamed to match upstream naming on CPAN * Update to 4.17 * Document move in MOVED --- MOVED | 1 + security/Makefile | 2 +- security/clusterssh/distinfo | 3 --- security/{clusterssh => p5-App-ClusterSSH}/Makefile | 17 ++++++++--------- security/p5-App-ClusterSSH/distinfo | 3 +++ security/{clusterssh => p5-App-ClusterSSH}/pkg-descr | 0 security/{clusterssh => p5-App-ClusterSSH}/pkg-plist | 0 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/MOVED b/MOVED index e5ab34751cf6..41584b1178f8 100644 --- a/MOVED +++ b/MOVED @@ -3522,3 +3522,4 @@ x11-toolkits/wlroots016||2024-10-07|No consumers in ports japanese/prn|japanese/prn-ps|2024-10-07|Allow cloning the repository on Windows security/py-zope.password||2024-10-08|Has no value as standalone package devel/py-pyproject_hooks|devel/py-pyproject-hooks|2024-10-14|Move devel/py-pyproject_hooks to devel/py-pyproject-hooks +security/clusterssh|security/p5-App-ClusterSSH|2024-10-16|Renamed to match upstream naming, please use security/p5-App-ClusterSSH instead diff --git a/security/Makefile b/security/Makefile index 885efe74dc36..e2e7c7d62bf2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -98,7 +98,6 @@ SUBDIR += clamsmtp SUBDIR += clamtk SUBDIR += cloak - SUBDIR += clusterssh SUBDIR += cops SUBDIR += courier-authlib SUBDIR += courier-authlib-base @@ -477,6 +476,7 @@ SUBDIR += p5-Alt-Crypt-RSA-BigInt SUBDIR += p5-Apache-Htpasswd SUBDIR += p5-App-Acmeman + SUBDIR += p5-App-ClusterSSH SUBDIR += p5-App-Genpass SUBDIR += p5-App-TLSMe SUBDIR += p5-Auth-YubikeyDecrypter diff --git a/security/clusterssh/distinfo b/security/clusterssh/distinfo deleted file mode 100644 index 1e2bf0a88fb2..000000000000 --- a/security/clusterssh/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1592733073 -SHA256 (duncs-clusterssh-v4.16_GH0.tar.gz) = 1540f42bd521066ab0a41504258ac1aa4c501c6f713057f8906bb896f3335b9f -SIZE (duncs-clusterssh-v4.16_GH0.tar.gz) = 85154 diff --git a/security/clusterssh/Makefile b/security/p5-App-ClusterSSH/Makefile similarity index 93% rename from security/clusterssh/Makefile rename to security/p5-App-ClusterSSH/Makefile index 94329aaf464f..c5bdf3fd76f0 100644 --- a/security/clusterssh/Makefile +++ b/security/p5-App-ClusterSSH/Makefile @@ -1,7 +1,8 @@ -PORTNAME= clusterssh -DISTVERSIONPREFIX= v -DISTVERSION= 4.16 -CATEGORIES= security net +PORTNAME= App-ClusterSSH +DISTVERSION= 4.17 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Controls multiple hosts simultaneously via xterms and ssh @@ -36,8 +37,6 @@ TEST_DEPENDS= p5-CPAN-Changes>=0:devel/p5-CPAN-Changes \ p5-Test-PerlTidy>=0:devel/p5-Test-PerlTidy USES= perl5 -USE_GITHUB= yes -GH_ACCOUNT= duncs USE_PERL5= modbuild NO_ARCH= yes @@ -45,12 +44,12 @@ NO_ARCH= yes OPTIONS_DEFINE= BASH OPTIONS_SUB= yes -post-install-BASH-off: - @${RM} ${STAGEDIR}${PREFIX}/bin/clusterssh_bash_completion.dist - post-install-BASH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${MV} ${STAGEDIR}${PREFIX}/bin/clusterssh_bash_completion.dist \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/clusterssh +post-install-BASH-off: + @${RM} ${STAGEDIR}${PREFIX}/bin/clusterssh_bash_completion.dist + .include <bsd.port.mk> diff --git a/security/p5-App-ClusterSSH/distinfo b/security/p5-App-ClusterSSH/distinfo new file mode 100644 index 000000000000..f7b7ce0374bc --- /dev/null +++ b/security/p5-App-ClusterSSH/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1729084975 +SHA256 (App-ClusterSSH-4.17.tar.gz) = 12962cb8ca7d3f81d3cce51a9595f3f62467d2f8b339330aa91672069d6d7ad1 +SIZE (App-ClusterSSH-4.17.tar.gz) = 130227 diff --git a/security/clusterssh/pkg-descr b/security/p5-App-ClusterSSH/pkg-descr similarity index 100% rename from security/clusterssh/pkg-descr rename to security/p5-App-ClusterSSH/pkg-descr diff --git a/security/clusterssh/pkg-plist b/security/p5-App-ClusterSSH/pkg-plist similarity index 100% rename from security/clusterssh/pkg-plist rename to security/p5-App-ClusterSSH/pkg-plist