CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/06/25 11:11:40
Modified files:
databases/mongodb: Makefile
Added files:
databases/mongodb/36: Makefile distinfo
databases/mongodb/36/files: mongodb.conf
databases/mongodb/36/patches: patch-SConstruct
patch-src_mongo_base_error_codes_tpl_h
patch-src_mongo_db_repl_master_slave_cpp
patch-src_mongo_executor_network_interface_mock_test_cpp
patch-src_mongo_shell_shell_utils_extended_cpp
patch-src_mongo_util_net_sock_h
patch-src_mongo_util_processinfo_openbsd_cpp
patch-src_mongo_util_time_support_cpp
patch-src_third_party_IntelRDFPMathLib20U1_LIBRARY_src_bid_functions_h
patch-src_third_party_asio-master_asio_include_asio_ssl_impl_context_ipp
patch-src_third_party_mozjs-45_platform_x86_64_openbsd_build_js-confdefs_h
python3-SConstruct
python3-buildscripts_aggregate_tracefiles_py
python3-buildscripts_aws_ec2_py
python3-buildscripts_errorcodes_py
python3-buildscripts_idl_idl_compiler_py
python3-buildscripts_idl_idl_syntax_py
python3-buildscripts_idl_idlc_py
python3-buildscripts_utils_py
python3-site_scons_libdeps_py
python3-site_scons_mongo___init___py
python3-site_scons_mongo_generators_py
python3-site_scons_site_tools_distsrc_py
python3-site_scons_site_tools_idl_tool_py
python3-site_scons_site_tools_jstoh_py
python3-site_scons_site_tools_mongo_benchmark_py
python3-site_scons_site_tools_mongo_integrationtest_py
python3-site_scons_site_tools_mongo_unittest_py
python3-site_scons_site_tools_split_dwarf_py
python3-site_scons_site_tools_thin_archive_py
python3-src_mongo_SConscript
python3-src_mongo_base_generate_error_codes_py
python3-src_mongo_db_auth_generate_action_types_py
python3-src_mongo_db_fts_generate_stop_words_py
python3-src_mongo_db_query_collation_generate_icu_init_cpp_py
databases/mongodb/36/pkg: DESCR PLIST mongod.rc
databases/mongodb/44: Makefile distinfo
databases/mongodb/44/files: mongodb.conf
databases/mongodb/44/patches: patch-SConstruct
patch-src_mongo_db_storage_storage_repair_observer_cpp
patch-src_mongo_db_storage_wiredtiger_wiredtiger_util_cpp
patch-src_mongo_shell_shell_utils_extended_cpp
patch-src_mongo_util_net_sock_h
patch-src_mongo_util_processinfo_openbsd_cpp
patch-src_mongo_util_time_support_cpp
patch-src_third_party_asio-master_asio_include_asio_ssl_impl_context_ipp
patch-src_third_party_mozjs-60_platform_x86_64_openbsd_build_js-confdefs_h
databases/mongodb/44/pkg: DESCR PLIST mongod.rc
Removed files:
databases/mongodb: distinfo
databases/mongodb/files: mongodb.conf
databases/mongodb/patches: patch-SConstruct
patch-src_mongo_base_error_codes_tpl_h
patch-src_mongo_db_repl_master_slave_cpp
patch-src_mongo_executor_network_interface_mock_test_cpp
patch-src_mongo_shell_shell_utils_extended_cpp
patch-src_mongo_util_net_sock_h
patch-src_mongo_util_processinfo_openbsd_cpp
patch-src_mongo_util_time_support_cpp
patch-src_third_party_IntelRDFPMathLib20U1_LIBRARY_src_bid_functions_h
patch-src_third_party_asio-master_asio_include_asio_ssl_impl_context_ipp
patch-src_third_party_mozjs-45_platform_x86_64_openbsd_build_js-confdefs_h
python3-SConstruct
python3-buildscripts_aggregate_tracefiles_py
python3-buildscripts_aws_ec2_py
python3-buildscripts_errorcodes_py
python3-buildscripts_idl_idl_compiler_py
python3-buildscripts_idl_idl_syntax_py
python3-buildscripts_idl_idlc_py
python3-buildscripts_utils_py
python3-site_scons_libdeps_py
python3-site_scons_mongo___init___py
python3-site_scons_mongo_generators_py
python3-site_scons_site_tools_distsrc_py
python3-site_scons_site_tools_idl_tool_py
python3-site_scons_site_tools_jstoh_py
python3-site_scons_site_tools_mongo_benchmark_py
python3-site_scons_site_tools_mongo_integrationtest_py
python3-site_scons_site_tools_mongo_unittest_py
python3-site_scons_site_tools_split_dwarf_py
python3-site_scons_site_tools_thin_archive_py
python3-src_mongo_SConscript
python3-src_mongo_base_generate_error_codes_py
python3-src_mongo_db_auth_generate_action_types_py
python3-src_mongo_db_fts_generate_stop_words_py
python3-src_mongo_db_query_collation_generate_icu_init_cpp_py
databases/mongodb/pkg: DESCR PLIST mongod.rc
Log message:
switch mongodb to a multiversion port, building 3.6.x and 4.4.x.
you can't move directly from 3.6 -> 4.4 (you can only move from one major
version
to the next; 3.6->4.0, 4.0->4.2, 4.4->4.4) but you can use
mongodump/mongorestore
from the mongo-tools package.