OSDN Git Service

Version 3.0.5+toward_3.1.0_20140708112157
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Tue, 8 Jul 2014 02:22:14 +0000 (11:22 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Tue, 8 Jul 2014 02:22:14 +0000 (11:22 +0900)
A bug of termination during preparation is fixed.

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

bin/portsreinstall
man/portsreinstall.8

index 113dee0..1e1c1de 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_20140708035940
+MYVERSION=3.0.5+toward_3.1.0_20140708112157
 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}
@@ -701,7 +701,7 @@ _program_exec_and_record_completion__operation ()
                ( cd "${DBDIR}/requires" && \
                        find . -depth 3 -type f -name requirements.${tag}.direct -or -name requirements.${tag}.direct.orig ) \
                        | sort -u \
-                       | sed 's|^./||;s|/[^/]*$||'
+                       | sed 's|^./||;s|/[^/]*$||' \
                        | grep -v -E -f "${TMPDIR}/convert_requirements_list:full_complete.grep_pattern" \
                        > ${DBDIR}/stage.loop_list/complete_recursive_${tag}time_reqlists || :
        done
index 71c88f9..6822029 100644 (file)
@@ -940,7 +940,7 @@ Configuration file of \fBportupgrade\fR(1).
 .PP
 [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.
+[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.
 .RE
 .TP
 3.0.5 (14 December 2013)