OSDN Git Service

Version 3.0.5+toward_3.0.6_20140601030357
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Sat, 31 May 2014 18:07:43 +0000 (03:07 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Sat, 31 May 2014 18:07:43 +0000 (03:07 +0900)
The error message for specifying option -L or -N for other than redo command was wrong (-L was missing).

modified:   README
modified:   bin/portsreinstall
modified:   man/portsreinstall.8

README
bin/portsreinstall
man/portsreinstall.8

diff --git a/README b/README
index 22d7de4..4268e12 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 ================================================================================
  portsreinstall - ports upgrading utility for massive forced reinstallation
-  Version 3.0.6, May 31, 2014
+  Version 3.0.6, June 1, 2014
  Copyright (C) 2010-2014 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 ================================================================================
 
index 7185855..5d7efb1 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_20140531202509
+MYVERSION=3.0.5+toward_3.0.6_20140601030357
 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}
@@ -180,7 +180,7 @@ optcomb_err=0
 options_chk_invalid_optvals_renewal non_renewable || optcomb_err=$?
 if [ \( $opt_reload_conf = yes -o $opt_reset_targets = yes \) -a "x$COMMAND_MODE" != xredo ]
 then
-       message_echo "ERROR: Option -N is available only in the initial run of redo command." >&2
+       message_echo "ERROR: Options -L and -N are available only in the initial run of redo command." >&2
        message_echo >&2
        optcomb_err=1
 fi
index 346bb4e..2e6ba89 100644 (file)
@@ -2,7 +2,7 @@
 .\" ports reinstall installation guide
 .\" Copyright (C) 2010-2014 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL 8 "31 May 2014" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL 8 "1 June 2014" "FreeBSD" "FreeBSD System Manager's Manual"
 .SH NAME
 portsreinstall \- ports upgrading utility for massive forced reinstallation
 .SH SYNOPSIS
@@ -912,7 +912,7 @@ Configuration file of \fBportupgrade\fR(1).
 .SH HISTORY
 \fBportsreinstall\fR has been developed as below.
 .TP
-3.0.6 (31 May 2014)
+3.0.6 (01 June 2014)
 .RS
 [BUG FIX] Command \fBprepare\fR was possibly aborted at a port any of whose requirements or dependents is obsolete.
 .PP
@@ -921,6 +921,8 @@ Configuration file of \fBportupgrade\fR(1).
 [BUG FIX] The short help lacked descriptions on \fBneed\fR command.
 .PP
 [BUG FIX] Some message output failed with a warning "3: Bad file descriptor" in some environment (detected in 10.0-RELEASE).
+.PP
+[BUG FIX] The error message for specifying option \fB\-L\fR or \fB\-N\fR for other than \fBredo\fR command was wrong (\fB\-L\fR was missing).
 .RE
 .TP
 3.0.5 (14 December 2013)