git: dca1204c5ece - main - sysutils/mcollective-service-client: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 04:27:28 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dca1204c5ece8742e9a7907d3fdb9c553f12a466
commit dca1204c5ece8742e9a7907d3fdb9c553f12a466
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 04:24:59 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 04:25:04 +0000
sysutils/mcollective-service-client: Remove expired port
2023-06-30 sysutils/mcollective-service-client: Depends on broken sysutils/mcollective
Approved by: portmgr (blanket)
---
MOVED | 1 +
sysutils/Makefile | 1 -
sysutils/mcollective-service-client/Makefile | 19 -------------------
3 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/MOVED b/MOVED
index d16ada64d709..87085dec210d 100644
--- a/MOVED
+++ b/MOVED
@@ -7688,3 +7688,4 @@ sysutils/mcollective-puppet-client||2023-06-30|Has expired: Depends on broken sy
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
+sysutils/mcollective-service-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective
diff --git a/sysutils/Makefile b/sysutils/Makefile
index d915ffe53c4e..bd4fe621f1b1 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-client
SUBDIR += mcollective-service-common
SUBDIR += mcollective-shell-agent
SUBDIR += mcollective-shell-client
diff --git a/sysutils/mcollective-service-client/Makefile b/sysutils/mcollective-service-client/Makefile
deleted file mode 100644
index ace969f7ed95..000000000000
--- a/sysutils/mcollective-service-client/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= mcollective-service-client
-
-COMMENT= MCollective client 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/application/service.rb
-
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} "application/*" ${STAGEDIR}${PREFIX}/share/mcollective
-
-.include "${MASTERDIR}/Makefile"