From owner-svn-ports-head@freebsd.org Sat Jul 27 11:55:43 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF526B783E; Sat, 27 Jul 2019 11:55:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 715AD80AFE; Sat, 27 Jul 2019 11:55:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 34DC026E97; Sat, 27 Jul 2019 11:55:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6RBtVfa078132; Sat, 27 Jul 2019 11:55:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6RBtU2C078129; Sat, 27 Jul 2019 11:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201907271155.x6RBtU2C078129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 27 Jul 2019 11:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507416 - head/devel/rubygem-chef-provisioning X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-chef-provisioning X-SVN-Commit-Revision: 507416 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 715AD80AFE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.91)[-0.910,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2019 11:55:43 -0000 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 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