OSDN Git Service

[CHANGED] Command show todo_next is renamed to show pending.
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 24 Dec 2012 18:33:19 +0000 (03:33 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 24 Dec 2012 18:33:19 +0000 (03:33 +0900)
Some related messages are modified.

modified:   portsreinstall
modified:   portsreinstall.8
modified:   portsreinstall.8~
modified:   portsreinstall~

portsreinstall
portsreinstall.8
portsreinstall.8~
portsreinstall~

index e8137bb..2f9633d 100755 (executable)
@@ -10,7 +10,7 @@
 # ================================================
 
 APPNAME=`basename "$0"`
-MYVERSION=2.2.0+toward_2.2.1_20121222225629
+MYVERSION=2.2.0+toward_2.2.1_20121225033238
 
 PREFIX=${PREFIX:-/usr/local}
 CONFFILE=${PREFIX}/etc/${APPNAME}.conf
@@ -180,7 +180,7 @@ then
        echo "          | ok del globs... | taboo add globs... | taboo del globs..."
        echo "          | save [dir] | load path"
        echo "          | show todo | show done | show resolved | show failure | show redo"
-       echo "          | show todo_next | show taboo | show deleted"
+       echo "          | show pending | show taboo | show deleted"
        echo "          | show requirements glob... | show dependents glob..."
        echo
        echo "[DESCRIPTIONS]"
@@ -308,7 +308,7 @@ then
        echo "            resolved : manually reinstalled ports"
        echo "            failure : failed ports"
        echo "            redo : ports succeeded once but to be reinstalled in the next redo process"
-       echo "            todo_next : ports skipped and to be reinstalled in the next redo process"
+       echo "            pending : ports to be reinstalled after success in their requirements"
        echo "            taboo : taboo ports"
        echo "            deleted : obsolete ports to be or have been deleted"
        echo "            requirements glob1 [glob2 ...] : ports required by matching ports"
@@ -1397,9 +1397,9 @@ show)
                _filter_skip_unchanged=necessary_update
                _filter_only_target=y
                ;;
-       todo_next)
-               echo "The following ports are to be reinstalled in the next redo process if the problems in"
-               echo "their requirements are resolved:"
+       pending)
+               echo "The following ports need reinstalltion but are to be skipped until their requirements"
+               echo "succeed:"
                list=todo_after_requirements_succeed.list
                _filter_skip_unchanged=necessary_update
                _filter_only_target=y
index 1962760..3fc069a 100644 (file)
@@ -74,7 +74,7 @@ The following \fIargs\fR are available.
 
 \fBredo\fR : ports succeeded once but to be reinstalled in the next redo process
 
-\fBtodo_next\fR : ports skipped and to be reinstalled in the next redo process
+\fBpending\fR : ports to be reinstalled after success in their requirements
 
 \fBtaboo\fR : taboo ports
 
@@ -287,7 +287,9 @@ Configuration file of portupgrade(1).
 .SH HISTORY
 \fBportsreinstall\fR has been developed as below.
 .TP
-2.2.1 (22 December 2012)
+2.2.1 (25 December 2012)
+[CHANGED] Command \fBshow todo_next\fR is renamed to \fBshow pending\fR.
+
 [IMPROVED] Changes are made so as to avoid retrying for dependents of failed ports when no problem has resolved.
 .TP
 2.2.0 (17 December 2012)
index 6190ef6..67f06e3 100644 (file)
@@ -74,7 +74,7 @@ The following \fIargs\fR are available.
 
 \fBredo\fR : ports succeeded once but to be reinstalled in the next redo process
 
-\fBtodo_next\fR : ports skipped and to be reinstalled in the next redo process
+\fBpending\fR : ports to be reinstalled after success in their requirements
 
 \fBtaboo\fR : taboo ports
 
@@ -287,6 +287,11 @@ Configuration file of portupgrade(1).
 .SH HISTORY
 \fBportsreinstall\fR has been developed as below.
 .TP
+2.2.1 (25 December 2012)
+CHANGED] Command \fBshow todo_next\fR is renamed to \fBshow pending\fR.
+
+[IMPROVED] Changes are made so as to avoid retrying for dependents of failed ports when no problem has resolved.
+.TP
 2.2.0 (17 December 2012)
 [NEW] Command of \fBshow todo_next\fR is added.
 
index 97f1757..b3a88e4 100755 (executable)
@@ -10,7 +10,7 @@
 # ================================================
 
 APPNAME=`basename "$0"`
-MYVERSION=2.2.0+toward_2.2.1_20121222223545
+MYVERSION=2.2.0+toward_2.2.1_20121225032906
 
 PREFIX=${PREFIX:-/usr/local}
 CONFFILE=${PREFIX}/etc/${APPNAME}.conf
@@ -180,7 +180,7 @@ then
        echo "          | ok del globs... | taboo add globs... | taboo del globs..."
        echo "          | save [dir] | load path"
        echo "          | show todo | show done | show resolved | show failure | show redo"
-       echo "          | show todo_next | show taboo | show deleted"
+       echo "          | show pending | show taboo | show deleted"
        echo "          | show requirements glob... | show dependents glob..."
        echo
        echo "[DESCRIPTIONS]"
@@ -308,7 +308,7 @@ then
        echo "            resolved : manually reinstalled ports"
        echo "            failure : failed ports"
        echo "            redo : ports succeeded once but to be reinstalled in the next redo process"
-       echo "            todo_next : ports skipped and to be reinstalled in the next redo process"
+       echo "            pending : ports to be reinstalled after success in their requirements"
        echo "            taboo : taboo ports"
        echo "            deleted : obsolete ports to be or have been deleted"
        echo "            requirements glob1 [glob2 ...] : ports required by matching ports"
@@ -1397,9 +1397,9 @@ show)
                _filter_skip_unchanged=necessary_update
                _filter_only_target=y
                ;;
-       todo_next)
-               echo "The following ports are to be reinstalled in the next redo process if the problems in"
-               echo "their requirements are resolved:"
+       pending)
+               echo "The following ports need reinstalltion but are to be skipped until their requirements"
+               echo "succeed:"
                list=todo_after_requirements_succeed.list
                _filter_skip_unchanged=necessary_update
                _filter_only_target=y