Received: by mail.netbsd.org (Postfix, from userid 605) id CBF8C84EEB; Sun, 3 Mar 2024 16:43:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709484225; bh=z2F4tnISZYjpLBcKl56klIHOKcMRDsOvU2dG5gokLss=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=uf3loHia6fGIfRXEdXSTxglwpw5TlJoEsCaV6fosX+Q5vy+0/MZ3eRUsw4gSTa6j0 sbfkIbD4V0hPoG3y5GJ0TiQ3Cp54QvqEjcVDZN6S8ttCriD0kQTMY+m8tG6pY+B21S fpB9Ieev4i6eSDhsf8iXg0kPFfdn7w9cpRmszbO0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BDC6D84EE6 for ; Sun, 3 Mar 2024 16:43:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CY18UjSBEpFQ for ; Sun, 3 Mar 2024 16:43:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3519C84CF4 for ; Sun, 3 Mar 2024 16:43:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709484223; bh=z2F4tnISZYjpLBcKl56klIHOKcMRDsOvU2dG5gokLss=; h=Date:From:Subject:To:Reply-To; b=rBm/GoXUBFoLCQzG61WKxqYf2Dp90o/3GGX0giFgvyIGllWUXTYpOhWYVMz4AfqSK P87Ula688vZb55EULE/3MZznUHvBAp3vGe3V02IClh8D/hMdstcjQ9brNaDfRMwu6V 6QeXJDHQ9jgdUv/jx4R+KsKvPGOzJD+cPMaAiZUE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28A03FA27; Sun, 3 Mar 2024 16:43:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709484223251750" MIME-Version: 1.0 Date: Sun, 3 Mar 2024 16:43:43 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-terminal To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240303164343.28A03FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709484223251750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Mar 3 16:43:43 UTC 2024 Modified Files: pkgsrc/x11/xfce4-terminal: Makefile distinfo Removed Files: pkgsrc/x11/xfce4-terminal/patches: patch-terminal_terminal-preferences-dialog.c Log Message: xfce4-terminal: update to 1.1.3 1.1.3 (2024-02-29) ===== - prefs-dialog: Fix wrong assert - screen: Fix wrong assert - Translation Updates: Italian To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/x11/xfce4-terminal/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/xfce4-terminal/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/x11/xfce4-terminal/patches/patch-terminal_terminal-preferences-dialog.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709484223251750 Content-Disposition: inline Content-Length: 1813 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-terminal/Makefile diff -u pkgsrc/x11/xfce4-terminal/Makefile:1.80 pkgsrc/x11/xfce4-terminal/Makefile:1.81 --- pkgsrc/x11/xfce4-terminal/Makefile:1.80 Fri Feb 23 20:38:49 2024 +++ pkgsrc/x11/xfce4-terminal/Makefile Sun Mar 3 16:43:42 2024 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.80 2024/02/23 20:38:49 gutteridge Exp $ +# $NetBSD: Makefile,v 1.81 2024/03/03 16:43:42 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= xfce4-terminal-1.1.2 -PKGREVISION= 1 +DISTNAME= xfce4-terminal-1.1.3 CATEGORIES= x11 MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-terminal/1.1/ Index: pkgsrc/x11/xfce4-terminal/distinfo diff -u pkgsrc/x11/xfce4-terminal/distinfo:1.26 pkgsrc/x11/xfce4-terminal/distinfo:1.27 --- pkgsrc/x11/xfce4-terminal/distinfo:1.26 Fri Feb 23 20:38:49 2024 +++ pkgsrc/x11/xfce4-terminal/distinfo Sun Mar 3 16:43:42 2024 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.26 2024/02/23 20:38:49 gutteridge Exp $ +$NetBSD: distinfo,v 1.27 2024/03/03 16:43:42 gutteridge Exp $ -BLAKE2s (xfce4-terminal-1.1.2.tar.bz2) = b5da4916e955d68da41ee310f9427e776b0092e1098675f3b844f6140c69876b -SHA512 (xfce4-terminal-1.1.2.tar.bz2) = ffd0975dc839e256ee18c8a5cb01025bfc2703af7d379d565ea861482269698c718c4cca408440cdc76ef7c6ccacaa6816da7f6734b1aef004cfb223f657243a -Size (xfce4-terminal-1.1.2.tar.bz2) = 1042199 bytes -SHA1 (patch-terminal_terminal-preferences-dialog.c) = 0f4966811d58e930c42c902642b7bcbb8c59545b +BLAKE2s (xfce4-terminal-1.1.3.tar.bz2) = 39a7b8e302f32a3996aec1c5e5a1191cbeda548b50610b5fa87e2e456bfb9436 +SHA512 (xfce4-terminal-1.1.3.tar.bz2) = 12d489099851b281d3ac83a4d9b2f459ed8442899823edba36055a0aa731d1821686f400d5d370833077b0ccf930cb3dfdf5800af58dd2339377dd7e902210b9 +Size (xfce4-terminal-1.1.3.tar.bz2) = 1042732 bytes --_----------=_1709484223251750--