Index: head/devel/rubygem-chef-provisioning/Makefile =================================================================== --- head/devel/rubygem-chef-provisioning/Makefile (revision 507415) +++ head/devel/rubygem-chef-provisioning/Makefile (revision 507416) @@ -1,28 +1,30 @@ # Created by: Ryan Steinmetz # $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 Index: head/devel/rubygem-chef-provisioning/distinfo =================================================================== --- head/devel/rubygem-chef-provisioning/distinfo (revision 507415) +++ head/devel/rubygem-chef-provisioning/distinfo (revision 507416) @@ -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 Index: head/devel/rubygem-chef-provisioning/pkg-descr =================================================================== --- head/devel/rubygem-chef-provisioning/pkg-descr (revision 507415) +++ head/devel/rubygem-chef-provisioning/pkg-descr (revision 507416) @@ -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