git: 2c156ea50370 - main - sysutils/mcollective-puppet-agent: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 04:27:22 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2c156ea503700a517ddba124fcab682a5055408f
commit 2c156ea503700a517ddba124fcab682a5055408f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 04:19:34 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 04:19:38 +0000
sysutils/mcollective-puppet-agent: Remove expired port
2023-06-30 sysutils/mcollective-puppet-agent: Depends on broken sysutils/mcollective
Approved by: portmgr (blanket)
---
MOVED | 1 +
sysutils/Makefile | 1 -
sysutils/mcollective-puppet-agent/Makefile | 19 -------------------
3 files changed, 1 insertion(+), 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"