Update to 2.7.6
- Add LICENSE_FILE - Update version requirement of RUN_DEPENDS - Take maintainership Changes: https://github.com/chef/chef-provisioning/blob/master/CHANGELOG.md
This commit is contained in:
parent
b62d2e4b23
commit
67581b1340
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507416
3 changed files with 13 additions and 12 deletions
|
@ -2,27 +2,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= chef-provisioning
|
||||
PORTVERSION= 2.7.2
|
||||
PORTVERSION= 2.7.6
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Library for creating machines and infrastructures idempotently in Chef
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-cheffish>=4.0:devel/rubygem-cheffish \
|
||||
RUN_DEPENDS= rubygem-cheffish>=4.0<15.0:devel/rubygem-cheffish \
|
||||
rubygem-inifile>=2.0.2:textproc/rubygem-inifile \
|
||||
rubygem-mixlib-install>=1.0:devel/rubygem-mixlib-install \
|
||||
rubygem-net-scp>=1.0:security/rubygem-net-scp \
|
||||
rubygem-net-ssh4>=2.9:security/rubygem-net-ssh4 \
|
||||
rubygem-net-ssh-gateway>=1.2:security/rubygem-net-ssh-gateway \
|
||||
rubygem-net-ssh-gateway>=1.2<3.0:security/rubygem-net-ssh-gateway \
|
||||
rubygem-winrm>=2.0:sysutils/rubygem-winrm \
|
||||
rubygem-winrm-elevated>=1.0:sysutils/rubygem-winrm-elevated \
|
||||
rubygem-winrm-fs>=1.0:sysutils/rubygem-winrm-fs
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1534456678
|
||||
SHA256 (rubygem/chef-provisioning-2.7.2.gem) = 6264c245f359bc71503248c64794bbe768315d6f415d836c5bb1a61beb01d143
|
||||
SIZE (rubygem/chef-provisioning-2.7.2.gem) = 66048
|
||||
TIMESTAMP = 1564157961
|
||||
SHA256 (rubygem/chef-provisioning-2.7.6.gem) = c119262d446603b92991ed5520eb9acd23c83dfe4deb194c5ca7acc2a082839a
|
||||
SIZE (rubygem/chef-provisioning-2.7.6.gem) = 46592
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
Chef Provisioning is a Cookbook and Recipe based approach for managing your
|
||||
infrastructure. Users can codify their infrastructure and use Chef to
|
||||
converge their infrastructure to the desired state. It has a plugin model
|
||||
(called Drivers) to manage different infrastructures, including AWS, Azure
|
||||
and Fog.
|
||||
infrastructure. Users can codify their infrastructure and use Chef to converge
|
||||
their infrastructure to the desired state. It has a plugin model (called
|
||||
Drivers) to manage different infrastructures, including AWS, Azure and Fog.
|
||||
|
||||
WWW: https://github.com/chef/chef-provisioning
|
||||
|
|
Loading…
Reference in a new issue