diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-30 04:20:20 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-30 04:20:27 +0000 |
| commit | 5f7c44cb38af5918e989ec632213db0e3f2a4203 (patch) | |
| tree | 98483f59b394613dc54eb7d4aa4cff3e641479f0 | |
| parent | 2c156ea503700a517ddba124fcab682a5055408f (diff) | |
sysutils/mcollective-puppet-client: Remove expired port
2023-06-30 sysutils/mcollective-puppet-client: Depends on broken sysutils/mcollective
Approved by: portmgr (blanket)
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | sysutils/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/mcollective-puppet-client/Makefile | 21 |
3 files changed, 1 insertions, 22 deletions
@@ -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" |
