From owner-svn-ports-all@freebsd.org Mon Jul 31 15:50:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00718DB1DB6; Mon, 31 Jul 2017 15:50:25 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9A37F80548; Mon, 31 Jul 2017 15:50:25 +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 v6VFoOxR006717; Mon, 31 Jul 2017 15:50:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6VFoOfB006714; Mon, 31 Jul 2017 15:50:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707311550.v6VFoOfB006714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 31 Jul 2017 15:50:24 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-mixlib-shellout: . files X-SVN-Commit-Revision: 446977 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.23 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: Mon, 31 Jul 2017 15:50:26 -0000 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/