• R/O
  • HTTP
  • SSH
  • HTTPS

current: Commit

This is for active development.
New funtionalities are to be added actively.


Commit MetaInfo

Revisión52861c3bdfff98ce0e13589197d6383ab93ebb0e (tree)
Tiempo2018-07-18 00:05:56
AutorMamoru Sakaue / MwGhennndo <glmwghennndo@user...>
CommiterMamoru Sakaue / MwGhennndo

Log Message

[BUG FIX] Breset command discarded the information of the initially installed packages.

Changes to be committed:

modified: lib/libdatabase_maintain.sh
modified: lib/libmain.sh
modified: man/portsreinstall.8

Cambiar Resumen

Diferencia incremental

--- a/lib/libdatabase_maintain.sh
+++ b/lib/libdatabase_maintain.sh
@@ -154,8 +154,8 @@ database_maintain_reset ()
154154 else
155155 rm -rf "${DBDIR}"/requires.prev "${DBDIR}"/notes.prev
156156 fi
157- find "${DBDIR}" -depth 1 \
158- -not \( -name saved_options.sh \
157+ find "${DBDIR}" -depth 1 -maxdepth 1 \
158+ -not \( -name saved_options.sh -or -name initial \
159159 -or -name MYVERSION -or -name .lock \
160160 -or -name journal -or -name prevset \
161161 -or -name backup_failure -or -name installed_ports \) \
--- a/lib/libmain.sh
+++ b/lib/libmain.sh
@@ -12,7 +12,7 @@ main_set_version ()
1212 MYVERSION=4.0.1
1313 COMPATIBLE_VERSIONS='^(4\.[0]\.[0-1])$'
1414 # Template for development versions
15- MYVERSION=4.0.0+toward_4.0.1_20180717153350
15+ MYVERSION=4.0.0+toward_4.0.1_20180717230443
1616 COMPATIBLE_VERSIONS='^(4\.[0]\.[0-1]]|4\.[0]\.[0]+(|\+toward_4\.[0]\.[1]+_[0-9]+))$'
1717 }
1818
--- a/man/portsreinstall.8
+++ b/man/portsreinstall.8
@@ -1091,7 +1091,9 @@ Configuration file of \fBportupgrade\fR(1).
10911091 .PP
10921092 [IMPROVED] It is changed to unlock in all error termination.
10931093 .PP
1094-[BUG FIX] Dependency inspection terminated with error when obsolete ports exist.
1094+[BUG FIX] \fBreset\fR command discarded the information of the initially installed packages.
1095+.PP
1096+[BUG FIX] Dependency inspection might have terminated with error when obsolete ports exist.
10951097 .PP
10961098 [BUG FIX] Changes made by commands or in ${LOCALBASE}/etc/portsreinstall.conf were not reflected to dependents of the specified ports in the redo runs with incorrect messages notifying as already inspected merged ports.
10971099 .PP
Show on old repository browser