OSDN Git Service

Version: 3.0.5+toward_3.0.6_20140606212113
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Fri, 6 Jun 2014 12:37:23 +0000 (21:37 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Fri, 6 Jun 2014 12:37:23 +0000 (21:37 +0900)
[BUG FIX] Warning messages might have arise by attempting to restore nonexistent backed-up requirements.

modified:   README
modified:   bin/portsreinstall
modified:   lib/libreinstall.sh
modified:   man/portsreinstall.8

README
bin/portsreinstall
lib/libreinstall.sh
man/portsreinstall.8

diff --git a/README b/README
index f304393..5507d14 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 ================================================================================
  portsreinstall - ports upgrading utility for massive forced reinstallation
-  Version 3.0.6, June 4, 2014
+  Version 3.0.6, June 6, 2014
  Copyright (C) 2010-2014 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 ================================================================================
 
index 8020c27..0019f73 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_20140604053559
+MYVERSION=3.0.5+toward_3.0.6_20140606212113
 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}
index b7055e1..5c9f81a 100644 (file)
@@ -349,6 +349,7 @@ reinstall_chk_and_restore_requirements ()
                                touch "$tmp_isfailed"
                                break
                        fi
+                       continue
                fi
                printf '%s\t%s\n' "$origin_orig" "$pkgarc" >> $tmp_restore
        done
index ace54a2..edd1bc6 100644 (file)
@@ -2,7 +2,7 @@
 .\" ports reinstall installation guide
 .\" Copyright (C) 2010-2014 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL 8 "4 June 2014" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL 8 "6 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 (04 June 2014)
+3.0.6 (06 June 2014)
 .RS
 [BUG FIX] Command \fBprepare\fR was possibly aborted at a port any of whose requirements or dependents is obsolete.
 .PP
@@ -931,6 +931,8 @@ Configuration file of \fBportupgrade\fR(1).
 [BUG FIX] Messages about failed ports were inappropriate when failed ports were changed to unneeded.
 .PP
 [BUG FIX] Evaluation of glob was incorrect when the pattern is regular expression containing multiple slashes.
+.PP
+[BUG FIX] Warning messages might have arise by attempting to restore nonexistent backed-up requirements.
 .RE
 .TP
 3.0.5 (14 December 2013)