Index: head/devel/rubygem-mixlib-shellout/files/patch-lib__mixlib__shellout__unix.rb =================================================================== --- head/devel/rubygem-mixlib-shellout/files/patch-lib__mixlib__shellout__unix.rb (revision 446976) +++ head/devel/rubygem-mixlib-shellout/files/patch-lib__mixlib__shellout__unix.rb (nonexistent) @@ -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. Property changes on: head/devel/rubygem-mixlib-shellout/files/patch-lib__mixlib__shellout__unix.rb ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/rubygem-mixlib-shellout/Makefile =================================================================== --- head/devel/rubygem-mixlib-shellout/Makefile (revision 446976) +++ head/devel/rubygem-mixlib-shellout/Makefile (revision 446977) @@ -1,18 +1,19 @@ # Created by: ndewing@experts-exchange.com # $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 .include Index: head/devel/rubygem-mixlib-shellout/distinfo =================================================================== --- head/devel/rubygem-mixlib-shellout/distinfo (revision 446976) +++ head/devel/rubygem-mixlib-shellout/distinfo (revision 446977) @@ -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 Index: head/devel/rubygem-mixlib-shellout/pkg-descr =================================================================== --- head/devel/rubygem-mixlib-shellout/pkg-descr (revision 446976) +++ head/devel/rubygem-mixlib-shellout/pkg-descr (revision 446977) @@ -1,6 +1,6 @@ Mixlib::shellout provides a simplified interface to shelling out 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/