aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 04:22:43 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 04:22:46 +0000
commit7a51b833185b0339dc4ef12179ad9e33fbf3639e (patch)
treeb16a40cb63a934af699bdd45a207e412dcd0b3dc
parent1b2dc46598915664d734b3928f99dcdbc29c00f1 (diff)
downloadports-7a51b833185b0339dc4ef12179ad9e33fbf3639e.tar.gz
ports-7a51b833185b0339dc4ef12179ad9e33fbf3639e.zip
sysutils/mcollective-nettest-agent: Remove expired port
2023-06-30 sysutils/mcollective-nettest-agent: Depends on broken sysutils/mcollective Approved by: portmgr (blanket)
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/mcollective-nettest-agent/Makefile20
3 files changed, 1 insertions, 21 deletions
diff --git a/MOVED b/MOVED
index a929b059614f..8046d78b9db9 100644
--- a/MOVED
+++ b/MOVED
@@ -7686,3 +7686,4 @@ sysutils/mcollective-nrpe-client||2023-06-30|Has expired: Depends on broken sysu
sysutils/mcollective-puppet-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective
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
diff --git a/sysutils/Makefile b/sysutils/Makefile
index e44f949500fc..80e3c09fadc0 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -732,7 +732,6 @@
SUBDIR += mcelog
SUBDIR += mcfly
SUBDIR += mcollective
- SUBDIR += mcollective-nettest-agent
SUBDIR += mcollective-nettest-common
SUBDIR += mcollective-nrpe-agent
SUBDIR += mcollective-nrpe-common
diff --git a/sysutils/mcollective-nettest-agent/Makefile b/sysutils/mcollective-nettest-agent/Makefile
deleted file mode 100644
index f199157cb3e7..000000000000
--- a/sysutils/mcollective-nettest-agent/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= mcollective-nettest-agent
-
-COMMENT= MCollective agent to test ICMP and TCP connectivity
-
-# See MASTERDIR for MAINTAINER.
-
-DEPRECATED= Depends on broken sysutils/mcollective
-EXPIRATION_DATE= 2023-06-30
-
-RUN_DEPENDS= mcollective-nettest-common>=${PORTVERSION}:sysutils/mcollective-nettest-common \
- rubygem-net-ping>=1:net/rubygem-net-ping
-
-MASTERDIR= ${.CURDIR}/../mcollective-nettest-common
-
-PLIST_FILES= share/mcollective/agent/nettest.rb
-
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
-
-.include "${MASTERDIR}/Makefile"