Sat Dec 4 04:10:55 2010 UTC ()
Update ruby-bundler package to 1.0.7.

## 1.0.7 (November 17, 2010)

Bugfixes:

  - Remove Bundler version from the lockfile because it broke
    backwards compatibility with 1.0.0-1.0.5. Sorry. :(

## 1.0.6 (November 16, 2010)

Bugfixes:

  - Fix regression in `update` that caused long/wrong results
  - Allow git gems on other platforms while installing (#579)

Features:

  - Speed up `install` command using various optimizations
  - Significantly increase performance of resolver
  - Use upcoming Rubygems performance improvements (@tmm1)
  - Warn if the lockfile was generated by a newer version
  - Set generated gems' homepage to "", so Rubygems will warn

## 1.0.5 (November 13, 2010)

Bugfixes:

  - Fix regression disabling all operations that employ sudo

## 1.0.4 (November 12, 2010)

Bugfixes:

  - Expand relative :paths from Bundler.root (eg ./foogem)
  - Allow git gems in --without groups while --frozen
  - Allow gem :ref to be a symbol as well as a string
  - Fix exception when Gemfile needs a newer Bundler version
  - Explanation when the current Bundler version conflicts
  - Explicit error message if Gemfile needs newer Bundler
  - Ignore an empty string BUNDLE_GEMFILE
  - Skeleton gemspec now works with older versions of git
  - Fix shell quoting and ref fetching in GemHelper
  - Disable colored output in --deployment
  - Preserve line endings in lock file

Features:

  - Add support for 'mingw32' platform (aka RubyInstaller)
  - Large speed increase when Gemfile.lock is already present
  - Huge speed increase when many (100+) system gems are present
  - Significant expansion of ISSUES, man pages, and docs site
  - Remove Open3 from GemHelper (now it works on Windows™®©�
  - Allow setting roles in built-in cap and vlad tasks

## 1.0.3 (October 15, 2010)

Bugfixes:

  - Use bitwise or in #hash to reduce the chance of overflow
  - `bundle update` now works with :git + :tag updates
  - Record relative :path options in the Gemfile.lock
  - :groups option on gem method in Gemfile now works
  - Add #platform method and :platform option to Gemfile DSL
  - --without now accepts a quoted, space-separated list
  - Installing after --deployment with no lock is now possible
  - Binstubs can now be symlinked
  - Print warning if cache for --local install is missing gems
  - Improve output when installing to a path
  - The tests all pass! Yay!

## 1.0.2 (October 2, 2010)

Bugfix:

  - Actually include the man pages in the gem, so help works


(taca)
diff -r1.2 -r1.3 pkgsrc/misc/ruby-bundler/Makefile
diff -r1.2 -r1.3 pkgsrc/misc/ruby-bundler/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/misc/ruby-bundler/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/misc/ruby-bundler/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/Makefile 2010/09/16 12:05:41 1.2
+++ pkgsrc/misc/ruby-bundler/Attic/Makefile 2010/12/04 04:10:55 1.3
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.2 2010/09/16 12:05:41 taca Exp $ 1# $NetBSD: Makefile,v 1.3 2010/12/04 04:10:55 taca Exp $
2 2
3DISTNAME= bundler-1.0.0 3DISTNAME= bundler-1.0.7
4PKGREVISION= 1 
5CATEGORIES= misc 4CATEGORIES= misc
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://gembundler.com/ 7HOMEPAGE= http://gembundler.com/
9COMMENT= Manage your application's dependencies 8COMMENT= Manage your application's dependencies
10LICENSE= mit 9LICENSE= mit
11 10
12CONFLICTS+= ruby[1-9][0-9]-bundler-* 11CONFLICTS+= ruby[1-9][0-9]-bundler-*
13 12
14.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/misc/ruby-bundler/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/distinfo 2010/09/16 12:05:41 1.2
+++ pkgsrc/misc/ruby-bundler/Attic/distinfo 2010/12/04 04:10:55 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/09/16 12:05:41 taca Exp $ 1$NetBSD: distinfo,v 1.3 2010/12/04 04:10:55 taca Exp $
2 2
3SHA1 (bundler-1.0.0.gem) = ef1ad2d89bfed347aaebe5374e2a6df6304145e4 3SHA1 (bundler-1.0.7.gem) = 2a63a89878c6e68c54ae103ddf3cc5d34ddc1655
4RMD160 (bundler-1.0.0.gem) = e949938e18b98273313633591d7b7fec570ead15 4RMD160 (bundler-1.0.7.gem) = 9c3cdcba13004bddfe8a6f293ca6eba60b12c966
5Size (bundler-1.0.0.gem) = 97792 bytes 5Size (bundler-1.0.7.gem) = 158208 bytes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/misc/ruby-bundler/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/PLIST 2010/09/12 01:51:10 1.1.1.1
+++ pkgsrc/misc/ruby-bundler/Attic/PLIST 2010/12/04 04:10:55 1.2
@@ -1,27 +1,31 @@ @@ -1,27 +1,31 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 01:51:10 taca Exp $ 1@comment $NetBSD: PLIST,v 1.2 2010/12/04 04:10:55 taca Exp $
2bin/bundle 2bin/bundle
3${GEM_HOME}/cache/${GEM_NAME}.gem 3${GEM_HOME}/cache/${GEM_NAME}.gem
 4${GEM_LIBDIR}/.gitignore
4${GEM_LIBDIR}/CHANGELOG.md 5${GEM_LIBDIR}/CHANGELOG.md
5${GEM_LIBDIR}/ISSUES.md 6${GEM_LIBDIR}/ISSUES.md
6${GEM_LIBDIR}/LICENSE 7${GEM_LIBDIR}/LICENSE
7${GEM_LIBDIR}/README.md 8${GEM_LIBDIR}/README.md
8${GEM_LIBDIR}/ROADMAP.md 9${GEM_LIBDIR}/Rakefile
 10${GEM_LIBDIR}/UPGRADING.md
9${GEM_LIBDIR}/bin/bundle 11${GEM_LIBDIR}/bin/bundle
 12${GEM_LIBDIR}/bundler.gemspec
10${GEM_LIBDIR}/lib/bundler.rb 13${GEM_LIBDIR}/lib/bundler.rb
11${GEM_LIBDIR}/lib/bundler/capistrano.rb 14${GEM_LIBDIR}/lib/bundler/capistrano.rb
12${GEM_LIBDIR}/lib/bundler/cli.rb 15${GEM_LIBDIR}/lib/bundler/cli.rb
13${GEM_LIBDIR}/lib/bundler/definition.rb 16${GEM_LIBDIR}/lib/bundler/definition.rb
14${GEM_LIBDIR}/lib/bundler/dependency.rb 17${GEM_LIBDIR}/lib/bundler/dependency.rb
 18${GEM_LIBDIR}/lib/bundler/deployment.rb
15${GEM_LIBDIR}/lib/bundler/dsl.rb 19${GEM_LIBDIR}/lib/bundler/dsl.rb
16${GEM_LIBDIR}/lib/bundler/environment.rb 20${GEM_LIBDIR}/lib/bundler/environment.rb
17${GEM_LIBDIR}/lib/bundler/gem_helper.rb 21${GEM_LIBDIR}/lib/bundler/gem_helper.rb
18${GEM_LIBDIR}/lib/bundler/graph.rb 22${GEM_LIBDIR}/lib/bundler/graph.rb
19${GEM_LIBDIR}/lib/bundler/index.rb 23${GEM_LIBDIR}/lib/bundler/index.rb
20${GEM_LIBDIR}/lib/bundler/installer.rb 24${GEM_LIBDIR}/lib/bundler/installer.rb
21${GEM_LIBDIR}/lib/bundler/lazy_specification.rb 25${GEM_LIBDIR}/lib/bundler/lazy_specification.rb
22${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb 26${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb
23${GEM_LIBDIR}/lib/bundler/man/bundle 27${GEM_LIBDIR}/lib/bundler/man/bundle
24${GEM_LIBDIR}/lib/bundler/man/bundle-config 28${GEM_LIBDIR}/lib/bundler/man/bundle-config
25${GEM_LIBDIR}/lib/bundler/man/bundle-config.txt 29${GEM_LIBDIR}/lib/bundler/man/bundle-config.txt
26${GEM_LIBDIR}/lib/bundler/man/bundle-exec 30${GEM_LIBDIR}/lib/bundler/man/bundle-exec
27${GEM_LIBDIR}/lib/bundler/man/bundle-exec.txt 31${GEM_LIBDIR}/lib/bundler/man/bundle-exec.txt
@@ -37,26 +41,27 @@ ${GEM_LIBDIR}/lib/bundler/man/gemfile.5. @@ -37,26 +41,27 @@ ${GEM_LIBDIR}/lib/bundler/man/gemfile.5.
37${GEM_LIBDIR}/lib/bundler/remote_specification.rb 41${GEM_LIBDIR}/lib/bundler/remote_specification.rb
38${GEM_LIBDIR}/lib/bundler/resolver.rb 42${GEM_LIBDIR}/lib/bundler/resolver.rb
39${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb 43${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb
40${GEM_LIBDIR}/lib/bundler/runtime.rb 44${GEM_LIBDIR}/lib/bundler/runtime.rb
41${GEM_LIBDIR}/lib/bundler/settings.rb 45${GEM_LIBDIR}/lib/bundler/settings.rb
42${GEM_LIBDIR}/lib/bundler/setup.rb 46${GEM_LIBDIR}/lib/bundler/setup.rb
43${GEM_LIBDIR}/lib/bundler/shared_helpers.rb 47${GEM_LIBDIR}/lib/bundler/shared_helpers.rb
44${GEM_LIBDIR}/lib/bundler/source.rb 48${GEM_LIBDIR}/lib/bundler/source.rb
45${GEM_LIBDIR}/lib/bundler/spec_set.rb 49${GEM_LIBDIR}/lib/bundler/spec_set.rb
46${GEM_LIBDIR}/lib/bundler/templates/Executable 50${GEM_LIBDIR}/lib/bundler/templates/Executable
47${GEM_LIBDIR}/lib/bundler/templates/Gemfile 51${GEM_LIBDIR}/lib/bundler/templates/Gemfile
48${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt 52${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt
49${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt 53${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt
 54${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/newgem.tt
50${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt 55${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt
51${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt 56${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt
52${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt 57${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
53${GEM_LIBDIR}/lib/bundler/templates/newgem/newgem.gemspec.tt 58${GEM_LIBDIR}/lib/bundler/templates/newgem/newgem.gemspec.tt
54${GEM_LIBDIR}/lib/bundler/ui.rb 59${GEM_LIBDIR}/lib/bundler/ui.rb
55${GEM_LIBDIR}/lib/bundler/vendor/thor.rb 60${GEM_LIBDIR}/lib/bundler/vendor/thor.rb
56${GEM_LIBDIR}/lib/bundler/vendor/thor/actions.rb 61${GEM_LIBDIR}/lib/bundler/vendor/thor/actions.rb
57${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/create_file.rb 62${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/create_file.rb
58${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/directory.rb 63${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/directory.rb
59${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/empty_directory.rb 64${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/empty_directory.rb
60${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/file_manipulation.rb 65${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/file_manipulation.rb
61${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/inject_into_file.rb 66${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/inject_into_file.rb
62${GEM_LIBDIR}/lib/bundler/vendor/thor/base.rb 67${GEM_LIBDIR}/lib/bundler/vendor/thor/base.rb
@@ -68,14 +73,81 @@ ${GEM_LIBDIR}/lib/bundler/vendor/thor/in @@ -68,14 +73,81 @@ ${GEM_LIBDIR}/lib/bundler/vendor/thor/in
68${GEM_LIBDIR}/lib/bundler/vendor/thor/parser.rb 73${GEM_LIBDIR}/lib/bundler/vendor/thor/parser.rb
69${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/argument.rb 74${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/argument.rb
70${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/arguments.rb 75${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/arguments.rb
71${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/option.rb 76${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/option.rb
72${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/options.rb 77${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/options.rb
73${GEM_LIBDIR}/lib/bundler/vendor/thor/shell.rb 78${GEM_LIBDIR}/lib/bundler/vendor/thor/shell.rb
74${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/basic.rb 79${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/basic.rb
75${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/color.rb 80${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/color.rb
76${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/html.rb 81${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/html.rb
77${GEM_LIBDIR}/lib/bundler/vendor/thor/task.rb 82${GEM_LIBDIR}/lib/bundler/vendor/thor/task.rb
78${GEM_LIBDIR}/lib/bundler/vendor/thor/util.rb 83${GEM_LIBDIR}/lib/bundler/vendor/thor/util.rb
79${GEM_LIBDIR}/lib/bundler/vendor/thor/version.rb 84${GEM_LIBDIR}/lib/bundler/vendor/thor/version.rb
80${GEM_LIBDIR}/lib/bundler/version.rb 85${GEM_LIBDIR}/lib/bundler/version.rb
 86${GEM_LIBDIR}/lib/bundler/vlad.rb
 87${GEM_LIBDIR}/man/bundle-config.ronn
 88${GEM_LIBDIR}/man/bundle-exec.ronn
 89${GEM_LIBDIR}/man/bundle-install.ronn
 90${GEM_LIBDIR}/man/bundle-package.ronn
 91${GEM_LIBDIR}/man/bundle-update.ronn
 92${GEM_LIBDIR}/man/bundle.ronn
 93${GEM_LIBDIR}/man/gemfile.5.ronn
 94${GEM_LIBDIR}/man/index.txt
 95${GEM_LIBDIR}/spec/cache/gems_spec.rb
 96${GEM_LIBDIR}/spec/cache/git_spec.rb
 97${GEM_LIBDIR}/spec/cache/path_spec.rb
 98${GEM_LIBDIR}/spec/cache/platform_spec.rb
 99${GEM_LIBDIR}/spec/install/deploy_spec.rb
 100${GEM_LIBDIR}/spec/install/deprecated_spec.rb
 101${GEM_LIBDIR}/spec/install/gems/c_ext_spec.rb
 102${GEM_LIBDIR}/spec/install/gems/env_spec.rb
 103${GEM_LIBDIR}/spec/install/gems/flex_spec.rb
 104${GEM_LIBDIR}/spec/install/gems/groups_spec.rb
 105${GEM_LIBDIR}/spec/install/gems/packed_spec.rb
 106${GEM_LIBDIR}/spec/install/gems/platform_spec.rb
 107${GEM_LIBDIR}/spec/install/gems/resolving_spec.rb
 108${GEM_LIBDIR}/spec/install/gems/simple_case_spec.rb
 109${GEM_LIBDIR}/spec/install/gems/sudo_spec.rb
 110${GEM_LIBDIR}/spec/install/gems/win32_spec.rb
 111${GEM_LIBDIR}/spec/install/gemspec_spec.rb
 112${GEM_LIBDIR}/spec/install/git_spec.rb
 113${GEM_LIBDIR}/spec/install/invalid_spec.rb
 114${GEM_LIBDIR}/spec/install/path_spec.rb
 115${GEM_LIBDIR}/spec/install/upgrade_spec.rb
 116${GEM_LIBDIR}/spec/lock/git_spec.rb
 117${GEM_LIBDIR}/spec/lock/lockfile_spec.rb
 118${GEM_LIBDIR}/spec/other/check_spec.rb
 119${GEM_LIBDIR}/spec/other/config_spec.rb
 120${GEM_LIBDIR}/spec/other/console_spec.rb
 121${GEM_LIBDIR}/spec/other/exec_spec.rb
 122${GEM_LIBDIR}/spec/other/ext_spec.rb
 123${GEM_LIBDIR}/spec/other/gem_helper_spec.rb
 124${GEM_LIBDIR}/spec/other/help_spec.rb
 125${GEM_LIBDIR}/spec/other/init_spec.rb
 126${GEM_LIBDIR}/spec/other/newgem_spec.rb
 127${GEM_LIBDIR}/spec/other/open_spec.rb
 128${GEM_LIBDIR}/spec/other/show_spec.rb
 129${GEM_LIBDIR}/spec/pack/gems_spec.rb
 130${GEM_LIBDIR}/spec/quality_spec.rb
 131${GEM_LIBDIR}/spec/resolver/basic_spec.rb
 132${GEM_LIBDIR}/spec/resolver/platform_spec.rb
 133${GEM_LIBDIR}/spec/runtime/executable_spec.rb
 134${GEM_LIBDIR}/spec/runtime/load_spec.rb
 135${GEM_LIBDIR}/spec/runtime/platform_spec.rb
 136${GEM_LIBDIR}/spec/runtime/require_spec.rb
 137${GEM_LIBDIR}/spec/runtime/setup_spec.rb
 138${GEM_LIBDIR}/spec/runtime/with_clean_env_spec.rb
 139${GEM_LIBDIR}/spec/spec_helper.rb
 140${GEM_LIBDIR}/spec/support/builders.rb
 141${GEM_LIBDIR}/spec/support/helpers.rb
 142${GEM_LIBDIR}/spec/support/indexes.rb
 143${GEM_LIBDIR}/spec/support/matchers.rb
 144${GEM_LIBDIR}/spec/support/path.rb
 145${GEM_LIBDIR}/spec/support/platforms.rb
 146${GEM_LIBDIR}/spec/support/ruby_ext.rb
 147${GEM_LIBDIR}/spec/support/rubygems_ext.rb
 148${GEM_LIBDIR}/spec/support/rubygems_hax/rubygems_plugin.rb
 149${GEM_LIBDIR}/spec/support/sudo.rb
 150${GEM_LIBDIR}/spec/update/gems_spec.rb
 151${GEM_LIBDIR}/spec/update/git_spec.rb
 152${GEM_LIBDIR}/spec/update/source_spec.rb
81${GEM_HOME}/specifications/${GEM_NAME}.gemspec 153${GEM_HOME}/specifications/${GEM_NAME}.gemspec