[Bug 220605] [exp-run] stage-qa target for USES=gem runtime dependencies
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 10 15:54:47 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220605
--- Comment #2 from Nikolai Lifanov <lifanov at freebsd.org> ---
It uses Gem class to do the actual match:
bad=$(${LOCALBASE}/bin/ruby -e "puts 'BAD' if not
Gem::Dependency.new('$name','$v').match?('$name','$(${LOCALBASE}/bin/gem list
-e "$name" | sed "s|.*(\(.*\))|\1|")')")
It works with all operators like ~=, <, etc.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list