git: 1b2dc4659891 - main - sysutils/mcollective-nettest-client: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 04:27:25 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1b2dc46598915664d734b3928f99dcdbc29c00f1
commit 1b2dc46598915664d734b3928f99dcdbc29c00f1
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 04:21:56 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 04:22:01 +0000
sysutils/mcollective-nettest-client: Remove expired port
2023-06-30 sysutils/mcollective-nettest-client: Depends on broken sysutils/mcollective
Approved by: portmgr (blanket)
---
MOVED | 1 +
sysutils/Makefile | 1 -
sysutils/mcollective-nettest-client/Makefile | 21 ---------------------
3 files changed, 1 insertion(+), 22 deletions(-)
diff --git a/MOVED b/MOVED
index df98b451e82f..a929b059614f 100644
--- a/MOVED
+++ b/MOVED
@@ -7685,3 +7685,4 @@ sysutils/mcollective-actionpolicy-auth||2023-06-30|Has expired: Depends on broke
sysutils/mcollective-nrpe-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective
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
diff --git a/sysutils/Makefile b/sysutils/Makefile
index d1a34fdaec22..e44f949500fc 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -733,7 +733,6 @@
SUBDIR += mcfly
SUBDIR += mcollective
SUBDIR += mcollective-nettest-agent
- SUBDIR += mcollective-nettest-client
SUBDIR += mcollective-nettest-common
SUBDIR += mcollective-nrpe-agent
SUBDIR += mcollective-nrpe-common
diff --git a/sysutils/mcollective-nettest-client/Makefile b/sysutils/mcollective-nettest-client/Makefile
deleted file mode 100644
index 66a7aaaae398..000000000000
--- a/sysutils/mcollective-nettest-client/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= mcollective-nettest-client
-
-COMMENT= MCollective client 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
-
-MASTERDIR= ${.CURDIR}/../mcollective-nettest-common
-
-PLIST_FILES= share/mcollective/aggregate/nettest_mma.ddl \
- share/mcollective/aggregate/nettest_mma.rb \
- share/mcollective/application/nettest.rb
-
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} "aggregate application/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
-
-.include "${MASTERDIR}/Makefile"