pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xterm x11/xterm: update to 356



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b9a26664b17
branches:  trunk
changeset: 446439:3b9a26664b17
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Feb 08 21:04:15 2021 +0000

description:
x11/xterm: update to 356

Patch #365 - 2021/02/03
-Amend fix for “word” selection in patch #364 to limit that to the insert
selectable action, which reads data from the screen. This restores the
interactive behavior where double-clicking on a “word” would make subsequent
selection extensions by words as well as suppressing some boundary-checks
(report by David Wolfskill, FreeBSD #253225).

Patch #364 - 2021/02/02
-Add -fc option.
-Correct/improve limit-checks for SRM versus ENQ from patch #344 (report by
Tom Szilagyi).
-Enable XftFont resource in Xaw3dxft configuration (patch by Tavis Ormandy).
-Improve quoting/escaping in build-scripts per shellcheck.
-Add libpcre2-posix to the packages tested for --with-pcre2 option, needed with
Fedora (report by Tomas Korbar).
-Correct a typo in manual page, and note that KeepClipboard may not be
compiled-in (report/patch by Sean C Farley).
-Corrected boundary-checks for “word” selection used in onNClicks resources
(report by Tavis Ormandy).
-Update to autoconf-2.52-20210101, to improve shellcheck warnings.
-Improve configure check for desktop categories.

diffstat:

 x11/xterm/Makefile |   4 ++--
 x11/xterm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 851f09a6a6b1 -r 3b9a26664b17 x11/xterm/Makefile
--- a/x11/xterm/Makefile        Mon Feb 08 20:38:36 2021 +0000
+++ b/x11/xterm/Makefile        Mon Feb 08 21:04:15 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.129 2021/01/01 13:35:14 pin Exp $
+# $NetBSD: Makefile,v 1.130 2021/02/08 21:04:15 pin Exp $
 
-DISTNAME=      xterm-363
+DISTNAME=      xterm-365
 CATEGORIES=    x11
 MASTER_SITES=  ftp://ftp.invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz
diff -r 851f09a6a6b1 -r 3b9a26664b17 x11/xterm/distinfo
--- a/x11/xterm/distinfo        Mon Feb 08 20:38:36 2021 +0000
+++ b/x11/xterm/distinfo        Mon Feb 08 21:04:15 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.89 2021/01/01 13:35:14 pin Exp $
+$NetBSD: distinfo,v 1.90 2021/02/08 21:04:15 pin Exp $
 
-SHA1 (xterm-363.tgz) = 82f0e5bdae44268fc0cf8275f47a1a732aaee995
-RMD160 (xterm-363.tgz) = 54ced4d077a8b46106a467e0491f75138c760279
-SHA512 (xterm-363.tgz) = e9148f144e5e38597c84ccd82033f4fb83a9dd222c4cecf7498e31065e7d0148c89631290e5f804fcd9d2d55f59f4fd271aaf220eb636fbe38ae245ea6537871
-Size (xterm-363.tgz) = 1442520 bytes
+SHA1 (xterm-365.tgz) = f7df3af13c5fd1ed680f4aba83f6385de8cdcb38
+RMD160 (xterm-365.tgz) = 3cdae71457ff0a2fc6c0323d0ef65c55e894c2f8
+SHA512 (xterm-365.tgz) = 3f6571d09cd3fa94e9133494a2893e804ea0f0c76289d4a7e46e3ea267278042f0e78231ff4b06ee6d7ba5936dc3e2e6c81a8f52c36d79a8ddf3cfaa59376970
+Size (xterm-365.tgz) = 1444367 bytes


Home | Main Index | Thread Index | Old Index