Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2019 11:55:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507416 - head/devel/rubygem-chef-provisioning
Message-ID:  <201907271155.x6RBtU2C078129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul 27 11:55:30 2019
New Revision: 507416
URL: https://svnweb.freebsd.org/changeset/ports/507416

Log:
  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

Modified:
  head/devel/rubygem-chef-provisioning/Makefile
  head/devel/rubygem-chef-provisioning/distinfo
  head/devel/rubygem-chef-provisioning/pkg-descr

Modified: head/devel/rubygem-chef-provisioning/Makefile
==============================================================================
--- head/devel/rubygem-chef-provisioning/Makefile	Sat Jul 27 11:55:23 2019	(r507415)
+++ head/devel/rubygem-chef-provisioning/Makefile	Sat Jul 27 11:55:30 2019	(r507416)
@@ -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>

Modified: head/devel/rubygem-chef-provisioning/distinfo
==============================================================================
--- head/devel/rubygem-chef-provisioning/distinfo	Sat Jul 27 11:55:23 2019	(r507415)
+++ head/devel/rubygem-chef-provisioning/distinfo	Sat Jul 27 11:55:30 2019	(r507416)
@@ -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

Modified: head/devel/rubygem-chef-provisioning/pkg-descr
==============================================================================
--- head/devel/rubygem-chef-provisioning/pkg-descr	Sat Jul 27 11:55:23 2019	(r507415)
+++ head/devel/rubygem-chef-provisioning/pkg-descr	Sat Jul 27 11:55:30 2019	(r507416)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907271155.x6RBtU2C078129>