Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3539D84FC4 for ; Fri, 10 Nov 2023 17:04:47 +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 XJ6zcR9-vt5U for ; Fri, 10 Nov 2023 17:04:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A289F84CD9 for ; Fri, 10 Nov 2023 17:04:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9FF00FA2F; Fri, 10 Nov 2023 17:04:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169963588611150" MIME-Version: 1.0 Date: Fri, 10 Nov 2023 17:04:46 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/qterminal To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231110170446.9FF00FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169963588611150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Fri Nov 10 17:04:46 UTC 2023 Modified Files: pkgsrc/x11/qterminal: Makefile distinfo Log Message: qterminal: update to 1.4.0 qterminal-1.4.0 / 2023-11-05 ============================= * Handled bell (BEL, '\a') via libcanberra, and added an "Audible bell" option. * Use `qWarning().noquote()`. * Ported away from deprecated Qt::MidButton. * Let the latest QTermWidget library set TERM. * Corrected tab order in settings dialog. * Removed an unused non POD variable. * Supported Putty-style mouse button swap. * Avoided a case of null pointer dereference. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/qterminal/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/qterminal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169963588611150 Content-Disposition: inline Content-Length: 1563 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qterminal/Makefile diff -u pkgsrc/x11/qterminal/Makefile:1.28 pkgsrc/x11/qterminal/Makefile:1.29 --- pkgsrc/x11/qterminal/Makefile:1.28 Wed Nov 8 13:21:40 2023 +++ pkgsrc/x11/qterminal/Makefile Fri Nov 10 17:04:46 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2023/11/08 13:21:40 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2023/11/10 17:04:46 gutteridge Exp $ -DISTNAME= qterminal-1.3.0 -PKGREVISION= 4 +DISTNAME= qterminal-1.4.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/x11/qterminal/distinfo diff -u pkgsrc/x11/qterminal/distinfo:1.10 pkgsrc/x11/qterminal/distinfo:1.11 --- pkgsrc/x11/qterminal/distinfo:1.10 Tue Apr 18 10:06:17 2023 +++ pkgsrc/x11/qterminal/distinfo Fri Nov 10 17:04:46 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/04/18 10:06:17 pin Exp $ +$NetBSD: distinfo,v 1.11 2023/11/10 17:04:46 gutteridge Exp $ -BLAKE2s (qterminal-1.3.0.tar.xz) = afbbf9574d0bea224f14abf32ca318f2fe71155b8c6ca8c5cdf3d2237ccaee37 -SHA512 (qterminal-1.3.0.tar.xz) = f8cf2183da7af7869433b6057e20fba46be5cce30b75bdafb6cc0a5474e39fb1f2f8831f6841ca78f8b367f718ed2ee5a312a75850bc8192a37f20a6c5767a8d -Size (qterminal-1.3.0.tar.xz) = 217748 bytes +BLAKE2s (qterminal-1.4.0.tar.xz) = fd72d9548f0947ee15b4a7b486db7af0aa1ab9d6432f954176be99268af9b3c0 +SHA512 (qterminal-1.4.0.tar.xz) = 95c7fffa0a7a91dae338168748e1a9061eb7d393a083a70c59e3324f78ae8200e1e3bb07aa131564b208068e62fc744cc75e96694d70443559c7205ec9f91121 +Size (qterminal-1.4.0.tar.xz) = 219500 bytes --_----------=_169963588611150--