Received: by mail.netbsd.org (Postfix, from userid 605) id D628884D5E; Sat, 1 Oct 2022 21:07:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EF5884D50 for ; Sat, 1 Oct 2022 21:07:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2BZhjzL8ccFG for ; Sat, 1 Oct 2022 21:07:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1329984CED for ; Sat, 1 Oct 2022 21:07:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C17EFA90; Sat, 1 Oct 2022 21:07:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16646584727570" MIME-Version: 1.0 Date: Sat, 1 Oct 2022 21:07:52 +0000 From: "Olaf Seibert" Subject: CVS commit: pkgsrc/x11/x3270 To: pkgsrc-changes@NetBSD.org Reply-To: rhialto@netbsd.org X-Mailer: log_accum Message-Id: <20221001210752.0C17EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16646584727570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rhialto Date: Sat Oct 1 21:07:51 UTC 2022 Modified Files: pkgsrc/x11/x3270: Makefile distinfo Log Message: x11/x3270: update to 4.2ga6 4.2ga5 Added Alt-e to the default wc3270 keymap and Ctrl-a, f to the c3270 default keymap for the EraseEOF() action. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/x11/x3270/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/x3270/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16646584727570 Content-Disposition: inline Content-Length: 1568 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/x3270/Makefile diff -u pkgsrc/x11/x3270/Makefile:1.49 pkgsrc/x11/x3270/Makefile:1.50 --- pkgsrc/x11/x3270/Makefile:1.49 Thu Sep 1 18:44:08 2022 +++ pkgsrc/x11/x3270/Makefile Sat Oct 1 21:07:51 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2022/09/01 18:44:08 rhialto Exp $ +# $NetBSD: Makefile,v 1.50 2022/10/01 21:07:51 rhialto Exp $ -DISTNAME= suite3270-4.2ga4-src -PKGNAME= x3270-4.2ga4 +DISTNAME= suite3270-4.2ga6-src +PKGNAME= x3270-4.2ga6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=x3270/} EXTRACT_SUFX= .tgz Index: pkgsrc/x11/x3270/distinfo diff -u pkgsrc/x11/x3270/distinfo:1.23 pkgsrc/x11/x3270/distinfo:1.24 --- pkgsrc/x11/x3270/distinfo:1.23 Thu Sep 1 18:44:08 2022 +++ pkgsrc/x11/x3270/distinfo Sat Oct 1 21:07:51 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2022/09/01 18:44:08 rhialto Exp $ +$NetBSD: distinfo,v 1.24 2022/10/01 21:07:51 rhialto Exp $ -BLAKE2s (suite3270-4.2ga4-src.tgz) = 761751def4e2039589f636f0937f5b84bdb19edf0e6c2e3635ab06c47161f8f5 -SHA512 (suite3270-4.2ga4-src.tgz) = 8109958d14891d78a9ab894f13c472e5293d5f7b8984ce3a2938a3d423ed4c86c8c24766edcb82557067c484d557500730989f81963659f5e8c892a7354f6e19 -Size (suite3270-4.2ga4-src.tgz) = 4194027 bytes +BLAKE2s (suite3270-4.2ga6-src.tgz) = a8391d5cbb314541b9e444c577dbe0dc65afe7d1b54bb9c9c0edc232db69ca2c +SHA512 (suite3270-4.2ga6-src.tgz) = e9fa5f7ed5f9620682678e15c5f52d0e064060807d2d9ea19bbd02334902fd185fdd2cf720be89f3e4e64163beca82e27120f2caf525f25a3053895eb84a92d7 +Size (suite3270-4.2ga6-src.tgz) = 4310909 bytes --_----------=_16646584727570--