aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 04:19:34 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 04:19:38 +0000
commit2c156ea503700a517ddba124fcab682a5055408f (patch)
treee1c0611ae03002ebe5348aa9db93ad72b7260828
parent86e4a0952f60be211c69677d5434f956539d2179 (diff)
downloadports-2c156ea503700a517ddba124fcab682a5055408f.tar.gz
ports-2c156ea503700a517ddba124fcab682a5055408f.zip
sysutils/mcollective-puppet-agent: Remove expired port
2023-06-30 sysutils/mcollective-puppet-agent: Depends on broken sysutils/mcollective Approved by: portmgr (blanket)
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/mcollective-puppet-agent/Makefile19
3 files changed, 1 insertions, 20 deletions
diff --git a/MOVED b/MOVED
index 717f967f36a0..d1b21154c880 100644
--- a/MOVED
+++ b/MOVED
@@ -7683,3 +7683,4 @@ dns/djbdns||2023-06-30|Has expired: No longer compliant with current DNS standar
dns/libdjbdns||2023-06-30|Has expired: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years
sysutils/mcollective-actionpolicy-auth||2023-06-30|Has expired: Depends on broken sysutils/mcollective
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
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 16ad535d8f53..6b86f560b4df 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -737,7 +737,6 @@
SUBDIR += mcollective-nettest-common
SUBDIR += mcollective-nrpe-agent
SUBDIR += mcollective-nrpe-common
- SUBDIR += mcollective-puppet-agent
SUBDIR += mcollective-puppet-client
SUBDIR += mcollective-puppet-common
SUBDIR += mcollective-service-agent
diff --git a/sysutils/mcollective-puppet-agent/Makefile b/sysutils/mcollective-puppet-agent/Makefile
deleted file mode 100644
index 394d7e81eca7..000000000000
--- a/sysutils/mcollective-puppet-agent/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= mcollective-puppet-agent
-
-COMMENT= MCollective agent to manage the Puppet Agent
-
-# See MASTERDIR for MAINTAINER.
-
-DEPRECATED= Depends on broken sysutils/mcollective
-EXPIRATION_DATE= 2023-06-30
-
-RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:sysutils/mcollective-puppet-common
-
-MASTERDIR= ${.CURDIR}/../mcollective-puppet-common
-
-PLIST_FILES= share/mcollective/agent/puppet.rb
-
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
-
-.include "${MASTERDIR}/Makefile"