CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/09/06 05:35:13
Removed files:
textproc/ruby-kramdown: Makefile distinfo
textproc/ruby-kramdown/patches: patch-_metadata
patch-test_run_tests_rb
textproc/ruby-kramdown/pkg: DESCR PLIST
Log message:
Remove ruby-kramdown
Broken in all supported Ruby versions due to a missing dependency on
rexml (which was removed from the Ruby standard library in Ruby 3).
Better to remove this than import and maintain a new port for rexml.
Pure Ruby port, and nothing depends on it. If you need this, use gem
install.
OK kn@, tb@