aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 05:15:55 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 05:15:58 +0000
commitfde94d845f070f834e2abd982124e35020757e3f (patch)
treeffe3e646c1a5409d23d2347020c9825d9b7e84f9
parenta7044e7cb22abfd5ace161b8e440d38e69d4c1ff (diff)
downloadports-fde94d845f070f834e2abd982124e35020757e3f.tar.gz
ports-fde94d845f070f834e2abd982124e35020757e3f.zip
sysutils/mcollective-nettest-common: Remove expired port
2023-06-30 sysutils/mcollective-nettest-common: Depends on broken sysutils/mcollective Approved by: portmgr (blanket)
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/mcollective-nettest-common/Makefile35
-rw-r--r--sysutils/mcollective-nettest-common/distinfo2
-rw-r--r--sysutils/mcollective-nettest-common/pkg-descr2
5 files changed, 1 insertions, 40 deletions
diff --git a/MOVED b/MOVED
index 3c5900f335f5..33ca210afb9c 100644
--- a/MOVED
+++ b/MOVED
@@ -7695,3 +7695,4 @@ sysutils/mcollective-nrpe-agent||2023-06-30|Has expired: Depends on broken sysut
sysutils/mcollective-nrpe-common||2023-06-30|Has expired: Depends on broken sysutils/mcollective
sysutils/mcollective-service-common||2023-06-30|Has expired: Depends on broken sysutils/mcollective
sysutils/mcollective-puppet-common||2023-06-30|Has expired: Depends on broken sysutils/mcollective
+sysutils/mcollective-nettest-common||2023-06-30|Has expired: Depends on broken sysutils/mcollective
diff --git a/sysutils/Makefile b/sysutils/Makefile
index a818f292c9cc..dbda1552b9d4 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -732,7 +732,6 @@
SUBDIR += mcelog
SUBDIR += mcfly
SUBDIR += mcollective
- SUBDIR += mcollective-nettest-common
SUBDIR += mcron
SUBDIR += mcweject
SUBDIR += mdf2iso
diff --git a/sysutils/mcollective-nettest-common/Makefile b/sysutils/mcollective-nettest-common/Makefile
deleted file mode 100644
index 56538b0a2f76..000000000000
--- a/sysutils/mcollective-nettest-common/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME?= mcollective-nettest-common
-PORTVERSION= 3.0.4
-CATEGORIES= sysutils
-
-MAINTAINER= puppet@FreeBSD.org
-COMMENT?= MCollective common files to test ICMP and TCP connectivity
-WWW= https://github.com/puppetlabs/mcollective-nettest-agent
-
-LICENSE= APACHE20
-
-DEPRECATED= Depends on broken sysutils/mcollective
-EXPIRATION_DATE= 2023-06-30
-
-RUN_DEPENDS?= mcollective>=2:sysutils/mcollective
-
-USE_GITHUB= yes
-GH_ACCOUNT= puppetlabs
-GH_PROJECT= mcollective-nettest-agent
-
-NO_BUILD= yes
-NO_ARCH= yes
-
-PLIST_FILES?= share/mcollective/agent/nettest.ddl \
- share/mcollective/util/nettest_agent.rb \
- share/mcollective/validator/nettest_fqdn.ddl \
- share/mcollective/validator/nettest_fqdn.rb \
- share/mcollective/validator/nettest_server_address.ddl \
- share/mcollective/validator/nettest_server_address.rb
-
-.if !target(do-install)
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.ddl util validator" ${STAGEDIR}${PREFIX}/share/mcollective
-.endif
-
-.include <bsd.port.mk>
diff --git a/sysutils/mcollective-nettest-common/distinfo b/sysutils/mcollective-nettest-common/distinfo
deleted file mode 100644
index f54a9122f8c4..000000000000
--- a/sysutils/mcollective-nettest-common/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (puppetlabs-mcollective-nettest-agent-3.0.4_GH0.tar.gz) = 2b8c9200e55512c1383e8b29c5766d1765084f8ad053b376e4a19dd5e388ce6b
-SIZE (puppetlabs-mcollective-nettest-agent-3.0.4_GH0.tar.gz) = 13170
diff --git a/sysutils/mcollective-nettest-common/pkg-descr b/sysutils/mcollective-nettest-common/pkg-descr
deleted file mode 100644
index 92c04cb60756..000000000000
--- a/sysutils/mcollective-nettest-common/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-The mcollective nettest agent lets you ping or test remote connections via
-MCollective.