Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2018 23:42:47 +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: r477391 - head/devel/rubygem-chef-provisioning
Message-ID:  <201808162342.w7GNgl53005743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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