OSDN Git Service

Bumped to the release version.
authorMamoru Sakaue <sakaue.mamoru@mwghennndo.com>
Tue, 19 Apr 2022 15:23:20 +0000 (00:23 +0900)
committerMamoru Sakaue <sakaue.mamoru@mwghennndo.com>
Tue, 19 Apr 2022 15:23:20 +0000 (00:23 +0900)
67 files changed:
COPYRIGHT
HISTORY
INSTALL
Makefile
README
bin/portsreinstall
bin/portsreinstall-chroot
etc/portsreinstall.conf
lib/chroot-mount/libcommand.sh
lib/chroot-mount/libconf.sh
lib/chroot-mount/libdatabase_maintain.sh
lib/chroot-mount/libfs.sh
lib/chroot-mount/libmain.sh
lib/chroot-mount/libmessage.sh
lib/chroot-mount/liboptions.sh
lib/chroot-mount/libtemp.sh
lib/chroot-mount/libusage.sh
lib/chroot/libcommand.sh
lib/chroot/libcommand_do.sh
lib/chroot/libdatabase_maintain.sh
lib/chroot/libfs.sh
lib/chroot/libmain.sh
lib/chroot/libmessage.sh
lib/chroot/liboptions.sh
lib/chroot/libusage.sh
lib/libcommand.sh
lib/libcommand_do.sh
lib/libcommand_flexconf.sh
lib/libcommand_forget.sh
lib/libcommand_pkgs.sh
lib/libcommand_show.sh
lib/libconf.sh
lib/libdatabase_build.sh
lib/libdatabase_maintain.sh
lib/libdatabase_query.sh
lib/libdatabase_record.sh
lib/libdeinstall.sh
lib/libfileedit.sh
lib/libfs.sh
lib/libmain.sh
lib/libmessage.sh
lib/libmisc.sh
lib/liboptions.sh
lib/libpkgsys.sh
lib/libprogram.sh
lib/libreinstall.sh
lib/libstr.sh
lib/libtemp.sh
lib/libusage.sh
lib/main/libcommand.sh
lib/main/libmain.sh
lib/main/liboptions.sh
lib/main/libtemp.sh
lib/main/libusage.sh
lib/upgrade/libcommand.sh
lib/upgrade/libcommand_do.sh
lib/upgrade/libmain.sh
lib/upgrade/libmessage.sh
lib/upgrade/liboptions.sh
lib/upgrade/libusage.sh
libexec/order_dependencies.awk
man/portsreinstall-chroot-mount.8
man/portsreinstall-chroot.8
man/portsreinstall-upgrade.8
man/portsreinstall.8
share/bin/portsreinstall-chroot-mount
share/bin/portsreinstall-upgrade

index 645835a..b985b6e 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
 This software is distributed under the following terms of which the
 compilation corresponds to the 2-Clause BSD License:
 
-Copyright 2010-2021 Mamoru Sakaue, MwGhennndo. All rights reserved.
+Copyright 2010-2022 Mamoru Sakaue, MwGhennndo. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
diff --git a/HISTORY b/HISTORY
index e0a0e1d..d966fb3 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,4 +1,4 @@
-4.1.1 (?? December 2021)
+4.1.1 (20 April 2022)
 [IMPROVED] Adapt to the specification change of pkg-create(8) that the default extension of the package files become "pkg".
 [IMPROVED] Adapt to the behavior change grep(1) as of 12.0-RELEASE that the case distinction is ineffective in some locale, which as a result prevented the execution by users in such locales.
 [BUG FIX] Directories mounted by ZFS were not correctly treated by portsreinstall-chroot(8).
diff --git a/INSTALL b/INSTALL
index 808650b..9c6c7df 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
 # ========================================================================
 # portsreinstall installation guide
-# Copyright (C) 2010-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2010-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # ========================================================================
 
  For managements within the port/packages system,
index 1317e1b..f96d66c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # ==============================================================================
 # portsreinstall installation makefile
-# Copyright (C) 2010-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2010-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # ==============================================================================
 
 PROGNAME=      portsreinstall
diff --git a/README b/README
index 17dfdc3..da417d9 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 ================================================================================
  portsreinstall - ports upgrading utility for massive forced reinstallation
-  Version 4.1.1, October ??, 2021
- Copyright (C) 2010-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+  Version 4.1.1, April 20, 2022
+ Copyright (C) 2010-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 ================================================================================
 
  This software is a ports management tool for FreeBSD designed to be suitable
index 6e0b22a..3ebdb36 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 # ==================================================================================
 # portsreinstall main script
-# Copyright (C) 2010-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2010-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==================================================================================
 
