Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2017 15:50:24 +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: r446977 - in head/devel/rubygem-mixlib-shellout: . files
Message-ID:  <201707311550.v6VFoOfB006714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jul 31 15:50:24 2017
New Revision: 446977
URL: https://svnweb.freebsd.org/changeset/ports/446977

Log:
  Update to 2.2.7
  
  - Add LICENSE
  - Update WWW
  
  Changes:	https://github.com/chef/mixlib-shellout/blob/master/CHANGELOG.md
  PR:		220774
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Deleted:
  head/devel/rubygem-mixlib-shellout/files/
Modified:
  head/devel/rubygem-mixlib-shellout/Makefile
  head/devel/rubygem-mixlib-shellout/distinfo
  head/devel/rubygem-mixlib-shellout/pkg-descr

Modified: head/devel/rubygem-mixlib-shellout/Makefile
==============================================================================
--- head/devel/rubygem-mixlib-shellout/Makefile	Mon Jul 31 15:50:18 2017	(r446976)
+++ head/devel/rubygem-mixlib-shellout/Makefile	Mon Jul 31 15:50:24 2017	(r446977)
@@ -2,16 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	mixlib-shellout
-PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTVERSION=	2.2.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	nickdewing@gmail.com
 COMMENT=	Shell interface that also collects stdout and stderr
 
-NO_ARCH=	yes
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 

Modified: head/devel/rubygem-mixlib-shellout/distinfo
==============================================================================
--- head/devel/rubygem-mixlib-shellout/distinfo	Mon Jul 31 15:50:18 2017	(r446976)
+++ head/devel/rubygem-mixlib-shellout/distinfo	Mon Jul 31 15:50:24 2017	(r446977)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/mixlib-shellout-1.4.0.gem) = 27c442a7c0b5b7a091a7ed6b509cb435f580cfef4203202ff19f59f7c71a5a3b
-SIZE (rubygem/mixlib-shellout-1.4.0.gem) = 22016
+TIMESTAMP = 1500153638
+SHA256 (rubygem/mixlib-shellout-2.2.7.gem) = e97d132a579a5df8e2909fe456f1d1929211f1c1fa68e34efb243b69b482df30
+SIZE (rubygem/mixlib-shellout-2.2.7.gem) = 24576

Modified: head/devel/rubygem-mixlib-shellout/pkg-descr
==============================================================================
--- head/devel/rubygem-mixlib-shellout/pkg-descr	Mon Jul 31 15:50:18 2017	(r446976)
+++ head/devel/rubygem-mixlib-shellout/pkg-descr	Mon Jul 31 15:50:24 2017	(r446977)
@@ -3,4 +3,4 @@ yet still collecting both standard out and standard er
 and providing full control over environment, working directory,
 uid, gid, etc.
 
-WWW: http://www.opscode.com
+WWW: https://www.chef.io/



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