From 5f7c44cb38af5918e989ec632213db0e3f2a4203 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 30 Jun 2023 06:20:20 +0200 Subject: [PATCH] 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(-) delete mode 100644 sysutils/mcollective-puppet-client/Makefile diff --git a/MOVED b/MOVED index d1b21154c8801..df98b451e82fa 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 6b86f560b4dfc..d1a34fdaec22e 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 04a94e9202ccc..0000000000000 --- 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"