OSDN Git Service

Version 3.0.5+toward_3.1.0_20140709042438
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Tue, 8 Jul 2014 19:25:01 +0000 (04:25 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Tue, 8 Jul 2014 19:25:01 +0000 (04:25 +0900)
Put a forgotten issue of change into the man page:
[BUG FIX] Execution of reset command unintentionally removed temporally deinstalled leaf ports out of scope of reinstallation.

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

bin/portsreinstall
man/portsreinstall.8

index c1b4ddf..0fd6f49 100755 (executable)
@@ -15,7 +15,7 @@ APPNAME=`basename "$0"`
 # MYVERSION=3.1.0
 # COMPATIBLE_VERSIONS='^(3\.1\.[0-9]+)$'
 # Template for development versions
-MYVERSION=3.0.5+toward_3.1.0_20140709013142
+MYVERSION=3.0.5+toward_3.1.0_20140709042438
 COMPATIBLE_VERSIONS='^(3\.0\.[0-9]+\+toward_3\.1\.[0-9]+_[0-9]+|3\.0\.[0-9]+\+toward_3\.0\.[0-9]+_[0-9]+|3\.1\.[0-9]+)$'
 MYPREFIX=`dirname "\`dirname \"$0\"\`" | sed 's|/bin$||'`
 MYPREFIX=${MYPREFIX:-/usr/local}
index 264ec9c..33ff7d7 100644 (file)
@@ -941,6 +941,8 @@ Configuration file of \fBportupgrade\fR(1).
 [BUG FIX] Ports with periods or underscores in their package name, port name or origin were not be treated correctly.
 .PP
 [BUG FIX] Changes in REPLACE_* in ${LOCALBASE}/etc/portsreinstall.conf were not correctly reflected in recursive reinstallation of dependents. The specification of the temporary database is changed for this fix.
+.PP
+[BUG FIX] Execution of \fBreset\fR command unintentionally removed temporally deinstalled leaf ports out of scope of reinstallation.
 .RE
 .TP
 3.0.5 (14 December 2013)