git: 6ec871f47694 - main - sysutils/mcollective-nrpe-agent: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 05:22:32 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6ec871f47694430ac04aeed60b95b9b5f5c933d5
commit 6ec871f47694430ac04aeed60b95b9b5f5c933d5
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 04:46:34 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 04:46:43 +0000
sysutils/mcollective-nrpe-agent: Remove expired port
2023-06-30 sysutils/mcollective-nrpe-agent: Depends on broken sysutils/mcollective
Approved by: portmgr (blanket)
---
MOVED | 1 +
sysutils/Makefile | 1 -
sysutils/mcollective-nrpe-agent/Makefile | 20 --------------------
3 files changed, 1 insertion(+), 21 deletions(-)
diff --git a/MOVED b/MOVED
index 4f148ca66c23..7800645e479d 100644
--- a/MOVED
+++ b/MOVED
@@ -7691,3 +7691,4 @@ sysutils/mcollective-service-agent||2023-06-30|Has expired: Depends on broken sy
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
+sysutils/mcollective-nrpe-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 0c1a8f982aca..76c22581439c 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -733,7 +733,6 @@
SUBDIR += mcfly
SUBDIR += mcollective
SUBDIR += mcollective-nettest-common
- SUBDIR += mcollective-nrpe-agent
SUBDIR += mcollective-nrpe-common
SUBDIR += mcollective-puppet-common
SUBDIR += mcollective-service-common
diff --git a/sysutils/mcollective-nrpe-agent/Makefile b/sysutils/mcollective-nrpe-agent/Makefile
deleted file mode 100644
index 1bd15b7fec48..000000000000
--- a/sysutils/mcollective-nrpe-agent/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= mcollective-nrpe-agent
-PORTEPOCH= 1
-
-COMMENT= MCollective agent to interact with the NRPE monitoring system
-
-# See MASTERDIR for MAINTAINER.
-
-DEPRECATED= Depends on broken sysutils/mcollective
-EXPIRATION_DATE= 2023-06-30
-
-RUN_DEPENDS= mcollective-nrpe-common>=${PORTVERSION}:sysutils/mcollective-nrpe-common
-
-MASTERDIR= ${.CURDIR}/../mcollective-nrpe-common
-
-PLIST_FILES= share/mcollective/agent/nrpe.rb
-
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
-
-.include "${MASTERDIR}/Makefile"