From: Mamoru Sakaue / MwGhennndo Date: Tue, 8 Jul 2014 19:25:01 +0000 (+0900) Subject: Version 3.0.5+toward_3.1.0_20140709042438 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cc26e6c1298b57c678e51c56482b894b63b94026;p=portsreinstall%2Fcurrent.git Version 3.0.5+toward_3.1.0_20140709042438 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 --- diff --git a/bin/portsreinstall b/bin/portsreinstall index c1b4ddf..0fd6f49 100755 --- a/bin/portsreinstall +++ b/bin/portsreinstall @@ -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} diff --git a/man/portsreinstall.8 b/man/portsreinstall.8 index 264ec9c..33ff7d7 100644 --- a/man/portsreinstall.8 +++ b/man/portsreinstall.8 @@ -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)