Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8DBFE7A2BD for ; Sat, 22 Apr 2017 16:38:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 05F8984DCA; Sat, 22 Apr 2017 16:38:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A81484D81 for ; Sat, 22 Apr 2017 16:38:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QCg98d9qrBWy for ; Sat, 22 Apr 2017 16:37:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3FAE884D73 for ; Sat, 22 Apr 2017 16:37:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A841FBE4; Sat, 22 Apr 2017 16:37:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149287907929090" MIME-Version: 1.0 Date: Sat, 22 Apr 2017 16:37:59 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-bundler To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170422163759.3A841FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149287907929090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Apr 22 16:37:59 UTC 2017 Modified Files: pkgsrc/misc/ruby-bundler: Makefile PLIST distinfo Log Message: Update ruby-bundler to 1.14.6. Changes are too many to write here, please refer these release announce. http://bundler.io/blog/2015/12/12/version-1-11-released.html http://bundler.io/blog/2016/04/28/the-new-index-format-fastly-and-bundler-1-12.html http://bundler.io/blog/2016/09/08/bundler-1-13.html http://bundler.io/blog/2017/03/28/bundler-1-14-so-many-fixes.html To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/misc/ruby-bundler/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/ruby-bundler/PLIST cvs rdiff -u -r1.24 -r1.25 pkgsrc/misc/ruby-bundler/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149287907929090 Content-Disposition: inline Content-Length: 12957 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-bundler/Makefile diff -u pkgsrc/misc/ruby-bundler/Makefile:1.23 pkgsrc/misc/ruby-bundler/Makefile:1.24 --- pkgsrc/misc/ruby-bundler/Makefile:1.23 Sun Sep 13 14:41:15 2015 +++ pkgsrc/misc/ruby-bundler/Makefile Sat Apr 22 16:37:59 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2015/09/13 14:41:15 taca Exp $ +# $NetBSD: Makefile,v 1.24 2017/04/22 16:37:59 taca Exp $ -DISTNAME= bundler-1.10.6 +DISTNAME= bundler-1.14.6 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/misc/ruby-bundler/PLIST diff -u pkgsrc/misc/ruby-bundler/PLIST:1.19 pkgsrc/misc/ruby-bundler/PLIST:1.20 --- pkgsrc/misc/ruby-bundler/PLIST:1.19 Tue Jun 9 00:57:36 2015 +++ pkgsrc/misc/ruby-bundler/PLIST Sat Apr 22 16:37:59 2017 @@ -1,9 +1,12 @@ -@comment $NetBSD: PLIST,v 1.19 2015/06/09 00:57:36 taca Exp $ +@comment $NetBSD: PLIST,v 1.20 2017/04/22 16:37:59 taca Exp $ bin/bundle${RUBY_SUFFIX} bin/bundler${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.codeclimate.yml ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec +${GEM_LIBDIR}/.rubocop.yml +${GEM_LIBDIR}/.rubocop_todo.yml ${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/CODE_OF_CONDUCT.md @@ -13,10 +16,14 @@ ${GEM_LIBDIR}/ISSUES.md ${GEM_LIBDIR}/LICENSE.md ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/bin/bundle -${GEM_LIBDIR}/bin/bundle_ruby -${GEM_LIBDIR}/bin/bundler +${GEM_LIBDIR}/bin/rake +${GEM_LIBDIR}/bin/rspec +${GEM_LIBDIR}/bin/rubocop +${GEM_LIBDIR}/bin/with_rubygems ${GEM_LIBDIR}/bundler.gemspec +${GEM_LIBDIR}/exe/bundle +${GEM_LIBDIR}/exe/bundle_ruby +${GEM_LIBDIR}/exe/bundler ${GEM_LIBDIR}/lib/bundler.rb ${GEM_LIBDIR}/lib/bundler/capistrano.rb ${GEM_LIBDIR}/lib/bundler/cli.rb @@ -27,6 +34,7 @@ ${GEM_LIBDIR}/lib/bundler/cli/clean.rb ${GEM_LIBDIR}/lib/bundler/cli/common.rb ${GEM_LIBDIR}/lib/bundler/cli/config.rb ${GEM_LIBDIR}/lib/bundler/cli/console.rb +${GEM_LIBDIR}/lib/bundler/cli/doctor.rb ${GEM_LIBDIR}/lib/bundler/cli/exec.rb ${GEM_LIBDIR}/lib/bundler/cli/gem.rb ${GEM_LIBDIR}/lib/bundler/cli/init.rb @@ -37,9 +45,13 @@ ${GEM_LIBDIR}/lib/bundler/cli/open.rb ${GEM_LIBDIR}/lib/bundler/cli/outdated.rb ${GEM_LIBDIR}/lib/bundler/cli/package.rb ${GEM_LIBDIR}/lib/bundler/cli/platform.rb +${GEM_LIBDIR}/lib/bundler/cli/plugin.rb ${GEM_LIBDIR}/lib/bundler/cli/show.rb ${GEM_LIBDIR}/lib/bundler/cli/update.rb ${GEM_LIBDIR}/lib/bundler/cli/viz.rb +${GEM_LIBDIR}/lib/bundler/compact_index_client.rb +${GEM_LIBDIR}/lib/bundler/compact_index_client/cache.rb +${GEM_LIBDIR}/lib/bundler/compact_index_client/updater.rb ${GEM_LIBDIR}/lib/bundler/constants.rb ${GEM_LIBDIR}/lib/bundler/current_ruby.rb ${GEM_LIBDIR}/lib/bundler/definition.rb @@ -50,43 +62,44 @@ ${GEM_LIBDIR}/lib/bundler/deprecate.rb ${GEM_LIBDIR}/lib/bundler/dsl.rb ${GEM_LIBDIR}/lib/bundler/endpoint_specification.rb ${GEM_LIBDIR}/lib/bundler/env.rb -${GEM_LIBDIR}/lib/bundler/environment.rb +${GEM_LIBDIR}/lib/bundler/environment_preserver.rb +${GEM_LIBDIR}/lib/bundler/errors.rb +${GEM_LIBDIR}/lib/bundler/feature_flag.rb ${GEM_LIBDIR}/lib/bundler/fetcher.rb ${GEM_LIBDIR}/lib/bundler/fetcher/base.rb +${GEM_LIBDIR}/lib/bundler/fetcher/compact_index.rb ${GEM_LIBDIR}/lib/bundler/fetcher/dependency.rb ${GEM_LIBDIR}/lib/bundler/fetcher/downloader.rb ${GEM_LIBDIR}/lib/bundler/fetcher/index.rb ${GEM_LIBDIR}/lib/bundler/friendly_errors.rb ${GEM_LIBDIR}/lib/bundler/gem_helper.rb ${GEM_LIBDIR}/lib/bundler/gem_helpers.rb -${GEM_LIBDIR}/lib/bundler/gem_installer.rb -${GEM_LIBDIR}/lib/bundler/gem_path_manipulation.rb +${GEM_LIBDIR}/lib/bundler/gem_remote_fetcher.rb ${GEM_LIBDIR}/lib/bundler/gem_tasks.rb +${GEM_LIBDIR}/lib/bundler/gem_version_promoter.rb +${GEM_LIBDIR}/lib/bundler/gemdeps.rb ${GEM_LIBDIR}/lib/bundler/graph.rb ${GEM_LIBDIR}/lib/bundler/index.rb ${GEM_LIBDIR}/lib/bundler/injector.rb ${GEM_LIBDIR}/lib/bundler/inline.rb ${GEM_LIBDIR}/lib/bundler/installer.rb +${GEM_LIBDIR}/lib/bundler/installer/gem_installer.rb ${GEM_LIBDIR}/lib/bundler/installer/parallel_installer.rb +${GEM_LIBDIR}/lib/bundler/installer/standalone.rb ${GEM_LIBDIR}/lib/bundler/lazy_specification.rb ${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb -${GEM_LIBDIR}/lib/bundler/man/bundle -${GEM_LIBDIR}/lib/bundler/man/bundle-config -${GEM_LIBDIR}/lib/bundler/man/bundle-config.txt -${GEM_LIBDIR}/lib/bundler/man/bundle-exec -${GEM_LIBDIR}/lib/bundler/man/bundle-exec.txt -${GEM_LIBDIR}/lib/bundler/man/bundle-install -${GEM_LIBDIR}/lib/bundler/man/bundle-install.txt -${GEM_LIBDIR}/lib/bundler/man/bundle-package -${GEM_LIBDIR}/lib/bundler/man/bundle-package.txt -${GEM_LIBDIR}/lib/bundler/man/bundle-platform -${GEM_LIBDIR}/lib/bundler/man/bundle-platform.txt -${GEM_LIBDIR}/lib/bundler/man/bundle-update -${GEM_LIBDIR}/lib/bundler/man/bundle-update.txt -${GEM_LIBDIR}/lib/bundler/man/bundle.txt -${GEM_LIBDIR}/lib/bundler/man/gemfile.5 -${GEM_LIBDIR}/lib/bundler/man/gemfile.5.txt ${GEM_LIBDIR}/lib/bundler/match_platform.rb +${GEM_LIBDIR}/lib/bundler/mirror.rb +${GEM_LIBDIR}/lib/bundler/plugin.rb +${GEM_LIBDIR}/lib/bundler/plugin/api.rb +${GEM_LIBDIR}/lib/bundler/plugin/api/source.rb +${GEM_LIBDIR}/lib/bundler/plugin/dsl.rb +${GEM_LIBDIR}/lib/bundler/plugin/index.rb +${GEM_LIBDIR}/lib/bundler/plugin/installer.rb +${GEM_LIBDIR}/lib/bundler/plugin/installer/git.rb +${GEM_LIBDIR}/lib/bundler/plugin/installer/rubygems.rb +${GEM_LIBDIR}/lib/bundler/plugin/source_list.rb +${GEM_LIBDIR}/lib/bundler/postit_trampoline.rb ${GEM_LIBDIR}/lib/bundler/psyched_yaml.rb ${GEM_LIBDIR}/lib/bundler/remote_specification.rb ${GEM_LIBDIR}/lib/bundler/resolver.rb @@ -94,6 +107,7 @@ ${GEM_LIBDIR}/lib/bundler/retry.rb ${GEM_LIBDIR}/lib/bundler/ruby_dsl.rb ${GEM_LIBDIR}/lib/bundler/ruby_version.rb ${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb +${GEM_LIBDIR}/lib/bundler/rubygems_gem_installer.rb ${GEM_LIBDIR}/lib/bundler/rubygems_integration.rb ${GEM_LIBDIR}/lib/bundler/runtime.rb ${GEM_LIBDIR}/lib/bundler/settings.rb @@ -101,6 +115,7 @@ ${GEM_LIBDIR}/lib/bundler/setup.rb ${GEM_LIBDIR}/lib/bundler/shared_helpers.rb ${GEM_LIBDIR}/lib/bundler/similarity_detector.rb ${GEM_LIBDIR}/lib/bundler/source.rb +${GEM_LIBDIR}/lib/bundler/source/gemspec.rb ${GEM_LIBDIR}/lib/bundler/source/git.rb ${GEM_LIBDIR}/lib/bundler/source/git/git_proxy.rb ${GEM_LIBDIR}/lib/bundler/source/path.rb @@ -110,13 +125,10 @@ ${GEM_LIBDIR}/lib/bundler/source/rubygem ${GEM_LIBDIR}/lib/bundler/source_list.rb ${GEM_LIBDIR}/lib/bundler/spec_set.rb ${GEM_LIBDIR}/lib/bundler/ssl_certs/.document -${GEM_LIBDIR}/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem -${GEM_LIBDIR}/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem -${GEM_LIBDIR}/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem -${GEM_LIBDIR}/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem -${GEM_LIBDIR}/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem -${GEM_LIBDIR}/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem ${GEM_LIBDIR}/lib/bundler/ssl_certs/certificate_manager.rb +${GEM_LIBDIR}/lib/bundler/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem +${GEM_LIBDIR}/lib/bundler/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem +${GEM_LIBDIR}/lib/bundler/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem ${GEM_LIBDIR}/lib/bundler/stub_specification.rb ${GEM_LIBDIR}/lib/bundler/templates/Executable ${GEM_LIBDIR}/lib/bundler/templates/Executable.standalone @@ -146,8 +158,20 @@ ${GEM_LIBDIR}/lib/bundler/ui.rb ${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb ${GEM_LIBDIR}/lib/bundler/ui/shell.rb ${GEM_LIBDIR}/lib/bundler/ui/silent.rb +${GEM_LIBDIR}/lib/bundler/uri_credentials_filter.rb ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb +${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb @@ -155,9 +179,15 @@ ${GEM_LIBDIR}/lib/bundler/vendor/molinil ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb ${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/state.rb -${GEM_LIBDIR}/lib/bundler/vendor/net/http/faster.rb -${GEM_LIBDIR}/lib/bundler/vendor/net/http/persistent.rb -${GEM_LIBDIR}/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb +${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/faster.rb +${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/ssl_reuse.rb +${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit.rb +${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit/environment.rb +${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit/installer.rb +${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit/parser.rb +${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit/setup.rb +${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit/version.rb ${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor.rb ${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions.rb ${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb @@ -196,13 +226,42 @@ ${GEM_LIBDIR}/lib/bundler/vendored_thor. ${GEM_LIBDIR}/lib/bundler/version.rb ${GEM_LIBDIR}/lib/bundler/vlad.rb ${GEM_LIBDIR}/lib/bundler/worker.rb +${GEM_LIBDIR}/lib/bundler/yaml_serializer.rb +${GEM_LIBDIR}/man/bundle-binstubs.1 +${GEM_LIBDIR}/man/bundle-binstubs.1.txt +${GEM_LIBDIR}/man/bundle-binstubs.ronn +${GEM_LIBDIR}/man/bundle-config.1 +${GEM_LIBDIR}/man/bundle-config.1.txt ${GEM_LIBDIR}/man/bundle-config.ronn +${GEM_LIBDIR}/man/bundle-exec.1 +${GEM_LIBDIR}/man/bundle-exec.1.txt ${GEM_LIBDIR}/man/bundle-exec.ronn +${GEM_LIBDIR}/man/bundle-gem.1 +${GEM_LIBDIR}/man/bundle-gem.1.txt +${GEM_LIBDIR}/man/bundle-gem.ronn +${GEM_LIBDIR}/man/bundle-install.1 +${GEM_LIBDIR}/man/bundle-install.1.txt ${GEM_LIBDIR}/man/bundle-install.ronn +${GEM_LIBDIR}/man/bundle-lock.1 +${GEM_LIBDIR}/man/bundle-lock.1.txt +${GEM_LIBDIR}/man/bundle-lock.ronn +${GEM_LIBDIR}/man/bundle-outdated.1 +${GEM_LIBDIR}/man/bundle-outdated.1.txt +${GEM_LIBDIR}/man/bundle-outdated.ronn +${GEM_LIBDIR}/man/bundle-package.1 +${GEM_LIBDIR}/man/bundle-package.1.txt ${GEM_LIBDIR}/man/bundle-package.ronn +${GEM_LIBDIR}/man/bundle-platform.1 +${GEM_LIBDIR}/man/bundle-platform.1.txt ${GEM_LIBDIR}/man/bundle-platform.ronn +${GEM_LIBDIR}/man/bundle-update.1 +${GEM_LIBDIR}/man/bundle-update.1.txt ${GEM_LIBDIR}/man/bundle-update.ronn +${GEM_LIBDIR}/man/bundle.1 +${GEM_LIBDIR}/man/bundle.1.txt ${GEM_LIBDIR}/man/bundle.ronn +${GEM_LIBDIR}/man/gemfile.5 ${GEM_LIBDIR}/man/gemfile.5.ronn +${GEM_LIBDIR}/man/gemfile.5.txt ${GEM_LIBDIR}/man/index.txt ${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/misc/ruby-bundler/distinfo diff -u pkgsrc/misc/ruby-bundler/distinfo:1.24 pkgsrc/misc/ruby-bundler/distinfo:1.25 --- pkgsrc/misc/ruby-bundler/distinfo:1.24 Tue Nov 3 23:49:49 2015 +++ pkgsrc/misc/ruby-bundler/distinfo Sat Apr 22 16:37:59 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2015/11/03 23:49:49 agc Exp $ +$NetBSD: distinfo,v 1.25 2017/04/22 16:37:59 taca Exp $ -SHA1 (bundler-1.10.6.gem) = 55a37fccd1c0cb5542d468e35d3be46dd0667f73 -RMD160 (bundler-1.10.6.gem) = 8f45cdef78f8064a3e84a070ecb79062a4578170 -SHA512 (bundler-1.10.6.gem) = 8b6abcaa53f6d7e5f7728fde4120bda79e6aa849e27ae5df589076c66828b7dfac16106d079a3430504c3bd42b63a8ba1ae1de0901608bc661c9dc399c70c1e7 -Size (bundler-1.10.6.gem) = 251392 bytes +SHA1 (bundler-1.14.6.gem) = 3e84d3a4dd43bfaec988b029f45c0d7ffa205ab8 +RMD160 (bundler-1.14.6.gem) = 700b440c93a048bdb9a76da3373b582a3bdf5b84 +SHA512 (bundler-1.14.6.gem) = cf333e266db0690582252a9248f3579a5be9e753c92c0b92e25d4542ddbbc15bfb7e1571fe9886264c0eba22c4510d118192e8f5f50f647b27eea83d68585238 +Size (bundler-1.14.6.gem) = 319488 bytes --_----------=_149287907929090--