index e79f2b3..e05dae3 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 # ==================================================================================
 # portsreinstall chroot main script
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==================================================================================
 
index 8cb53f2..3b53e69 100644 (file)
@@ -3,7 +3,7 @@
 # Format version 1.3.0 (Sun Jul 15 15:02:00 PHT 2018)
 #   Comments updated at Sun Jul 15 15:02:00 PHT 2018.
 #   Default settings updated at Mon May 27 21:58:12 JST 2013.
-# Copyright (C) 2010-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2010-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # =======================================================================
 
 #  This file is loaded as an include file for Bourne Shell.
index 4423ae6..c5ed562 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libcommand.sh for portsreinstall-chroot-mount
 # - Operations of commands as well as check of command line arguments -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index fd1dd2b..6ae46c5 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libconf.sh for portsreinstall-chroot-mount
 # - Parsing of configuration files -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 412c29c..101b31b 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libdatabase_maintain.sh for portsreinstall-chroot-mount
 # - Operations for maintaining the temporary database -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index afd4c24..75ce696 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall-chroot library script
 # Overlay onto lib/libfs.sh for portsreinstall-chroot-mount
 # - File system operations -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 568c827..53ef3e8 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libmain.sh for portsreinstall-chroot-mount
 # - Common functions of main programs -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index b46c712..6672862 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libmessage.sh for portsreinstall-chroot-mount
 # - Messages -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index a106bfe..62e42b5 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/liboptions.sh for portsreinstall-chroot-mount
 # - Command line options -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index e1c323c..5bc6893 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libtemp.sh for portsreinstall-chroot-mount
 # - Temporary directory and signal trapping -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index ab130da..230188e 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libusage.sh for portsreinstall-chroot-mount
 # - Help messages -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index ee51eed..2ce21ee 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libcommand.sh for portsreinstall-chroot
 # - Operations of commands as well as check of command line arguments -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index dce60d7..38b5e01 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libcommand_do.sh for portsreinstall-chroot
 # - "do" command operation -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 86340b7..5fc683c 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall-chroot library script
 # Overlay onto lib/libdatabase_maintain.sh for portsreinstall-chroot
 # - Operations on the temporary database -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index b549266..a93db21 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall-chroot library script
 # Overlay onto lib/libfs.sh for portsreinstall-chroot
 # - File system operations -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index e1a073d..b34c5f1 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libmain.sh for portsreinstall-chroot
 # - Common functions of main programs -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 3f62acb..ad067cd 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libmessage.sh for portsreinstall-chroot
 # - Messages -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index fe42fb3..8438230 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/liboptions.sh for portsreinstall-chroot
 # - Command line options -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 6016034..9c179cd 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libusage.sh for portsreinstall-chroot
 # - Help messages -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 8065929..8e901ce 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Interface of libraries for operations of commands as well as check of command line arguments -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 82df622..dd27cfe 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - "do"/"redo" command operation -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 0b9708c..bcd2bbe 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Commands of flexible configuration -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 9ba6c5a..ef12cd1 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - "forget" command operation -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index fd4f98e..0575e17 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Commands of ports/packages operations -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index cdf0d61..09233a0 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - "show" command operation -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 6a22497..06369c1 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Parsing of configuration files -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 8ef4362..11cde7d 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Operations for building the temporary database -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 3d55cd9..0f8f8fd 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Operations for maintaining the temporary database -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 03908b7..7837a71 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Operations for queries to the temporary database -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 6117384..8939cc8 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Operations for recording operation results to the temporary database -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index db53f87..0f43de7 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Deinstallation processes -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 007ca4e..a4a67f3 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Editing operations on files -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index eedb7b3..b4bf2f8 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - File system operations -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 7cdd2f4..27985df 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Common functions of main programs -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
@@ -12,8 +12,8 @@ main_set_version ()
        MYVERSION=4.1.1
        COMPATIBLE_VERSIONS='^(4\.[1]\.[0-9])$'
        # Template for development versions
-       MYVERSION=4.1.0+toward_4.1.1_20220418123142
-       COMPATIBLE_VERSIONS='^(4\.[0-1]\.[0-9]]|4\.[0-1]\.[0]+(|\+toward_4\.[0-1]\.[0-9]+_[0-9]+))$'
+#      MYVERSION=4.1.0+toward_4.1.1_20220418123142
+#      COMPATIBLE_VERSIONS='^(4\.[0-1]\.[0-9]]|4\.[0-1]\.[0]+(|\+toward_4\.[0-1]\.[0-9]+_[0-9]+))$'
 }
 
 # ============= Parse options, arguments and control parameters =============
