git: 5f7c44cb38af - main - sysutils/mcollective-puppet-client: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 04:27:23 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f7c44cb38af5918e989ec632213db0e3f2a4203
commit 5f7c44cb38af5918e989ec632213db0e3f2a4203
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 04:20:20 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 04:20:27 +0000
sysutils/mcollective-puppet-client: Remove expired port
2023-06-30 sysutils/mcollective-puppet-client: Depends on broken sysutils/mcollective
Approved by: portmgr (blanket)
---
MOVED | 1 +
sysutils/Makefile | 1 -
sysutils/mcollective-puppet-client/Makefile | 21 ---------------------
3 files changed, 1 insertion(+), 22 deletions(-)
diff --git a/MOVED b/MOVED
index d1b21154c880..df98b451e82f 100644
--- a/MOVED
+++ b/MOVED
@@ -7684,3 +7684,4 @@ dns/libdjbdns||2023-06-30|Has expired: No longer compliant with current DNS stan
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
+sysutils/mcollective-puppet-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 6b86f560b4df..d1a34fdaec22 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-client
SUBDIR += mcollective-puppet-common
SUBDIR += mcollective-service-agent
SUBDIR += mcollective-service-client
diff --git a/sysutils/mcollective-puppet-client/Makefile b/sysutils/mcollective-puppet-client/Makefile
deleted file mode 100644
index 04a94e9202cc..000000000000
--- a/sysutils/mcollective-puppet-client/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= mcollective-puppet-client
-
-COMMENT= MCollective client 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/application/puppet.rb \
- share/mcollective/aggregate/boolean_summary.ddl \
- share/mcollective/aggregate/boolean_summary.rb
-
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} "aggregate application" ${STAGEDIR}${PREFIX}/share/mcollective
-
-.include "${MASTERDIR}/Makefile"