From: Mamoru Sakaue / MwGhennndo Date: Mon, 7 Jul 2014 02:27:27 +0000 (+0900) Subject: Version 3.0.5+toward_3.0.6_20140707112659 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=136e7a732a3aee1d3401fd26d7a11d2e23b8b72d;p=portsreinstall%2Fcurrent.git Version 3.0.5+toward_3.0.6_20140707112659 Bug fix for the previous modification modified: bin/portsreinstall --- diff --git a/bin/portsreinstall b/bin/portsreinstall index 3e0ec88..6a00d65 100755 --- a/bin/portsreinstall +++ b/bin/portsreinstall @@ -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}