CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/11/01 04:05:45
Removed files:
lang/ruby/1.8 : Makefile distinfo
lang/ruby/1.8/patches: patch-common_mk patch-configure
patch-ext_dl_handle_c patch-ext_dl_sym_c
patch-ext_etc_etc_c
patch-ext_openssl_extconf_rb
patch-ext_openssl_lib_openssl_ssl-internal_rb
patch-ext_openssl_openssl_missing_h
patch-ext_openssl_ossl_ssl_c
patch-ext_socket_socket_c
patch-lib_fileutils_rb
patch-lib_rexml_document_rb
patch-lib_rexml_entity_rb
patch-lib_webrick_httpstatus_rb
patch-lib_webrick_log_rb patch-sprintf_c
patch-test_openssl_test_ssl_rb
patch-util_c
lang/ruby/1.8/pkg: DESCR-gdbm DESCR-iconv DESCR-main
DESCR-ri_docs DESCR-tk MESSAGE-main
PLIST-gdbm PLIST-iconv PLIST-main
PLIST-ri_docs PLIST-tk UNMESSAGE-main
lang/ruby/2.1 : Makefile distinfo
lang/ruby/2.1/patches: patch-common_mk patch-compile_c
patch-configure patch-ext_etc_etc_c
patch-ext_extmk_rb
patch-ext_json_generator_generator_c
patch-ext_json_generator_generator_h
patch-ext_openssl_ossl_asn1_c
patch-ext_psych_yaml_api_c
patch-ext_psych_yaml_emitter_c
patch-ext_psych_yaml_loader_c
patch-ext_psych_yaml_parser_c
patch-ext_psych_yaml_scanner_c
patch-ext_psych_yaml_yaml_private_h
patch-ext_tk_extconf_rb
patch-lib_fileutils_rb
patch-lib_rubygems_commands_install_command_rb
patch-lib_rubygems_commands_query_command_rb
patch-lib_rubygems_dependency_installer_rb
patch-lib_rubygems_ext_ext_conf_builder_rb
patch-lib_rubygems_installer_rb
patch-lib_rubygems_remote_fetcher_rb
patch-lib_rubygems_specification_rb
patch-lib_rubygems_text_rb
patch-lib_webrick_httpstatus_rb
patch-lib_webrick_log_rb patch-sprintf_c
lang/ruby/2.1/pkg: DESCR-gdbm DESCR-main DESCR-ri_docs DESCR-tk
MESSAGE-main PLIST-gdbm PLIST-main
PLIST-ri_docs PLIST-tk UNMESSAGE-main
lang/ruby/2.2 : Makefile distinfo
lang/ruby/2.2/patches: patch-common_mk patch-compile_c
patch-configure patch-ext_etc_etc_c
patch-ext_extmk_rb
patch-ext_fiddle_depend
patch-lib_fileutils_rb
patch-lib_rubygems_commands_install_command_rb
patch-lib_rubygems_dependency_installer_rb
patch-lib_rubygems_ext_ext_conf_builder_rb
lang/ruby/2.2/pkg: DESCR-gdbm DESCR-main DESCR-ri_docs DESCR-tk
MESSAGE-main PLIST-gdbm PLIST-main
PLIST-ri_docs PLIST-tk UNMESSAGE-main
Log message:
Remove ruby 1.8, 2.1, and 2.2
All ports that previously required ruby 1.8 have either been removed or
been upgraded to use a newer ruby version or no longer depend on ruby
at all.
Our new ruby support policy is to remove the ruby version if nothing
depends on it 6 months after the version moves from general support
to security-only support upstream. This applies to both ruby 2.1 and
2.2 currently, so both are being removed.
OK ajacoutot@, sthen@