OSDN Git Service

[BUG FIX] Adding packages sometimes failed due to lack of required packages.
[portsreinstall/current.git] / lib / libmain.sh
index ee7ac24..fba76fc 100644 (file)
@@ -12,7 +12,7 @@ main_set_version ()
        MYVERSION=4.1.0
        COMPATIBLE_VERSIONS='^(4\.[0-1]\.[0-9])$'
        # Template for development versions
-       MYVERSION=4.0.0+toward_4.1.0_20180804182236
+       MYVERSION=4.0.0+toward_4.1.0_20180811185627
        COMPATIBLE_VERSIONS='^(4\.[0-1]\.[0-9]]|4\.[0]\.[0]+(|\+toward_4\.[0-1]\.[0-9]+_[0-9]+))$'
 }
 
@@ -265,43 +265,43 @@ main_setup_parameters ()
        main_define_common_termination_messages
        temp_reset_termination_messages_common
        main_set_termination_messages_special
-
+       
        # ============= Opening title =============
-
+       
        message_credit
        command_all_chk_need_opening_notice && message_opening_notice
        message_echo
-
+       
        # ============= Execute command operations which do not need package tools =============
-
+       
        command_all_exec_without_pkgtools "$@"
        misc_is_superuser_privilege && database_maintain_mark_use
        # ============= Definition of environment dependent functions =============
-
+       
        pkgsys_def_pkgtools
-
+       
        # ============= Option settings =============
-
+       
        # Execute command operations which are not affected by saved option settings
        command_all_exec_irrespective_of_saved_options "$@"
-
+       
        # Load, renew and save option values
        main_option_settings
-
+       
        # Show option values
        message_show_option_settings
-
+       
        # ============= Configurations =============
-
+       
        # Save the previous configuration if exists
        main_save_prev_conf
-
+       
        # Get complete configuration variable definitions by importing pkgtools.conf(5) if available
        main_get_complete_conf
-
+       
        # Parse the configuration
        main_parse_conf
-
+       
        # Load the saved configuration
        main_load_conf
 }