Re: Update ruby-bunlder to 1.13.6

2016-12-12 Thread Jeremy Evans
On Mon, Dec 12, 2016 at 11:26 AM, Frank Groeneveld <
frank+openbsd-po...@frankgroeneveld.nl> wrote:

> Attached patch updates ruby-bundler to 1.13.6.
>

Looks good, and works for me in basic testing.  Unless another developer
objects, I'll commit this in a couple days.

Thanks,
Jeremy


>
> Frank
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/ruby-bundler/Makefile,v
> retrieving revision 1.10
> diff -u -p -r1.10 Makefile
> --- Makefile15 Nov 2015 17:14:29 -  1.10
> +++ Makefile12 Dec 2016 19:23:11 -
> @@ -2,7 +2,7 @@
>
>  COMMENT=   ruby application dependency manager
>
> -DISTNAME=  bundler-1.10.6
> +DISTNAME=  bundler-1.13.6
>  CATEGORIES=devel
>
>  HOMEPAGE=  http://gembundler.com/
> Index: distinfo
> ===
> RCS file: /cvs/ports/devel/ruby-bundler/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- distinfo15 Nov 2015 17:14:29 -  1.4
> +++ distinfo12 Dec 2016 19:23:11 -
> @@ -1,2 +1,2 @@
> -SHA256 (bundler-1.10.6.gem) = +ykz0SMEzsddrHW5OhywRdoCaykebGW
> wl0TOuQB2n+4=
> -SIZE (bundler-1.10.6.gem) = 251392
> +SHA256 (bundler-1.13.6.gem) = +v0i3+1ljKBgPzIb3RaO1wnXxoLmEnO1Vjdx
> ZFny0Pc=
> +SIZE (bundler-1.13.6.gem) = 307200
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/devel/ruby-bundler/pkg/PLIST,v
> retrieving revision 1.4
> diff -u -p -r1.4 PLIST
> --- pkg/PLIST   15 Nov 2015 17:14:29 -  1.4
> +++ pkg/PLIST   12 Dec 2016 19:23:11 -
> @@ -3,8 +3,11 @@ ${GEM_BIN}/bundle${GEM_BIN_SUFFIX}
>  ${GEM_BIN}/bundler${GEM_BIN_SUFFIX}
>  ${GEM_LIB}/cache/${DISTNAME}.gem
>  ${GEM_LIB}/gems/${DISTNAME}/
> +${GEM_LIB}/gems/${DISTNAME}/.codeclimate.yml
>  ${GEM_LIB}/gems/${DISTNAME}/.gitignore
>  ${GEM_LIB}/gems/${DISTNAME}/.rspec
> +${GEM_LIB}/gems/${DISTNAME}/.rubocop.yml
> +${GEM_LIB}/gems/${DISTNAME}/.rubocop_todo.yml
>  ${GEM_LIB}/gems/${DISTNAME}/.travis.yml
>  ${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
>  ${GEM_LIB}/gems/${DISTNAME}/CODE_OF_CONDUCT.md
> @@ -15,10 +18,15 @@ ${GEM_LIB}/gems/${DISTNAME}/LICENSE.md
>  ${GEM_LIB}/gems/${DISTNAME}/README.md
>  ${GEM_LIB}/gems/${DISTNAME}/Rakefile
>  ${GEM_LIB}/gems/${DISTNAME}/bin/
> -${GEM_LIB}/gems/${DISTNAME}/bin/bundle
> -${GEM_LIB}/gems/${DISTNAME}/bin/bundle_ruby
> -${GEM_LIB}/gems/${DISTNAME}/bin/bundler
> +${GEM_LIB}/gems/${DISTNAME}/bin/rake
> +${GEM_LIB}/gems/${DISTNAME}/bin/rspec
> +${GEM_LIB}/gems/${DISTNAME}/bin/rubocop
> +${GEM_LIB}/gems/${DISTNAME}/bin/with_rubygems
>  ${GEM_LIB}/gems/${DISTNAME}/bundler.gemspec
> +${GEM_LIB}/gems/${DISTNAME}/exe/
> +${GEM_LIB}/gems/${DISTNAME}/exe/bundle
> +${GEM_LIB}/gems/${DISTNAME}/exe/bundle_ruby
> +${GEM_LIB}/gems/${DISTNAME}/exe/bundler
>  ${GEM_LIB}/gems/${DISTNAME}/lib/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler.rb
> @@ -32,6 +40,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/common.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/config.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/console.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/doctor.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/exec.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/gem.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/init.rb
> @@ -42,6 +51,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/outdated.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/package.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/platform.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/plugin.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/show.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/update.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/viz.rb
> @@ -55,36 +65,46 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/dsl.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/endpoint_specification.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/env.rb
> -${GEM_LIB}/gems/${DISTNAME}/lib/bundler/environment.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/environment_preserver.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/errors.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/base.rb
> +${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/compact_index.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/dependency.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/downloader.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/index.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/friendly_errors.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_helper.rb
>  ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_helpers.rb
> 

Update ruby-bunlder to 1.13.6

2016-12-12 Thread Frank Groeneveld
Attached patch updates ruby-bundler to 1.13.6.

Frank
Index: Makefile
===
RCS file: /cvs/ports/devel/ruby-bundler/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile15 Nov 2015 17:14:29 -  1.10
+++ Makefile12 Dec 2016 19:23:11 -
@@ -2,7 +2,7 @@
 
 COMMENT=   ruby application dependency manager
 
-DISTNAME=  bundler-1.10.6
+DISTNAME=  bundler-1.13.6
 CATEGORIES=devel
 
 HOMEPAGE=  http://gembundler.com/
Index: distinfo
===
RCS file: /cvs/ports/devel/ruby-bundler/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo15 Nov 2015 17:14:29 -  1.4
+++ distinfo12 Dec 2016 19:23:11 -
@@ -1,2 +1,2 @@
-SHA256 (bundler-1.10.6.gem) = +ykz0SMEzsddrHW5OhywRdoCaykebGWwl0TOuQB2n+4=
-SIZE (bundler-1.10.6.gem) = 251392
+SHA256 (bundler-1.13.6.gem) = +v0i3+1ljKBgPzIb3RaO1wnXxoLmEnO1VjdxZFny0Pc=
+SIZE (bundler-1.13.6.gem) = 307200
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/ruby-bundler/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   15 Nov 2015 17:14:29 -  1.4
+++ pkg/PLIST   12 Dec 2016 19:23:11 -
@@ -3,8 +3,11 @@ ${GEM_BIN}/bundle${GEM_BIN_SUFFIX}
 ${GEM_BIN}/bundler${GEM_BIN_SUFFIX}
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
+${GEM_LIB}/gems/${DISTNAME}/.codeclimate.yml
 ${GEM_LIB}/gems/${DISTNAME}/.gitignore
 ${GEM_LIB}/gems/${DISTNAME}/.rspec
+${GEM_LIB}/gems/${DISTNAME}/.rubocop.yml
+${GEM_LIB}/gems/${DISTNAME}/.rubocop_todo.yml
 ${GEM_LIB}/gems/${DISTNAME}/.travis.yml
 ${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
 ${GEM_LIB}/gems/${DISTNAME}/CODE_OF_CONDUCT.md
@@ -15,10 +18,15 @@ ${GEM_LIB}/gems/${DISTNAME}/LICENSE.md
 ${GEM_LIB}/gems/${DISTNAME}/README.md
 ${GEM_LIB}/gems/${DISTNAME}/Rakefile
 ${GEM_LIB}/gems/${DISTNAME}/bin/
-${GEM_LIB}/gems/${DISTNAME}/bin/bundle
-${GEM_LIB}/gems/${DISTNAME}/bin/bundle_ruby
-${GEM_LIB}/gems/${DISTNAME}/bin/bundler
+${GEM_LIB}/gems/${DISTNAME}/bin/rake
+${GEM_LIB}/gems/${DISTNAME}/bin/rspec
+${GEM_LIB}/gems/${DISTNAME}/bin/rubocop
+${GEM_LIB}/gems/${DISTNAME}/bin/with_rubygems
 ${GEM_LIB}/gems/${DISTNAME}/bundler.gemspec
+${GEM_LIB}/gems/${DISTNAME}/exe/
+${GEM_LIB}/gems/${DISTNAME}/exe/bundle
+${GEM_LIB}/gems/${DISTNAME}/exe/bundle_ruby
+${GEM_LIB}/gems/${DISTNAME}/exe/bundler
 ${GEM_LIB}/gems/${DISTNAME}/lib/
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler.rb
@@ -32,6 +40,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/common.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/config.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/console.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/doctor.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/exec.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/gem.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/init.rb
@@ -42,6 +51,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/outdated.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/package.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/platform.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/plugin.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/show.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/update.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/cli/viz.rb
@@ -55,36 +65,46 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/dsl.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/endpoint_specification.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/env.rb
-${GEM_LIB}/gems/${DISTNAME}/lib/bundler/environment.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/bundler/environment_preserver.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/bundler/errors.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/base.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/compact_index.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/dependency.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/downloader.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/fetcher/index.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/friendly_errors.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_helper.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_helpers.rb
-${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_installer.rb
-${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_path_manipulation.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_remote_fetcher.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_tasks.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/bundler/gem_version_promoter.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/graph.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/index.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/bundler/injector.rb