Bug 220643 - www/rubygem-merb-core: multiple missing dependencies
Summary: www/rubygem-merb-core: multiple missing dependencies
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 220605
  Show dependency treegraph
 
Reported: 2017-07-11 16:44 UTC by Nikolai Lifanov
Modified: 2017-07-15 14:01 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov freebsd_committer freebsd_triage 2017-07-11 16:44:22 UTC
Multiple runtime dependencies are not satisfied:

RubyGem dependency <thor [>= 0.9.7]> is not satisfied
RubyGem dependency <gem_plugin [>= 0.2.3]> is not satisfied
RubyGem dependency <daemons [>= 1.0.3]> is not satisfied
RubyGem dependency <fastthread [>= 1.0.1]> is not satisfied
RubyGem dependency <cgi_multipart_eof_fix [>= 2.4]> is not satisfied
RubyGem dependency <abstract [>= 1.0.0]> is not satisfied
RubyGem dependency <merb-core [>= 0.9.14]> is not satisfied
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-07-11 17:11:32 UTC
It's a false alarm. They are not from merb-core.gemspec.
Comment 2 Nikolai Lifanov freebsd_committer freebsd_triage 2017-07-11 17:15:01 UTC
Hmm, cool. I'll grab the bug and see if I need to adjust the test.
Comment 3 Nikolai Lifanov freebsd_committer freebsd_triage 2017-07-13 13:46:24 UTC
I made some changes to the QA test and this is the actual list:

RubyGem dependency (rspec [>= 1.2.9]) is not satisfied
RubyGem dependency (webrat [>= 0.3.1]) is not satisfied
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-07-15 14:01:20 UTC
I'll close this PR as they are development dependencies.

% grep s.add_development_dependency merb-core.gemspec
      s.add_development_dependency(%q<rspec>.freeze, [">= 1.2.9"])
      s.add_development_dependency(%q<webrat>.freeze, [">= 0.3.1"])