git: 235037db3978 - main - devel/newt: update to 0.52.22

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Wed, 23 Nov 2022 06:34:20 UTC
The branch main has been updated by fernape:

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

commit 235037db39781a406cce39b532f621523496f4b8
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-11-22 16:07:31 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-23 06:30:18 +0000

    devel/newt: update to 0.52.22
    
    Reported by:    portscout
---
 devel/newt/Makefile                 |  2 +-
 devel/newt/distinfo                 |  6 +++---
 devel/newt/files/patch-configure.ac | 10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/devel/newt/Makefile b/devel/newt/Makefile
index 5d0fe8b6e97f..a02a269f3a99 100644
--- a/devel/newt/Makefile
+++ b/devel/newt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	newt
-PORTVERSION=	0.52.21
+PORTVERSION=	0.52.22
 CATEGORIES=	devel
 MASTER_SITES=	https://releases.pagure.org/newt/
 
diff --git a/devel/newt/distinfo b/devel/newt/distinfo
index b624417f0c36..ab0613fd89e5 100644
--- a/devel/newt/distinfo
+++ b/devel/newt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633990735
-SHA256 (newt-0.52.21.tar.gz) = 265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
-SIZE (newt-0.52.21.tar.gz) = 174895
+TIMESTAMP = 1669133240
+SHA256 (newt-0.52.22.tar.gz) = a15efa37e86610b68a942b19a138b44ccb501c234e4c82dab2f5a9b19f7c9e79
+SIZE (newt-0.52.22.tar.gz) = 176269
diff --git a/devel/newt/files/patch-configure.ac b/devel/newt/files/patch-configure.ac
index 0aa883a8777a..f9ca86903e13 100644
--- a/devel/newt/files/patch-configure.ac
+++ b/devel/newt/files/patch-configure.ac
@@ -1,15 +1,15 @@
---- configure.ac.orig	2019-05-27 12:57:40 UTC
+--- configure.ac.orig	2022-11-21 13:58:11 UTC
 +++ configure.ac
-@@ -23,7 +23,7 @@ AC_CHECK_SIZEOF([void *])
+@@ -24,7 +24,7 @@ AC_CHECK_SIZEOF([void *])
  AC_MSG_CHECKING([for GNU ld])
- LD=`$CC -print-prog-name=ld 2>&5`
+ LD=$($CC -print-prog-name=ld 2>&5)
  
--if test `$LD -v 2>&1 | $ac_cv_path_GREP -c "GNU ld"` = 0; then
+-if test $($LD -v 2>&1 | $ac_cv_path_GREP -c "GNU ld") = 0; then
 +if test `$LD -v 2>&1 | $ac_cv_path_GREP -c -E "GNU ld|compatible with GNU linkers"` = 0; then
    # Not
    GNU_LD=""
    AC_MSG_RESULT([no])
-@@ -107,7 +107,7 @@ else
+@@ -108,7 +108,7 @@ else
      AC_SUBST([TCL_LIB_FLAG])
      WHIPTCLLIB=whiptcl
      # needed with tcl8.6