OSDN Git Service

Version 3.0.5+toward_3.0.6_20140707112659
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 7 Jul 2014 02:27:27 +0000 (11:27 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 7 Jul 2014 02:27:27 +0000 (11:27 +0900)
Bug fix for the previous modification

modified:   bin/portsreinstall

bin/portsreinstall

index 3e0ec88..6a00d65 100755 (executable)
@@ -15,7 +15,7 @@ APPNAME=`basename "$0"`
 # MYVERSION=3.0.6
 # COMPATIBLE_VERSIONS='^(3\.0\.[0-9]+)$'
 # Template for development versions
-MYVERSION=3.0.5+toward_3.0.6_20140707110837
+MYVERSION=3.0.5+toward_3.0.6_20140707112659
 COMPATIBLE_VERSIONS='^(3\.0\.[0-9]+\+toward_3\.0\.[0-9]+_[0-9]+|3\.0\.[0-9]+)$'
 MYPREFIX=`dirname "\`dirname \"$0\"\`" | sed 's|/bin$||'`
 MYPREFIX=${MYPREFIX:-/usr/local}
@@ -699,7 +699,7 @@ _program_exec_and_record_completion__operation ()
                ( cd "${DBDIR}/requires" && \
                        find . -depth 3 -type f -name requirements.${tag}.direct | sed 's|^./||;s|/[^/]*$||' ) \
                        | grep -v -E -f "${TMPDIR}/convert_requirements_list:full_complete.grep_pattern" \
-                       > ${DBDIR}/stage.loop_list/complete_${tag}time_reqlists || :
+                       > ${DBDIR}/stage.loop_list/complete_recursive_${tag}time_reqlists || :
        done
        for inspected_level_tmp in direct node
        do
@@ -733,7 +733,7 @@ do
                local tag
                tag=${_REQUIREMENT_LISTS_tag}
                message_section_title "Completion of ${tag}-time requirement lists"
-               program_exec_restartable_loop_operation complete_${tag}time_reqlists
+               program_exec_restartable_loop_operation complete_recursive_${tag}time_reqlists
                message_echo
        }
        program_exec_and_record_completion RECURSIVE_REQUIREMENT_LISTS:${_REQUIREMENT_LISTS_tag}