Index: head/devel/rubygem-chef-provisioning/Makefile =================================================================== --- head/devel/rubygem-chef-provisioning/Makefile (revision 477390) +++ head/devel/rubygem-chef-provisioning/Makefile (revision 477391) @@ -1,27 +1,28 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= chef-provisioning -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= A library for creating machines and infrastructures idempotently in Chef +COMMENT= Library for creating machines and infrastructures idempotently in Chef LICENSE= APACHE20 RUN_DEPENDS= rubygem-cheffish>=4.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-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 .include Index: head/devel/rubygem-chef-provisioning/distinfo =================================================================== --- head/devel/rubygem-chef-provisioning/distinfo (revision 477390) +++ head/devel/rubygem-chef-provisioning/distinfo (revision 477391) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533754449 -SHA256 (rubygem/chef-provisioning-2.7.1.gem) = df62b368fdb4161927f704954214e3c9d3283c60526755f9d777ff059b200a40 -SIZE (rubygem/chef-provisioning-2.7.1.gem) = 66048 +TIMESTAMP = 1534456678 +SHA256 (rubygem/chef-provisioning-2.7.2.gem) = 6264c245f359bc71503248c64794bbe768315d6f415d836c5bb1a61beb01d143 +SIZE (rubygem/chef-provisioning-2.7.2.gem) = 66048 Index: head/devel/rubygem-chef-provisioning/pkg-descr =================================================================== --- head/devel/rubygem-chef-provisioning/pkg-descr (revision 477390) +++ head/devel/rubygem-chef-provisioning/pkg-descr (revision 477391) @@ -1,7 +1,7 @@ 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. -WWW: https://rubygems.org/gems/chef-provisioning +WWW: https://github.com/chef/chef-provisioning