aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 04:46:34 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 04:46:43 +0000
commit6ec871f47694430ac04aeed60b95b9b5f5c933d5 (patch)
tree1ef4027001a76f4e989cd063e45e15c220ed6214
parentb83db3e4b7993f65e6eb90843cd2ca2435a81b88 (diff)
downloadports-6ec871f47694430ac04aeed60b95b9b5f5c933d5.tar.gz
ports-6ec871f47694430ac04aeed60b95b9b5f5c933d5.zip
sysutils/mcollective-nrpe-agent: Remove expired port
2023-06-30 sysutils/mcollective-nrpe-agent: Depends on broken sysutils/mcollective Approved by: portmgr (blanket)
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/mcollective-nrpe-agent/Makefile20
3 files changed, 1 insertions, 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"