git: f3b3f01fe927 - main - sysutils/mcollective-actionpolicy-auth: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 04:27:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3b3f01fe92768e11c93915449b083189d3d2ea2 commit f3b3f01fe92768e11c93915449b083189d3d2ea2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 04:14:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 04:14:37 +0000 sysutils/mcollective-actionpolicy-auth: Remove expired port 2023-06-30 sysutils/mcollective-actionpolicy-auth: Depends on broken sysutils/mcollective Approved by: portmgr (blanket) --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/mcollective-actionpolicy-auth/Makefile | 33 ---------------------- sysutils/mcollective-actionpolicy-auth/distinfo | 3 -- .../files/pkg-message.in | 11 -------- sysutils/mcollective-actionpolicy-auth/pkg-descr | 3 -- 6 files changed, 1 insertion(+), 51 deletions(-) diff --git a/MOVED b/MOVED index 3c4cef714fb6..6d56324ecb95 100644 --- a/MOVED +++ b/MOVED @@ -7681,3 +7681,4 @@ databases/mongodb40||2023-06-30|Has expired: Upstream EOL reached on 2022-04-30 dns/djbdns-tools||2023-06-30|Has expired: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years dns/djbdns||2023-06-30|Has expired: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years 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 diff --git a/sysutils/Makefile b/sysutils/Makefile index 994bab3b6e59..23e35f74ade6 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -732,7 +732,6 @@ SUBDIR += mcelog SUBDIR += mcfly SUBDIR += mcollective - SUBDIR += mcollective-actionpolicy-auth SUBDIR += mcollective-nettest-agent SUBDIR += mcollective-nettest-client SUBDIR += mcollective-nettest-common diff --git a/sysutils/mcollective-actionpolicy-auth/Makefile b/sysutils/mcollective-actionpolicy-auth/Makefile deleted file mode 100644 index bddd987e3b40..000000000000 --- a/sysutils/mcollective-actionpolicy-auth/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= mcollective-actionpolicy-auth -PORTVERSION= 2.2.0 -CATEGORIES= sysutils - -MAINTAINER= puppet@FreeBSD.org -COMMENT= MCollective Authorization plugin allowing fine grained ACLs -WWW= https://github.com/puppetlabs/mcollective-actionpolicy-auth - -LICENSE= APACHE20 - -DEPRECATED= Depends on broken sysutils/mcollective -EXPIRATION_DATE= 2023-06-30 - -RUN_DEPENDS= mcollective>=2:sysutils/mcollective - -USE_GITHUB= yes -GH_ACCOUNT= puppetlabs -SUB_FILES= pkg-message - -NO_BUILD= yes -NO_ARCH= yes - -PLIST_FILES= share/mcollective/util/actionpolicy.ddl \ - share/mcollective/util/actionpolicy.rb -PLIST_DIRS= etc/mcollective/policies - -.if !target(do-install) -do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} "util" ${STAGEDIR}${PREFIX}/share/mcollective - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mcollective/policies -.endif - -.include <bsd.port.mk> diff --git a/sysutils/mcollective-actionpolicy-auth/distinfo b/sysutils/mcollective-actionpolicy-auth/distinfo deleted file mode 100644 index 426e3daee3d7..000000000000 --- a/sysutils/mcollective-actionpolicy-auth/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1484998532 -SHA256 (puppetlabs-mcollective-actionpolicy-auth-2.2.0_GH0.tar.gz) = 6b27d110254fa4d82ca652ea662b9712bbe22b511466dd16d4f19621b0c95692 -SIZE (puppetlabs-mcollective-actionpolicy-auth-2.2.0_GH0.tar.gz) = 13678 diff --git a/sysutils/mcollective-actionpolicy-auth/files/pkg-message.in b/sysutils/mcollective-actionpolicy-auth/files/pkg-message.in deleted file mode 100644 index fdd8847e011d..000000000000 --- a/sysutils/mcollective-actionpolicy-auth/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -[ -{ type: install - message: <<EOM -Add the following lines to %%PREFIX%%/etc/mcollective/server.cfg to -enable the mcollective-actionpolicy-auth plugin: - -rpcauthorization = 1 -rpcauthprovider = action_policy -EOM -} -] diff --git a/sysutils/mcollective-actionpolicy-auth/pkg-descr b/sysutils/mcollective-actionpolicy-auth/pkg-descr deleted file mode 100644 index b15a077de6cc..000000000000 --- a/sysutils/mcollective-actionpolicy-auth/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a plugin that provides fine grained action level authorization for -agents. Any MCollective agent plugins based on SimpleRPC can be restricted with -authorization plugins like this one.