Date: Fri, 30 Jun 2023 04:27:30 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: 535b12fd7d9d - main - sysutils/mcollective-shell-agent: Remove expired port Message-ID: <202306300427.35U4RUqu079783@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=535b12fd7d9d9cc328964c4b621d92ec5a5497be commit 535b12fd7d9d9cc328964c4b621d92ec5a5497be Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 04:26:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 04:26:47 +0000 sysutils/mcollective-shell-agent: Remove expired port 2023-06-30 sysutils/mcollective-shell-agent: Depends on broken sysutils/mcollective Approved by: portmgr (blanket) --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/mcollective-shell-agent/Makefile | 34 ------------------------------ sysutils/mcollective-shell-agent/distinfo | 2 -- sysutils/mcollective-shell-agent/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 43 deletions(-) diff --git a/MOVED b/MOVED index 248430756c2e..4f148ca66c23 100644 --- a/MOVED +++ b/MOVED @@ -7690,3 +7690,4 @@ sysutils/mcollective-nettest-agent||2023-06-30|Has expired: Depends on broken sy 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 +sysutils/mcollective-shell-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective diff --git a/sysutils/Makefile b/sysutils/Makefile index e120edc14a6b..0c1a8f982aca 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -737,7 +737,6 @@ SUBDIR += mcollective-nrpe-common SUBDIR += mcollective-puppet-common SUBDIR += mcollective-service-common - SUBDIR += mcollective-shell-agent SUBDIR += mcron SUBDIR += mcweject SUBDIR += mdf2iso diff --git a/sysutils/mcollective-shell-agent/Makefile b/sysutils/mcollective-shell-agent/Makefile deleted file mode 100644 index 7ba6a47f5a5b..000000000000 --- a/sysutils/mcollective-shell-agent/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= mcollective-shell-agent -PORTVERSION= 0.0.2 -CATEGORIES= sysutils - -MAINTAINER= robak@FreeBSD.org -COMMENT= MCollective shell agent 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 - -PLIST_FILES= share/mcollective/agent/shell/job.rb \ - share/mcollective/agent/shell.rb \ - share/mcollective/agent/shell.ddl -PLIST_DIRS= share/mcollective/agent/shell - -NO_BUILD= yes - -do-install: - - @${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_DIRS} - ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/agent/shell/job.rb ${STAGEDIR}${PREFIX}/share/mcollective/agent/shell/ - ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/agent/shell.rb ${STAGEDIR}${PREFIX}/share/mcollective/agent/ - ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/agent/shell.ddl ${STAGEDIR}${PREFIX}/share/mcollective/agent/ - -.include <bsd.port.mk> diff --git a/sysutils/mcollective-shell-agent/distinfo b/sysutils/mcollective-shell-agent/distinfo deleted file mode 100644 index 9f98d9c28a85..000000000000 --- a/sysutils/mcollective-shell-agent/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-agent/pkg-descr b/sysutils/mcollective-shell-agent/pkg-descr deleted file mode 100644 index 4b9e1d3f9814..000000000000 --- a/sysutils/mcollective-shell-agent/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The shell agent allows you to start and manage shell commands via mcollective. - -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.35U4RUqu079783>