On 02/02 08:55, Sebastian Reitenbach wrote: > Hi, > > an update of security/wpscan would require an update of nokogiri. > That would also allow to update a handful of other wpscan dependencies. > > all other dependent ports still build fine.
ruby26 FLAVOR doesn't build: ERROR: Could not find a valid gem 'racc' (~> 1.4) (required by '/usr/obj/ports/nokogiri-1.11.1-ruby26/nokogiri-1.11.1.gem' (>= 0)) in any repository nokogiri 1.11 added a dependency on racc. racc is a standard library starting in ruby 2.7, which is why the port works on ruby 2.7 and 3.0. We have a port for racc (devel/ruby-racc), so it could be added as a BDEP/RDEP, possibly only as a BDEP/RDEP when using the ruby26 FLAVOR. Thanks, Jeremy
