Date: Sat, 7 Sep 2019 14:59:44 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511411 - head/www/gitlab-ce Message-ID: <201909071459.x87ExipD063463@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Sat Sep 7 14:59:43 2019 New Revision: 511411 URL: https://svnweb.freebsd.org/changeset/ports/511411 Log: Use devel/rubygem-grape_logging 1.8.1. Version 1.8.2 shows in the log messages: ==> /usr/local/www/gitlab-ce/log/sidekiq.log <== uninitialized constant ActiveSupport::ParameterFilter /usr/local/lib/ruby/gems/2.6/gems/grape_logging-1.8.2/lib/grape_logging/util/parameter_filter.rb:2:in `<top (required)>' /usr/local/lib/ruby/gems/2.6/gems/grape_logging-1.8.2/lib/grape_logging.rb:17:in `<top (required)>' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:81:in `require' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:81:in `block (2 levels) in require' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:76:in `each' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:76:in `block in require' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:65:in `each' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/runtime.rb:65:in `require' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler.rb:114:in `require' /usr/local/www/gitlab-ce/config/application.rb:11:in `<top (required)>' /usr/local/www/gitlab-ce/config/environment.rb:3:in `require_relative' /usr/local/www/gitlab-ce/config/environment.rb:3:in `<top (required)>' /usr/local/lib/ruby/gems/2.6/gems/sidekiq-5.2.7/lib/sidekiq/cli.rb:288:in `require' /usr/local/lib/ruby/gems/2.6/gems/sidekiq-5.2.7/lib/sidekiq/cli.rb:288:in `boot_system' /usr/local/lib/ruby/gems/2.6/gems/sidekiq-5.2.7/lib/sidekiq/cli.rb:46:in `run' /usr/local/lib/ruby/gems/2.6/gems/sidekiq-5.2.7/bin/sidekiq:12:in `<top (required)>' /usr/local/bin/sidekiq:23:in `load' /usr/local/bin/sidekiq:23:in `<top (required)>' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:74:in `load' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:74:in `kernel_load' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:28:in `run' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli.rb:465:in `exec' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli.rb:27:in `dispatch' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/cli.rb:18:in `start' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/exe/bundle:30:in `block in <top (required)>' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors' /usr/local/lib/ruby/gems/2.6/gems/bundler-2.0.2/exe/bundle:22:in `<top (required)>' /usr/local/bin/bundle:23:in `load' /usr/local/bin/bundle:23:in `<main>' Modified: head/www/gitlab-ce/Makefile Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Sat Sep 7 14:54:32 2019 (r511410) +++ head/www/gitlab-ce/Makefile Sat Sep 7 14:59:43 2019 (r511411) @@ -3,7 +3,7 @@ PORTNAME= gitlab-ce PORTVERSION= 12.1.8 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -208,7 +208,7 @@ MY_DEPENDS= git>=2.21.0:devel/git \ rubygem-flipper-active_record013>=0.13.0:databases/rubygem-flipper-active_record013 \ rubygem-flipper-active_support_cache_store013>=0.13.0:devel/rubygem-flipper-active_support_cache_store013 \ rubygem-lograge-rails52>=0.5:www/rubygem-lograge-rails52 \ - rubygem-grape_logging>=1.7:devel/rubygem-grape_logging + rubygem-grape_logging181=1.8.1:devel/rubygem-grape_logging181 BUILD_DEPENDS= gem:devel/ruby-gems \ ${MY_DEPENDS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909071459.x87ExipD063463>