git: a7044e7cb22a - main - sysutils/mcollective-puppet-common: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 05:22:37 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7044e7cb22abfd5ace161b8e440d38e69d4c1ff commit a7044e7cb22abfd5ace161b8e440d38e69d4c1ff Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 05:15:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 05:15:18 +0000 sysutils/mcollective-puppet-common: Remove expired port 2023-06-30 sysutils/mcollective-puppet-common: Depends on broken sysutils/mcollective Approved by: portmgr (blanket) --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/mcollective-puppet-common/Makefile | 48 ---------------------------- sysutils/mcollective-puppet-common/distinfo | 3 -- sysutils/mcollective-puppet-common/pkg-descr | 1 - 5 files changed, 1 insertion(+), 53 deletions(-) diff --git a/MOVED b/MOVED index 06b8bd7022a1..3c5900f335f5 100644 --- a/MOVED +++ b/MOVED @@ -7694,3 +7694,4 @@ sysutils/mcollective-shell-agent||2023-06-30|Has expired: Depends on broken sysu sysutils/mcollective-nrpe-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective sysutils/mcollective-nrpe-common||2023-06-30|Has expired: Depends on broken sysutils/mcollective sysutils/mcollective-service-common||2023-06-30|Has expired: Depends on broken sysutils/mcollective +sysutils/mcollective-puppet-common||2023-06-30|Has expired: Depends on broken sysutils/mcollective diff --git a/sysutils/Makefile b/sysutils/Makefile index 8861b8ea50d5..a818f292c9cc 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -733,7 +733,6 @@ SUBDIR += mcfly SUBDIR += mcollective SUBDIR += mcollective-nettest-common - SUBDIR += mcollective-puppet-common SUBDIR += mcron SUBDIR += mcweject SUBDIR += mdf2iso diff --git a/sysutils/mcollective-puppet-common/Makefile b/sysutils/mcollective-puppet-common/Makefile deleted file mode 100644 index de62a812448c..000000000000 --- a/sysutils/mcollective-puppet-common/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -PORTNAME?= mcollective-puppet-common -PORTVERSION= 1.14.0 -CATEGORIES= sysutils - -MAINTAINER= puppet@FreeBSD.org -COMMENT?= MCollective common files to manage the Puppet Agent -WWW= https://github.com/puppetlabs/mcollective-puppet-agent - -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 -GH_PROJECT= mcollective-puppet-agent - -NO_BUILD= yes -NO_ARCH= yes - -PLIST_FILES?= share/mcollective/agent/puppet.ddl \ - share/mcollective/data/puppet_data.ddl \ - share/mcollective/data/puppet_data.rb \ - share/mcollective/data/resource_data.ddl \ - share/mcollective/data/resource_data.rb \ - share/mcollective/util/puppet_agent_mgr.rb \ - share/mcollective/util/puppet_agent_mgr/mgr_v2.rb \ - share/mcollective/util/puppet_agent_mgr/mgr_v3.rb \ - share/mcollective/util/puppet_agent_mgr/mgr_windows.rb \ - share/mcollective/util/puppet_server_address_validation.rb \ - share/mcollective/util/puppetrunner.rb \ - share/mcollective/validator/puppet_resource_validator.ddl \ - share/mcollective/validator/puppet_resource_validator.rb \ - share/mcollective/validator/puppet_server_address_validator.ddl \ - share/mcollective/validator/puppet_server_address_validator.rb \ - share/mcollective/validator/puppet_tags_validator.ddl \ - share/mcollective/validator/puppet_tags_validator.rb \ - share/mcollective/validator/puppet_variable_validator.ddl \ - share/mcollective/validator/puppet_variable_validator.rb - -.if !target(do-install) -do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.ddl data util validator" ${STAGEDIR}${PREFIX}/share/mcollective -.endif - -.include <bsd.port.mk> diff --git a/sysutils/mcollective-puppet-common/distinfo b/sysutils/mcollective-puppet-common/distinfo deleted file mode 100644 index ab6527ddacaa..000000000000 --- a/sysutils/mcollective-puppet-common/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1540225253 -SHA256 (puppetlabs-mcollective-puppet-agent-1.14.0_GH0.tar.gz) = 8695ce6ee0b7e40817c6ae89c526dec412e4254fa4fcd649b563fb0be0b8a55a -SIZE (puppetlabs-mcollective-puppet-agent-1.14.0_GH0.tar.gz) = 47432 diff --git a/sysutils/mcollective-puppet-common/pkg-descr b/sysutils/mcollective-puppet-common/pkg-descr deleted file mode 100644 index 0ca8f07eec59..000000000000 --- a/sysutils/mcollective-puppet-common/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -The mcollective puppet agent manages the puppet agent via MCollective.