index 76d3310..3df47a7 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Messages -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 44500d2..5aa2fcb 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Miscellaneous functions -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 565d687..3345d5c 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Interface of libraries for command line options -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index b75d833..5f4f2ec 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Wrappers for hiding version differences in the Ports/Packages system -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 313ce47..86f844e 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Program control -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 2bfd341..43712a1 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Reinstallation processes -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index c78e4df..e5dacf3 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - String processing -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index acb23c8..9f5c17f 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Temporary directory and signal trapping -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 595bfa9..4b07b09 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Help messages -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 1866fed..55ce154 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libcommand.sh
 # - Operations of commands as well as check of command line arguments -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 66d4658..6b19462 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libmain.sh
 # - Common functions of main programs -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index fec7aa8..350113c 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/liboptions.sh
 # - Command line options -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index cee957c..10dde9b 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libtemp.sh
 # - Temporary directory and signal trapping -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 09b0e97..dbdfeba 100644 (file)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Help messages -
-# Copyright (C) 2013-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2013-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index a0a2a12..19642b5 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libcommand.sh for portsreinstall-upgrade
 # - Operations of commands as well as check of command line arguments -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 5e9fced..a0164a8 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libcommand_do.sh for portsreinstall-upgrade
 # - "do" command operation -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 4b3ce4f..11e5b29 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libmain.sh for portsreinstall-upgrade
 # - Common functions of main programs -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index ac33562..3c86973 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libmessage.sh for portsreinstall-upgrade
 # - Messages -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 665dc4d..e8b8b77 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/liboptions.sh for portsreinstall-upgrade
 # - Command line options -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index a2afe59..dcced71 100644 (file)
@@ -3,7 +3,7 @@
 # portsreinstall library script
 # Overlay onto lib/libusage.sh for portsreinstall-upgrade
 # - Help messages -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index a4bebc9..f6f0d3f 100755 (executable)
@@ -2,7 +2,7 @@
 # ==============================================================================
 # portsreinstall library script
 # - Order the dependency of all ports to install/reinstall -
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==============================================================================
 
index 1db74d6..f18bc45 100644 (file)
@@ -1,8 +1,8 @@
 .\" ==================================================================================
 .\" portsreinstall-chroot-mount(8) manual page
-.\" Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+.\" Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL\-CHROOT\-MOUNT 8 "22 September 2018" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL\-CHROOT\-MOUNT 8 "20 April 2022" "FreeBSD" "FreeBSD System Manager's Manual"
 .SH NAME
 portsreinstall\-chroot\-mount \- Support utility for \fBportsreinstall\fR(8) to mount and unmount a builder environment at the grand host environment
 .SH SYNOPSIS
index 06b728b..6f437c3 100644 (file)
@@ -1,8 +1,8 @@
 .\" ==================================================================================
 .\" portsreinstall\-chroot(8) manual page
-.\" Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+.\" Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL\-CHROOT 8 "22 September 2018" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL\-CHROOT 8 "20 April 2022" "FreeBSD" "FreeBSD System Manager's Manual"
 .SH NAME
 portsreinstall\-chroot \- Support utility for \fBportsreinstall\fR(8) to build packages in a virtual environment
 .SH SYNOPSIS
index ba8259e..3b0858f 100644 (file)
@@ -1,8 +1,8 @@
 .\" ==================================================================================
 .\" portsreinstall-upgrade(8) manual page
-.\" Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+.\" Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL\-UPGRADE 8 "22 September 2018" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL\-UPGRADE 8 "20 April 2022" "FreeBSD" "FreeBSD System Manager's Manual"
 .SH NAME
 portsreinstall\-upgrade \- Support utility for \fBportsreinstall\fR(8) to update a target environment using packages built in a builder environment
 .SH SYNOPSIS
index 83aa9c8..8a10f7e 100644 (file)
@@ -1,8 +1,8 @@
 .\" ==================================================================================
 .\" portsreinstall(8) manual page
-.\" Copyright (C) 2010-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+.\" Copyright (C) 2010-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL 8 "22 September 2018" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL 8 "20 April 2022" "FreeBSD" "FreeBSD System Manager's Manual"
 .SH NAME
 portsreinstall \- ports upgrading utility for massive forced reinstallation
 .SH SYNOPSIS
index c8da2b7..1af5d7a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 # ==================================================================================
 # portsreinstall chroot main script
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==================================================================================
 
index 3e2ee09..dccbe2e 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 # ==================================================================================
 # portsreinstall upgrade main script
-# Copyright (C) 2018-2021 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
+# Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 # This software is distributed under the 2-Clause BSD License.
 # ==================================================================================