x11/x3270: Update to 4.3ga8

This commit is contained in:
Kevin Bowling 2024-05-24 02:04:36 -07:00
parent 46cd55ab99
commit b2c2b8bf68
4 changed files with 6 additions and 24 deletions

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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 ] || \