From owner-svn-ports-all@freebsd.org Thu Aug 16 23:42:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67955107A687; Thu, 16 Aug 2018 23:42:50 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 990127F544; Thu, 16 Aug 2018 23:42:48 +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 4599B207E9; Thu, 16 Aug 2018 23:42:48 +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 w7GNgmjw005746; Thu, 16 Aug 2018 23:42:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7GNgl53005743; Thu, 16 Aug 2018 23:42:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201808162342.w7GNgl53005743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Aug 2018 23:42:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477391 - 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: 477391 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2018 23:42:50 -0000 Author: sunpoet Date: Thu Aug 16 23:42:47 2018 New Revision: 477391 URL: https://svnweb.freebsd.org/changeset/ports/477391 Log: Update to 2.7.2 - Remove leading indefinite article from COMMENT - Add NO_ARCH - Update WWW 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 Thu Aug 16 23:42:41 2018 (r477390) +++ head/devel/rubygem-chef-provisioning/Makefile Thu Aug 16 23:42:47 2018 (r477391) @@ -2,12 +2,12 @@ # $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 @@ -21,6 +21,7 @@ RUN_DEPENDS= rubygem-cheffish>=4.0:devel/rubygem-cheff 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 Modified: head/devel/rubygem-chef-provisioning/distinfo ============================================================================== --- head/devel/rubygem-chef-provisioning/distinfo Thu Aug 16 23:42:41 2018 (r477390) +++ head/devel/rubygem-chef-provisioning/distinfo Thu Aug 16 23:42:47 2018 (r477391) @@ -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 Modified: head/devel/rubygem-chef-provisioning/pkg-descr ============================================================================== --- head/devel/rubygem-chef-provisioning/pkg-descr Thu Aug 16 23:42:41 2018 (r477390) +++ head/devel/rubygem-chef-provisioning/pkg-descr Thu Aug 16 23:42:47 2018 (r477391) @@ -4,4 +4,4 @@ converge their infrastructure to the desired state. It (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