git: fb6a9af3e898 - main - devel/gettext: Update to 0.21.1

From: Tijl Coosemans <tijl_at_FreeBSD.org>
Date: Wed, 30 Nov 2022 14:58:54 UTC
The branch main has been updated by tijl:

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

commit fb6a9af3e898ad5476fbd13b1e5dd8be9aab865b
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2022-11-21 19:30:00 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2022-11-30 14:57:31 +0000

    devel/gettext: Update to 0.21.1
    
    PR:             267905
    Exp-run by:     antoine
---
 devel/gettext-runtime/files/patch-configure | 16 +++++++--------
 devel/gettext-runtime/pkg-plist             |  2 +-
 devel/gettext-tools/Makefile                |  2 +-
 devel/gettext-tools/files/patch-configure   | 18 ++++++++--------
 devel/gettext-tools/pkg-plist               | 32 ++++++++++++++++++++++++++++-
 devel/gettext/Makefile.common               |  2 +-
 devel/gettext/distinfo                      |  6 +++---
 devel/libtextstyle/pkg-plist                |  2 +-
 8 files changed, 55 insertions(+), 25 deletions(-)

diff --git a/devel/gettext-runtime/files/patch-configure b/devel/gettext-runtime/files/patch-configure
index aca6efe3a49f..fab412b86976 100644
--- a/devel/gettext-runtime/files/patch-configure
+++ b/devel/gettext-runtime/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig	2020-04-14 04:45:37 UTC
+--- configure.orig	2022-10-09 21:31:34 UTC
 +++ configure
-@@ -16914,7 +16914,7 @@ if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; the
-            # On Solaris 10 or newer, this test is no longer needed, because
-            # libc contains the fully functional pthread functions.
-            case "$host_os" in
--             solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
-+             solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*)
+@@ -22002,7 +22002,7 @@ then :
+              # On Solaris 10 or newer, this test is no longer needed, because
+              # libc contains the fully functional pthread functions.
+              case "$host_os" in
+-               solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
++               solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*)
  
- $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
+ printf "%s\n" "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
  
diff --git a/devel/gettext-runtime/pkg-plist b/devel/gettext-runtime/pkg-plist
index bf8c08c6d7b9..18baf1d96239 100644
--- a/devel/gettext-runtime/pkg-plist
+++ b/devel/gettext-runtime/pkg-plist
@@ -11,7 +11,7 @@ lib/libasprintf.so.0.0.0
 lib/libintl.a
 lib/libintl.so
 lib/libintl.so.8
-lib/libintl.so.8.2.0
+lib/libintl.so.8.3.0
 man/man1/envsubst.1.gz
 man/man1/gettext.1.gz
 man/man1/ngettext.1.gz
diff --git a/devel/gettext-tools/Makefile b/devel/gettext-tools/Makefile
index 6d90bb1c0288..939d5f618421 100644
--- a/devel/gettext-tools/Makefile
+++ b/devel/gettext-tools/Makefile
@@ -3,7 +3,7 @@
 # discretion.
 
 PORTNAME=	gettext-tools
-PORTREVISION=	1
+PORTREVISION=	0
 
 COMMENT=	GNU gettext development and translation tools
 WWW=		https://www.gnu.org/software/gettext/
diff --git a/devel/gettext-tools/files/patch-configure b/devel/gettext-tools/files/patch-configure
index 559d45cdc49d..b519ba5fea97 100644
--- a/devel/gettext-tools/files/patch-configure
+++ b/devel/gettext-tools/files/patch-configure
@@ -1,15 +1,15 @@
---- configure.orig	2020-04-14 01:34:46 UTC
+--- configure.orig	2022-10-09 21:32:05 UTC
 +++ configure
-@@ -19457,7 +19457,7 @@ if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; the
-            # On Solaris 10 or newer, this test is no longer needed, because
-            # libc contains the fully functional pthread functions.
-            case "$host_os" in
--             solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
-+             solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*)
+@@ -24756,7 +24756,7 @@ then :
+              # On Solaris 10 or newer, this test is no longer needed, because
+              # libc contains the fully functional pthread functions.
+              case "$host_os" in
+-               solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
++               solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*)
  
- $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
+ printf "%s\n" "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
  
