OSDN Git Service

Version 3.0.0+toward_3.0.1_20130608031815
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Fri, 7 Jun 2013 18:21:28 +0000 (03:21 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Fri, 7 Jun 2013 18:21:28 +0000 (03:21 +0900)
The needed list was not correctly referred to for evaluation of necessary ports.

modified:   bin/portsreinstall

bin/portsreinstall

index be08453..a7b0ba9 100755 (executable)
@@ -15,7 +15,7 @@ APPNAME=`basename "$0"`
 # MYVERSION=3.0.0
 # COMPATIBLE_VERSIONS='^(3\.0\.[0-9]+)$'
 # Template for development versions
-MYVERSION=3.0.0+toward_3.0.1_20130608013915
+MYVERSION=3.0.0+toward_3.0.1_20130608031815
 COMPATIBLE_VERSIONS='^(3\.0\.0\+toward_3\.0\.1_[0-9]+|3\.0\.[0-9]+)$'
 
 MYPREFIX=`dirname "\`dirname \"$0\"\`" | sed 's|/bin$||'`
@@ -843,7 +843,7 @@ _program_exec_and_record_completion__operation ()
        mv "${DBDIR}/all_targets.lst.tmp" "${DBDIR}/all_targets.lst"
        find "${DBDIR}/targets" -depth 2 -type d > ${DBDIR}/stage.loop_list/build_complement_to_new_dependents_for_targets 2> /dev/null || :
        {
-               cat "${DBDIR}/all_targets.lst" "${DBDIR}/need.replaced.list" 2> /dev/null || :
+               cat "${DBDIR}/all_targets.lst" "${DBDIR}/need.with_replaced.list" 2> /dev/null || :
                find "${DBDIR}/requires" -depth 3 -type f -name installed_version \
                        | sed -E 's|.*/([^/]+/[^/]+)/[^/]*$|\1|'
        } | sort -u > ${DBDIR}/stage.loop_list/inspect_necessity