git: 0cc58ed59d3b - main - */*: Fix broken UCL

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Fri, 03 Nov 2023 12:00:19 UTC
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0cc58ed59d3b6e0f8026f4b93c0d7d1e6dd194bc

commit 0cc58ed59d3b6e0f8026f4b93c0d7d1e6dd194bc
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2023-11-03 11:46:58 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2023-11-03 12:00:08 +0000

    */*: Fix broken UCL
    
    Most of this is a missing ] or }. In one case, it was leading
    whitespace before a EOM tag.
    
    PR:             259533
    Approved by:    portmgr (blanket)
---
 databases/mariadb1011-server/files/pkg-message.in | 2 +-
 databases/mariadb105-server/files/pkg-message.in  | 2 +-
 databases/mariadb106-server/files/pkg-message.in  | 2 +-
 devel/kyua/pkg-message                            | 2 +-
 editors/vim/pkg-message                           | 2 +-
 misc/openhab/files/pkg-message.in                 | 1 +
 www/minio/pkg-message                             | 1 +
 7 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/databases/mariadb1011-server/files/pkg-message.in b/databases/mariadb1011-server/files/pkg-message.in
index 19d0db2a69df..8589380d09d6 100644
--- a/databases/mariadb1011-server/files/pkg-message.in
+++ b/databases/mariadb1011-server/files/pkg-message.in
@@ -25,4 +25,4 @@ the first time you start the MySQL server after an upgrade from an
 earlier version.
 EOM
 }
-
+]
diff --git a/databases/mariadb105-server/files/pkg-message.in b/databases/mariadb105-server/files/pkg-message.in
index 189a27624f5d..5117fc0b766a 100644
--- a/databases/mariadb105-server/files/pkg-message.in
+++ b/databases/mariadb105-server/files/pkg-message.in
@@ -21,4 +21,4 @@ the first time you start the MySQL server after an upgrade from an
 earlier version.
 EOM
 }
-
+]
diff --git a/databases/mariadb106-server/files/pkg-message.in b/databases/mariadb106-server/files/pkg-message.in
index 19d0db2a69df..8589380d09d6 100644
--- a/databases/mariadb106-server/files/pkg-message.in
+++ b/databases/mariadb106-server/files/pkg-message.in
@@ -25,4 +25,4 @@ the first time you start the MySQL server after an upgrade from an
 earlier version.
 EOM
 }
-
+]
diff --git a/devel/kyua/pkg-message b/devel/kyua/pkg-message
index 77d984faf722..1a265ac9c32d 100644
--- a/devel/kyua/pkg-message
+++ b/devel/kyua/pkg-message
@@ -12,4 +12,4 @@ EOD,
 	type : upgrade,
 	maximum_version: "0.13_5,3"
 }
-}
+]
diff --git a/editors/vim/pkg-message b/editors/vim/pkg-message
index 1def839e84fb..c89d22977b3b 100644
--- a/editors/vim/pkg-message
+++ b/editors/vim/pkg-message
@@ -6,6 +6,6 @@
   defaults are those which provide FreeBSD-specific settings. Read through
   $VIMRUNTIME/defaults.vim to see Vim's defaults, and see ':h initialization'
   for the standard locations Vim looks for configuration files.
-    EOM
+EOM
   }
 ]
diff --git a/misc/openhab/files/pkg-message.in b/misc/openhab/files/pkg-message.in
index 4887eaf7c598..d848721c3b6c 100644
--- a/misc/openhab/files/pkg-message.in
+++ b/misc/openhab/files/pkg-message.in
@@ -110,4 +110,5 @@ In case you see issues in the logfile or outdated info in the webinterface,
 you may want to remove the cache and restart:
         rm -r /var/db/openhab/userdata/cache/org.eclipse.osgi
 EOM
+}
 ]
diff --git a/www/minio/pkg-message b/www/minio/pkg-message
index 4291ae38ded6..93d4f0b931be 100644
--- a/www/minio/pkg-message
+++ b/www/minio/pkg-message
@@ -13,4 +13,5 @@ Migrate from Gateway or Filesystem Mode
 See for more details:
 https://min.io/docs/minio/linux/operations/install-deploy-manage/migrate-fs-gateway.html
 EOM
+}
 ]