-@@ -24468,7 +24468,7 @@ $as_echo "$ac_res" >&6; }
+@@ -29661,7 +29661,7 @@ printf "%s\n" "$ac_res" >&6; }
                                          if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
             || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
                  && test "$PACKAGE" != gettext-runtime \
diff --git a/devel/gettext-tools/pkg-plist b/devel/gettext-tools/pkg-plist
index 1d3c12fc8ab3..c269acaa82ec 100644
--- a/devel/gettext-tools/pkg-plist
+++ b/devel/gettext-tools/pkg-plist
@@ -27,7 +27,7 @@ lib/libgettextlib.so
 lib/libgettextpo.a
 lib/libgettextpo.so
 lib/libgettextpo.so.0
-lib/libgettextpo.so.0.5.7
+lib/libgettextpo.so.0.5.8
 lib/libgettextsrc-%%PORTVERSION%%.so
 lib/libgettextsrc.so
 man/man1/autopoint.1.gz
@@ -104,6 +104,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ms.po
@@ -184,6 +185,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ms.po
@@ -238,6 +240,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ms.po
@@ -291,6 +294,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ms.po
@@ -344,6 +348,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ms.po
@@ -400,6 +405,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ms.po
@@ -457,6 +463,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ms.po
@@ -510,6 +517,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ms.po
@@ -562,6 +570,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ms.po
@@ -615,6 +624,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ms.po
@@ -667,6 +677,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ms.po
@@ -719,6 +730,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ms.po
@@ -771,6 +783,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ms.po
@@ -826,6 +839,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ms.po
@@ -881,6 +895,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ms.po
@@ -936,6 +951,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ms.po
@@ -988,6 +1004,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ms.po
@@ -1040,6 +1057,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ms.po
@@ -1096,6 +1114,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ms.po
@@ -1152,6 +1171,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ms.po
@@ -1205,6 +1225,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ms.po
@@ -1257,6 +1278,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ms.po
@@ -1310,6 +1332,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ms.po
@@ -1363,6 +1386,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ms.po
@@ -1415,6 +1439,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ms.po
@@ -1467,6 +1492,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ms.po
@@ -1519,6 +1545,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ms.po
@@ -1571,6 +1598,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ms.po
@@ -1623,6 +1651,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ms.po
@@ -1675,6 +1704,7 @@ share/aclocal/progtest.m4
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/id.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/it.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ja.po
+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ka.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ky.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/lv.po
 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ms.po
diff --git a/devel/gettext/Makefile.common b/devel/gettext/Makefile.common
index b6a2b623c267..7e3156c3f060 100644
--- a/devel/gettext/Makefile.common
+++ b/devel/gettext/Makefile.common
@@ -2,7 +2,7 @@
 # experimental ports run.  Untested commits may be backed out at portmgr's
 # discretion.
 
-PORTVERSION=	0.21
+PORTVERSION=	0.21.1
 PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
 CATEGORIES=	devel
 MASTER_SITES=	GNU/gettext
diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo
index 1b5711b90a97..6b3256f053d2 100644
--- a/devel/gettext/distinfo
+++ b/devel/gettext/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595946576
-SHA256 (gettext-0.21.tar.xz) = d20fcbb537e02dcf1383197ba05bd0734ef7bf5db06bdb241eb69b7d16b73192
-SIZE (gettext-0.21.tar.xz) = 9714352
+TIMESTAMP = 1669052475
+SHA256 (gettext-0.21.1.tar.xz) = 50dbc8f39797950aa2c98e939947c527e5ac9ebd2c1b99dd7b06ba33a6767ae6
+SIZE (gettext-0.21.1.tar.xz) = 10054564
diff --git a/devel/libtextstyle/pkg-plist b/devel/libtextstyle/pkg-plist
index 85bf465ec900..287652c8823e 100644
--- a/devel/libtextstyle/pkg-plist
+++ b/devel/libtextstyle/pkg-plist
@@ -5,7 +5,7 @@ include/textstyle/woe32dll.h
 lib/libtextstyle.a
 lib/libtextstyle.so
 lib/libtextstyle.so.0
-lib/libtextstyle.so.0.1.1
+lib/libtextstyle.so.0.1.2
 %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_1.html
 %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_2.html
 %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_3.html