https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260207
--- Comment #17 from Po-Chuan Hsieh <[email protected]> --- Hi, Please complete the following changes before closing this PR. 1. Add back the upper bound to RUN_DEPENDS For example, "gemojione ~> 4.1" should be written as "rubygem-gemojione>=4.1<5:graphics/rubygem-gemojione" instead of "rubygem-gemojione>=4.1:graphics/rubygem-gemojione". It makes easier to check dependent ports to avoid breakage while updating rubygem ports. 2. Remove duplicate graphics/rubygem-gemojione in www/rubygem-gollum-lib/Makefile 3. Fix the inconsistency between Makefile and gemspec, e.g. rugged in www/rubygem-gollum-rugged_adapter 4. It would be better to make minimal changes to gemspec Take www/rubygem-gollum-rugged_adapter for example, it's sufficient to change mime-types from "~> 1.15" to ">= 1.15". Thanks. -- You are receiving this mail because: You are on the CC list for the bug.
