git: c269f1316755 - main - sysutils/mcollective-service-agent: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 04:27:27 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c269f131675566687bd52f56422c960bd663d50d
commit c269f131675566687bd52f56422c960bd663d50d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 04:23:53 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 04:23:56 +0000
sysutils/mcollective-service-agent: Remove expired port
2023-06-30 sysutils/mcollective-service-agent: Depends on broken sysutils/mcollective
Approved by: portmgr (blanket)
---
MOVED | 1 +
sysutils/Makefile | 1 -
sysutils/mcollective-service-agent/Makefile | 19 -------------------
3 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/MOVED b/MOVED
index 8046d78b9db9..d16ada64d709 100644
--- a/MOVED
+++ b/MOVED
@@ -7687,3 +7687,4 @@ sysutils/mcollective-puppet-agent||2023-06-30|Has expired: Depends on broken sys
sysutils/mcollective-puppet-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective
sysutils/mcollective-nettest-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective
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
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 80e3c09fadc0..d915ffe53c4e 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -736,7 +736,6 @@
SUBDIR += mcollective-nrpe-agent
SUBDIR += mcollective-nrpe-common
SUBDIR += mcollective-puppet-common
- SUBDIR += mcollective-service-agent
SUBDIR += mcollective-service-client
SUBDIR += mcollective-service-common
SUBDIR += mcollective-shell-agent
diff --git a/sysutils/mcollective-service-agent/Makefile b/sysutils/mcollective-service-agent/Makefile
deleted file mode 100644
index ae3021d26173..000000000000
--- a/sysutils/mcollective-service-agent/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= mcollective-service-agent
-
-COMMENT= MCollective agent to manage the OS Services
-
-# See MASTERDIR for MAINTAINER.
-
-DEPRECATED= Depends on broken sysutils/mcollective
-EXPIRATION_DATE= 2023-06-30
-
-RUN_DEPENDS= mcollective-service-common>=${PORTVERSION}:sysutils/mcollective-service-common
-
-MASTERDIR= ${.CURDIR}/../mcollective-service-common
-
-PLIST_FILES= share/mcollective/agent/service.rb
-
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
-
-.include "${MASTERDIR}/Makefile"