Date: Fri, 30 Jun 2023 04:27:29 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 45c0aaad1fe9 - main - sysutils/mcollective-shell-client: Remove expired port Message-ID: <202306300427.35U4RT4Q079764@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=45c0aaad1fe96f6f68378b69761210e88ac8979b commit 45c0aaad1fe96f6f68378b69761210e88ac8979b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 04:25:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 04:26:00 +0000 sysutils/mcollective-shell-client: Remove expired port 2023-06-30 sysutils/mcollective-shell-client: Depends on broken sysutils/mcollective Approved by: portmgr (blanket) --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/mcollective-shell-client/Makefile | 34 ----------------------------- sysutils/mcollective-shell-client/distinfo | 2 -- sysutils/mcollective-shell-client/pkg-descr | 7 ------ 5 files changed, 1 insertion(+), 44 deletions(-) diff --git a/MOVED b/MOVED index 87085dec210d..248430756c2e 100644 --- a/MOVED +++ b/MOVED @@ -7689,3 +7689,4 @@ sysutils/mcollective-nettest-client||2023-06-30|Has expired: Depends on broken s sysutils/mcollective-nettest-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective sysutils/mcollective-service-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective sysutils/mcollective-service-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective +sysutils/mcollective-shell-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective diff --git a/sysutils/Makefile b/sysutils/Makefile index bd4fe621f1b1..e120edc14a6b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -738,7 +738,6 @@ SUBDIR += mcollective-puppet-common SUBDIR += mcollective-service-common SUBDIR += mcollective-shell-agent - SUBDIR += mcollective-shell-client SUBDIR += mcron SUBDIR += mcweject SUBDIR += mdf2iso diff --git a/sysutils/mcollective-shell-client/Makefile b/sysutils/mcollective-shell-client/Makefile deleted file mode 100644 index f2142bcca899..000000000000 --- a/sysutils/mcollective-shell-client/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= mcollective-shell-client -PORTVERSION= 0.0.2 -CATEGORIES= sysutils - -MAINTAINER= robak@FreeBSD.org -COMMENT= MCollective shell client plugin -WWW= https://github.com/puppetlabs/mcollective-shell-agent - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Depends on broken sysutils/mcollective -EXPIRATION_DATE= 2023-06-30 - -RUN_DEPENDS= mcollective>=2.2.4:sysutils/mcollective - -USE_GITHUB= yes -GH_ACCOUNT= puppetlabs -GH_PROJECT= mcollective-shell-agent - -PLIST_FILES= share/mcollective/application/shell/watcher.rb \ - share/mcollective/application/shell/prefix_stream_buf.rb \ - share/mcollective/application/shell.rb -PLIST_DIRS= share/mcollective/application/shell - -NO_BUILD= yes - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_DIRS} - ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell/watcher.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/shell/ - ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell/prefix_stream_buf.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/shell/ - ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/ - -.include <bsd.port.mk> diff --git a/sysutils/mcollective-shell-client/distinfo b/sysutils/mcollective-shell-client/distinfo deleted file mode 100644 index 9f98d9c28a85..000000000000 --- a/sysutils/mcollective-shell-client/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (puppetlabs-mcollective-shell-agent-0.0.2_GH0.tar.gz) = 08c60644752e969b86459b23818f3b991514be3633141ac0e6e984672d11574f -SIZE (puppetlabs-mcollective-shell-agent-0.0.2_GH0.tar.gz) = 17984 diff --git a/sysutils/mcollective-shell-client/pkg-descr b/sysutils/mcollective-shell-client/pkg-descr deleted file mode 100644 index 26a04d8559cf..000000000000 --- a/sysutils/mcollective-shell-client/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The shell client allows you to get commands executed via MCollective's -mcollective-shell-agent plugin. - -It allows the running of long-running processes with a mechanism to check in -on the output from these long-running processes, which is independent of the -mcollective daemon process (the daemon can be restarted without interrupting -the processes)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300427.35U4RT4Q079764>