From a60f8bda61323c88b7f519dee1cee3101e61e1d4 Mon Sep 17 00:00:00 2001 From: Mamoru Sakaue Date: Wed, 20 Apr 2022 00:23:20 +0900 Subject: [PATCH] Bumped to the release version. --- COPYRIGHT | 2 +- HISTORY | 2 +- INSTALL | 2 +- Makefile | 2 +- README | 4 ++-- bin/portsreinstall | 2 +- bin/portsreinstall-chroot | 2 +- etc/portsreinstall.conf | 2 +- lib/chroot-mount/libcommand.sh | 2 +- lib/chroot-mount/libconf.sh | 2 +- lib/chroot-mount/libdatabase_maintain.sh | 2 +- lib/chroot-mount/libfs.sh | 2 +- lib/chroot-mount/libmain.sh | 2 +- lib/chroot-mount/libmessage.sh | 2 +- lib/chroot-mount/liboptions.sh | 2 +- lib/chroot-mount/libtemp.sh | 2 +- lib/chroot-mount/libusage.sh | 2 +- lib/chroot/libcommand.sh | 2 +- lib/chroot/libcommand_do.sh | 2 +- lib/chroot/libdatabase_maintain.sh | 2 +- lib/chroot/libfs.sh | 2 +- lib/chroot/libmain.sh | 2 +- lib/chroot/libmessage.sh | 2 +- lib/chroot/liboptions.sh | 2 +- lib/chroot/libusage.sh | 2 +- lib/libcommand.sh | 2 +- lib/libcommand_do.sh | 2 +- lib/libcommand_flexconf.sh | 2 +- lib/libcommand_forget.sh | 2 +- lib/libcommand_pkgs.sh | 2 +- lib/libcommand_show.sh | 2 +- lib/libconf.sh | 2 +- lib/libdatabase_build.sh | 2 +- lib/libdatabase_maintain.sh | 2 +- lib/libdatabase_query.sh | 2 +- lib/libdatabase_record.sh | 2 +- lib/libdeinstall.sh | 2 +- lib/libfileedit.sh | 2 +- lib/libfs.sh | 2 +- lib/libmain.sh | 6 +++--- lib/libmessage.sh | 2 +- lib/libmisc.sh | 2 +- lib/liboptions.sh | 2 +- lib/libpkgsys.sh | 2 +- lib/libprogram.sh | 2 +- lib/libreinstall.sh | 2 +- lib/libstr.sh | 2 +- lib/libtemp.sh | 2 +- lib/libusage.sh | 2 +- lib/main/libcommand.sh | 2 +- lib/main/libmain.sh | 2 +- lib/main/liboptions.sh | 2 +- lib/main/libtemp.sh | 2 +- lib/main/libusage.sh | 2 +- lib/upgrade/libcommand.sh | 2 +- lib/upgrade/libcommand_do.sh | 2 +- lib/upgrade/libmain.sh | 2 +- lib/upgrade/libmessage.sh | 2 +- lib/upgrade/liboptions.sh | 2 +- lib/upgrade/libusage.sh | 2 +- libexec/order_dependencies.awk | 2 +- man/portsreinstall-chroot-mount.8 | 4 ++-- man/portsreinstall-chroot.8 | 4 ++-- man/portsreinstall-upgrade.8 | 4 ++-- man/portsreinstall.8 | 4 ++-- share/bin/portsreinstall-chroot-mount | 2 +- share/bin/portsreinstall-upgrade | 2 +- 67 files changed, 74 insertions(+), 74 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 645835a..b985b6e 100644 --- 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 --- 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 --- 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, diff --git a/Makefile b/Makefile index 1317e1b..f96d66c 100644 --- 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 --- 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 diff --git a/bin/portsreinstall b/bin/portsreinstall index 6e0b22a..3ebdb36 100755 --- a/bin/portsreinstall +++ b/bin/portsreinstall @@ -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. # ================================================================================== diff --git a/bin/portsreinstall-chroot b/bin/portsreinstall-chroot index e79f2b3..e05dae3 100755 --- a/bin/portsreinstall-chroot +++ b/bin/portsreinstall-chroot @@ -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. # ================================================================================== diff --git a/etc/portsreinstall.conf b/etc/portsreinstall.conf index 8cb53f2..3b53e69 100644 --- a/etc/portsreinstall.conf +++ b/etc/portsreinstall.conf @@ -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. diff --git a/lib/chroot-mount/libcommand.sh b/lib/chroot-mount/libcommand.sh index 4423ae6..c5ed562 100644 --- a/lib/chroot-mount/libcommand.sh +++ b/lib/chroot-mount/libcommand.sh @@ -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. # ============================================================================== diff --git a/lib/chroot-mount/libconf.sh b/lib/chroot-mount/libconf.sh index fd1dd2b..6ae46c5 100644 --- a/lib/chroot-mount/libconf.sh +++ b/lib/chroot-mount/libconf.sh @@ -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. # ============================================================================== diff --git a/lib/chroot-mount/libdatabase_maintain.sh b/lib/chroot-mount/libdatabase_maintain.sh index 412c29c..101b31b 100644 --- a/lib/chroot-mount/libdatabase_maintain.sh +++ b/lib/chroot-mount/libdatabase_maintain.sh @@ -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. # ============================================================================== diff --git a/lib/chroot-mount/libfs.sh b/lib/chroot-mount/libfs.sh index afd4c24..75ce696 100644 --- a/lib/chroot-mount/libfs.sh +++ b/lib/chroot-mount/libfs.sh @@ -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. # ============================================================================== diff --git a/lib/chroot-mount/libmain.sh b/lib/chroot-mount/libmain.sh index 568c827..53ef3e8 100644 --- a/lib/chroot-mount/libmain.sh +++ b/lib/chroot-mount/libmain.sh @@ -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. # ============================================================================== diff --git a/lib/chroot-mount/libmessage.sh b/lib/chroot-mount/libmessage.sh index b46c712..6672862 100644 --- a/lib/chroot-mount/libmessage.sh +++ b/lib/chroot-mount/libmessage.sh @@ -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. # ============================================================================== diff --git a/lib/chroot-mount/liboptions.sh b/lib/chroot-mount/liboptions.sh index a106bfe..62e42b5 100644 --- a/lib/chroot-mount/liboptions.sh +++ b/lib/chroot-mount/liboptions.sh @@ -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. # ============================================================================== diff --git a/lib/chroot-mount/libtemp.sh b/lib/chroot-mount/libtemp.sh index e1c323c..5bc6893 100644 --- a/lib/chroot-mount/libtemp.sh +++ b/lib/chroot-mount/libtemp.sh @@ -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. # ============================================================================== diff --git a/lib/chroot-mount/libusage.sh b/lib/chroot-mount/libusage.sh index ab130da..230188e 100644 --- a/lib/chroot-mount/libusage.sh +++ b/lib/chroot-mount/libusage.sh @@ -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. # ============================================================================== diff --git a/lib/chroot/libcommand.sh b/lib/chroot/libcommand.sh index ee51eed..2ce21ee 100644 --- a/lib/chroot/libcommand.sh +++ b/lib/chroot/libcommand.sh @@ -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. # ============================================================================== diff --git a/lib/chroot/libcommand_do.sh b/lib/chroot/libcommand_do.sh index dce60d7..38b5e01 100644 --- a/lib/chroot/libcommand_do.sh +++ b/lib/chroot/libcommand_do.sh @@ -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. # ============================================================================== diff --git a/lib/chroot/libdatabase_maintain.sh b/lib/chroot/libdatabase_maintain.sh index 86340b7..5fc683c 100644 --- a/lib/chroot/libdatabase_maintain.sh +++ b/lib/chroot/libdatabase_maintain.sh @@ -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. # ============================================================================== diff --git a/lib/chroot/libfs.sh b/lib/chroot/libfs.sh index b549266..a93db21 100644 --- a/lib/chroot/libfs.sh +++ b/lib/chroot/libfs.sh @@ -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. # ============================================================================== diff --git a/lib/chroot/libmain.sh b/lib/chroot/libmain.sh index e1a073d..b34c5f1 100644 --- a/lib/chroot/libmain.sh +++ b/lib/chroot/libmain.sh @@ -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. # ============================================================================== diff --git a/lib/chroot/libmessage.sh b/lib/chroot/libmessage.sh index 3f62acb..ad067cd 100644 --- a/lib/chroot/libmessage.sh +++ b/lib/chroot/libmessage.sh @@ -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. # ============================================================================== diff --git a/lib/chroot/liboptions.sh b/lib/chroot/liboptions.sh index fe42fb3..8438230 100644 --- a/lib/chroot/liboptions.sh +++ b/lib/chroot/liboptions.sh @@ -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. # ============================================================================== diff --git a/lib/chroot/libusage.sh b/lib/chroot/libusage.sh index 6016034..9c179cd 100644 --- a/lib/chroot/libusage.sh +++ b/lib/chroot/libusage.sh @@ -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. # ============================================================================== diff --git a/lib/libcommand.sh b/lib/libcommand.sh index 8065929..8e901ce 100644 --- a/lib/libcommand.sh +++ b/lib/libcommand.sh @@ -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. # ============================================================================== diff --git a/lib/libcommand_do.sh b/lib/libcommand_do.sh index 82df622..dd27cfe 100644 --- a/lib/libcommand_do.sh +++ b/lib/libcommand_do.sh @@ -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. # ============================================================================== diff --git a/lib/libcommand_flexconf.sh b/lib/libcommand_flexconf.sh index 0b9708c..bcd2bbe 100644 --- a/lib/libcommand_flexconf.sh +++ b/lib/libcommand_flexconf.sh @@ -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. # ============================================================================== diff --git a/lib/libcommand_forget.sh b/lib/libcommand_forget.sh index 9ba6c5a..ef12cd1 100644 --- a/lib/libcommand_forget.sh +++ b/lib/libcommand_forget.sh @@ -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. # ============================================================================== diff --git a/lib/libcommand_pkgs.sh b/lib/libcommand_pkgs.sh index fd4f98e..0575e17 100644 --- a/lib/libcommand_pkgs.sh +++ b/lib/libcommand_pkgs.sh @@ -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. # ============================================================================== diff --git a/lib/libcommand_show.sh b/lib/libcommand_show.sh index cdf0d61..09233a0 100644 --- a/lib/libcommand_show.sh +++ b/lib/libcommand_show.sh @@ -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. # ============================================================================== diff --git a/lib/libconf.sh b/lib/libconf.sh index 6a22497..06369c1 100644 --- a/lib/libconf.sh +++ b/lib/libconf.sh @@ -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. # ============================================================================== diff --git a/lib/libdatabase_build.sh b/lib/libdatabase_build.sh index 8ef4362..11cde7d 100644 --- a/lib/libdatabase_build.sh +++ b/lib/libdatabase_build.sh @@ -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. # ============================================================================== diff --git a/lib/libdatabase_maintain.sh b/lib/libdatabase_maintain.sh index 3d55cd9..0f8f8fd 100644 --- a/lib/libdatabase_maintain.sh +++ b/lib/libdatabase_maintain.sh @@ -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. # ============================================================================== diff --git a/lib/libdatabase_query.sh b/lib/libdatabase_query.sh index 03908b7..7837a71 100644 --- a/lib/libdatabase_query.sh +++ b/lib/libdatabase_query.sh @@ -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. # ============================================================================== diff --git a/lib/libdatabase_record.sh b/lib/libdatabase_record.sh index 6117384..8939cc8 100644 --- a/lib/libdatabase_record.sh +++ b/lib/libdatabase_record.sh @@ -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. # ============================================================================== diff --git a/lib/libdeinstall.sh b/lib/libdeinstall.sh index db53f87..0f43de7 100644 --- a/lib/libdeinstall.sh +++ b/lib/libdeinstall.sh @@ -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. # ============================================================================== diff --git a/lib/libfileedit.sh b/lib/libfileedit.sh index 007ca4e..a4a67f3 100644 --- a/lib/libfileedit.sh +++ b/lib/libfileedit.sh @@ -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. # ============================================================================== diff --git a/lib/libfs.sh b/lib/libfs.sh index eedb7b3..b4bf2f8 100644 --- a/lib/libfs.sh +++ b/lib/libfs.sh @@ -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. # ============================================================================== diff --git a/lib/libmain.sh b/lib/libmain.sh index 7cdd2f4..27985df 100644 --- a/lib/libmain.sh +++ b/lib/libmain.sh @@ -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 ============= diff --git a/lib/libmessage.sh b/lib/libmessage.sh index 76d3310..3df47a7 100644 --- a/lib/libmessage.sh +++ b/lib/libmessage.sh @@ -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. # ============================================================================== diff --git a/lib/libmisc.sh b/lib/libmisc.sh index 44500d2..5aa2fcb 100644 --- a/lib/libmisc.sh +++ b/lib/libmisc.sh @@ -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. # ============================================================================== diff --git a/lib/liboptions.sh b/lib/liboptions.sh index 565d687..3345d5c 100644 --- a/lib/liboptions.sh +++ b/lib/liboptions.sh @@ -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. # ============================================================================== diff --git a/lib/libpkgsys.sh b/lib/libpkgsys.sh index b75d833..5f4f2ec 100644 --- a/lib/libpkgsys.sh +++ b/lib/libpkgsys.sh @@ -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. # ============================================================================== diff --git a/lib/libprogram.sh b/lib/libprogram.sh index 313ce47..86f844e 100644 --- a/lib/libprogram.sh +++ b/lib/libprogram.sh @@ -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. # ============================================================================== diff --git a/lib/libreinstall.sh b/lib/libreinstall.sh index 2bfd341..43712a1 100644 --- a/lib/libreinstall.sh +++ b/lib/libreinstall.sh @@ -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. # ============================================================================== diff --git a/lib/libstr.sh b/lib/libstr.sh index c78e4df..e5dacf3 100644 --- a/lib/libstr.sh +++ b/lib/libstr.sh @@ -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. # ============================================================================== diff --git a/lib/libtemp.sh b/lib/libtemp.sh index acb23c8..9f5c17f 100644 --- a/lib/libtemp.sh +++ b/lib/libtemp.sh @@ -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. # ============================================================================== diff --git a/lib/libusage.sh b/lib/libusage.sh index 595bfa9..4b07b09 100644 --- a/lib/libusage.sh +++ b/lib/libusage.sh @@ -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. # ============================================================================== diff --git a/lib/main/libcommand.sh b/lib/main/libcommand.sh index 1866fed..55ce154 100644 --- a/lib/main/libcommand.sh +++ b/lib/main/libcommand.sh @@ -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. # ============================================================================== diff --git a/lib/main/libmain.sh b/lib/main/libmain.sh index 66d4658..6b19462 100644 --- a/lib/main/libmain.sh +++ b/lib/main/libmain.sh @@ -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. # ============================================================================== diff --git a/lib/main/liboptions.sh b/lib/main/liboptions.sh index fec7aa8..350113c 100644 --- a/lib/main/liboptions.sh +++ b/lib/main/liboptions.sh @@ -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. # ============================================================================== diff --git a/lib/main/libtemp.sh b/lib/main/libtemp.sh index cee957c..10dde9b 100644 --- a/lib/main/libtemp.sh +++ b/lib/main/libtemp.sh @@ -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. # ============================================================================== diff --git a/lib/main/libusage.sh b/lib/main/libusage.sh index 09b0e97..dbdfeba 100644 --- a/lib/main/libusage.sh +++ b/lib/main/libusage.sh @@ -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. # ============================================================================== diff --git a/lib/upgrade/libcommand.sh b/lib/upgrade/libcommand.sh index a0a2a12..19642b5 100644 --- a/lib/upgrade/libcommand.sh +++ b/lib/upgrade/libcommand.sh @@ -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. # ============================================================================== diff --git a/lib/upgrade/libcommand_do.sh b/lib/upgrade/libcommand_do.sh index 5e9fced..a0164a8 100644 --- a/lib/upgrade/libcommand_do.sh +++ b/lib/upgrade/libcommand_do.sh @@ -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. # ============================================================================== diff --git a/lib/upgrade/libmain.sh b/lib/upgrade/libmain.sh index 4b3ce4f..11e5b29 100644 --- a/lib/upgrade/libmain.sh +++ b/lib/upgrade/libmain.sh @@ -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. # ============================================================================== diff --git a/lib/upgrade/libmessage.sh b/lib/upgrade/libmessage.sh index ac33562..3c86973 100644 --- a/lib/upgrade/libmessage.sh +++ b/lib/upgrade/libmessage.sh @@ -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. # ============================================================================== diff --git a/lib/upgrade/liboptions.sh b/lib/upgrade/liboptions.sh index 665dc4d..e8b8b77 100644 --- a/lib/upgrade/liboptions.sh +++ b/lib/upgrade/liboptions.sh @@ -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. # ============================================================================== diff --git a/lib/upgrade/libusage.sh b/lib/upgrade/libusage.sh index a2afe59..dcced71 100644 --- a/lib/upgrade/libusage.sh +++ b/lib/upgrade/libusage.sh @@ -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. # ============================================================================== diff --git a/libexec/order_dependencies.awk b/libexec/order_dependencies.awk index a4bebc9..f6f0d3f 100755 --- a/libexec/order_dependencies.awk +++ b/libexec/order_dependencies.awk @@ -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. # ============================================================================== diff --git a/man/portsreinstall-chroot-mount.8 b/man/portsreinstall-chroot-mount.8 index 1db74d6..f18bc45 100644 --- a/man/portsreinstall-chroot-mount.8 +++ b/man/portsreinstall-chroot-mount.8 @@ -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 diff --git a/man/portsreinstall-chroot.8 b/man/portsreinstall-chroot.8 index 06b728b..6f437c3 100644 --- a/man/portsreinstall-chroot.8 +++ b/man/portsreinstall-chroot.8 @@ -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 diff --git a/man/portsreinstall-upgrade.8 b/man/portsreinstall-upgrade.8 index ba8259e..3b0858f 100644 --- a/man/portsreinstall-upgrade.8 +++ b/man/portsreinstall-upgrade.8 @@ -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 diff --git a/man/portsreinstall.8 b/man/portsreinstall.8 index 83aa9c8..8a10f7e 100644 --- a/man/portsreinstall.8 +++ b/man/portsreinstall.8 @@ -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 diff --git a/share/bin/portsreinstall-chroot-mount b/share/bin/portsreinstall-chroot-mount index c8da2b7..1af5d7a 100755 --- a/share/bin/portsreinstall-chroot-mount +++ b/share/bin/portsreinstall-chroot-mount @@ -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. # ================================================================================== diff --git a/share/bin/portsreinstall-upgrade b/share/bin/portsreinstall-upgrade index 3e2ee09..dccbe2e 100644 --- a/share/bin/portsreinstall-upgrade +++ b/share/bin/portsreinstall-upgrade @@ -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. # ================================================================================== -- 2.11.0