git: b2c2b8bf68c5 - main - x11/x3270: Update to 4.3ga8

From: Kevin Bowling <kbowling_at_FreeBSD.org>
Date: Fri, 24 May 2024 09:04:52 UTC
The branch main has been updated by kbowling:

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

commit b2c2b8bf68c55bd661fb92ef43513d301671aac7
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2024-05-24 09:04:36 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-05-24 09:04:36 +0000

    x11/x3270: Update to 4.3ga8
---
 x11/x3270/Makefile                           |  3 ++-
 x11/x3270/distinfo                           |  6 +++---
 x11/x3270/files/patch-Common_c3270_keymap.c  |  2 +-
 x11/x3270/files/patch-pr3287_Makefile.obj.in | 19 -------------------
 4 files changed, 6 insertions(+), 24 deletions(-)

diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile
index 5f495acdc170..79ec12951975 100644
--- a/x11/x3270/Makefile
+++ b/x11/x3270/Makefile
@@ -1,8 +1,9 @@
 PORTNAME?=	x3270
 PORTVERSION=	4.3
+PORTREVISION=	1
 CATEGORIES?=	x11 net
 MASTER_SITES=	http://x3270.bgp.nu/download/04.03/
-DISTFILES=	suite3270-${PORTVERSION}ga4-src.tgz
+DISTFILES=	suite3270-${PORTVERSION}ga8-src.tgz
 
 MAINTAINER=	kbowling@FreeBSD.org
 COMMENT?=	3270 Terminal emulator
diff --git a/x11/x3270/distinfo b/x11/x3270/distinfo
index a7de616bb2ae..d27cd5a7af70 100644
--- a/x11/x3270/distinfo
+++ b/x11/x3270/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707720825
-SHA256 (suite3270-4.3ga4-src.tgz) = 3b7bf11de9a05a5f203cb845bd8e7fb805c2a06ca606ccf8cdee4ff5c80caa4b
-SIZE (suite3270-4.3ga4-src.tgz) = 13163509
+TIMESTAMP = 1716439404
+SHA256 (suite3270-4.3ga8-src.tgz) = 81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
+SIZE (suite3270-4.3ga8-src.tgz) = 14603479
diff --git a/x11/x3270/files/patch-Common_c3270_keymap.c b/x11/x3270/files/patch-Common_c3270_keymap.c
index 3fd1dcafd314..d1c572e56723 100644
--- a/x11/x3270/files/patch-Common_c3270_keymap.c
+++ b/x11/x3270/files/patch-Common_c3270_keymap.c
@@ -1,4 +1,4 @@
---- Common/c3270/keymap.c.orig	2024-02-12 06:58:07 UTC
+--- Common/c3270/keymap.c.orig	2024-05-23 04:46:10 UTC
 +++ Common/c3270/keymap.c
 @@ -111,7 +111,7 @@ static int
   * Returns 0 if equal, nonzero if not.
diff --git a/x11/x3270/files/patch-pr3287_Makefile.obj.in b/x11/x3270/files/patch-pr3287_Makefile.obj.in
deleted file mode 100644
index f265a4b08571..000000000000
--- a/x11/x3270/files/patch-pr3287_Makefile.obj.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- pr3287/Makefile.obj.in.orig	2024-02-12 07:06:47 UTC
-+++ pr3287/Makefile.obj.in
-@@ -45,6 +45,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
- LIBS = @LIBS@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_DATA = @INSTALL_DATA@
- 
- HOST = @host@
-@@ -70,7 +71,7 @@ install: pr3287 prtodir
- 	[ -d $(DESTDIR)$(BINDIR) ] || \
- 		mkdir -p $(DESTDIR)$(BINDIR)
- 	$(INSTALL_PROGRAM) pr3287 $(DESTDIR)$(BINDIR)/pr3287
--	$(INSTALL_PROGRAM) prtodir $(DESTDIR)$(BINDIR)/prtodir
-+	$(INSTALL_SCRIPT) prtodir $(DESTDIR)$(BINDIR)/prtodir
- 
- install.man: man
- 	[ -d $(DESTDIR)$(MANDIR)/man1 ] || \