aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-07-31 23:50:24 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-07-31 23:50:24 +0800
commitc5945d44bda534103358474032347625bf953daa (patch)
treeb1cd60b7f9bf697044fcf552437328911f738ce7 /devel
parent7f5f375e3a7757d285fbbb90de8492512cd40715 (diff)
downloadfreebsd-ports-gnome-c5945d44bda534103358474032347625bf953daa.tar.gz
freebsd-ports-gnome-c5945d44bda534103358474032347625bf953daa.tar.zst
freebsd-ports-gnome-c5945d44bda534103358474032347625bf953daa.zip
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)
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-mixlib-shellout/Makefile7
-rw-r--r--devel/rubygem-mixlib-shellout/distinfo5
-rw-r--r--devel/rubygem-mixlib-shellout/files/patch-lib__mixlib__shellout__unix.rb11
-rw-r--r--devel/rubygem-mixlib-shellout/pkg-descr2
4 files changed, 8 insertions, 17 deletions
diff --git a/devel/rubygem-mixlib-shellout/Makefile b/devel/rubygem-mixlib-shellout/Makefile
index 8c3e3b907be6..9be60e09a127 100644
--- a/devel/rubygem-mixlib-shellout/Makefile
+++ b/devel/rubygem-mixlib-shellout/Makefile
@@ -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
diff --git a/devel/rubygem-mixlib-shellout/distinfo b/devel/rubygem-mixlib-shellout/distinfo
index b5458ce599a5..62688a687841 100644
--- a/devel/rubygem-mixlib-shellout/distinfo
+++ b/devel/rubygem-mixlib-shellout/distinfo
@@ -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
diff --git a/devel/rubygem-mixlib-shellout/files/patch-lib__mixlib__shellout__unix.rb b/devel/rubygem-mixlib-shellout/files/patch-lib__mixlib__shellout__unix.rb
deleted file mode 100644
index 81cda3b94bb8..000000000000
--- a/devel/rubygem-mixlib-shellout/files/patch-lib__mixlib__shellout__unix.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/mixlib/shellout/unix.rb.bak 2014-05-21 13:10:28.670548925 +0200
-+++ lib/mixlib/shellout/unix.rb 2014-05-21 13:10:40.484660467 +0200
-@@ -222,7 +222,7 @@
- # the ulimit based on platform.
- def clean_parent_file_descriptors
- # Don't clean $stdin, $stdout, $stderr, process_status_pipe.
-- 3.upto(256) do |n|
-+ 9.upto(256) do |n|
- # We are checking the fd for error pipe before attempting to
- # create a file because error pipe will auto close when we
- # try to create a file since it's set to CLOEXEC.
diff --git a/devel/rubygem-mixlib-shellout/pkg-descr b/devel/rubygem-mixlib-shellout/pkg-descr
index 9a607edbf7d8..f95c0df0e0a9 100644
--- a/devel/rubygem-mixlib-shellout/pkg-descr
+++ b/devel/rubygem-mixlib-shellout/pkg-descr
@@ -3,4 +3,4 @@ yet still collecting both standard out and standard error
and providing full control over environment, working directory,
uid, gid, etc.
-WWW: http://www.opscode.com
+WWW: https://www.chef.io/