Received: by mail.netbsd.org (Postfix, from userid 605) id 2B2D384E4E; Sun, 5 Apr 2020 22:37:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A6B9984DE8 for ; Sun, 5 Apr 2020 22:37:14 +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 aWZCNp9Jc43g for ; Sun, 5 Apr 2020 22:37:14 +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 20BF784D54 for ; Sun, 5 Apr 2020 22:37:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14DA1FB27; Sun, 5 Apr 2020 22:37:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586126234147840" MIME-Version: 1.0 Date: Sun, 5 Apr 2020 22:37:14 +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: <20200405223714.14DA1FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586126234147840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Apr 5 22:37:14 UTC 2020 Modified Files: pkgsrc/x11/xfce4-terminal: Makefile distinfo Log Message: xfce4-terminal: update to 0.8.9.2 Change log: 0.8.9.2 ======= - Allow to create window with 1 line height. One should also disable the scrollbar (--hide-scrollbar) to get 1 row window. (bug #16447) - Fix 'Transparency setting ignored when using --color-bg' (bug #16309) - Translation updates: Albanian, Belarusian, Polish, Portuguese, Slovenian, Swedish To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/xfce4-terminal/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-terminal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586126234147840 Content-Disposition: inline Content-Length: 1838 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.57 pkgsrc/x11/xfce4-terminal/Makefile:1.58 --- pkgsrc/x11/xfce4-terminal/Makefile:1.57 Tue Mar 10 22:11:23 2020 +++ pkgsrc/x11/xfce4-terminal/Makefile Sun Apr 5 22:37:13 2020 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2020/03/10 22:11:23 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2020/04/05 22:37:13 gutteridge Exp $ -PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= xfce4-terminal-0.8.9.1 +DISTNAME= xfce4-terminal-0.8.9.2 CATEGORIES= x11 MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-terminal/0.8/ Index: pkgsrc/x11/xfce4-terminal/distinfo diff -u pkgsrc/x11/xfce4-terminal/distinfo:1.14 pkgsrc/x11/xfce4-terminal/distinfo:1.15 --- pkgsrc/x11/xfce4-terminal/distinfo:1.14 Mon Jan 6 00:00:51 2020 +++ pkgsrc/x11/xfce4-terminal/distinfo Sun Apr 5 22:37:13 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/01/06 00:00:51 gutteridge Exp $ +$NetBSD: distinfo,v 1.15 2020/04/05 22:37:13 gutteridge Exp $ -SHA1 (xfce4-terminal-0.8.9.1.tar.bz2) = 2d792aa4c46caf29559379e11e511f5fe56a529d -RMD160 (xfce4-terminal-0.8.9.1.tar.bz2) = cae2cc6c21ecb8ad699cf8bb616391a6a0150701 -SHA512 (xfce4-terminal-0.8.9.1.tar.bz2) = c1a68300604d1db205ac52b51dfea38031dfd92b31f7530705ac6bc875c9b4f9819bdf05bca23cbfddd87f7899488ee4dab4c897ceb96efc41a44acfc298ed22 -Size (xfce4-terminal-0.8.9.1.tar.bz2) = 943603 bytes +SHA1 (xfce4-terminal-0.8.9.2.tar.bz2) = d8244851c2372ad3029015bfef9b12feadd41e9d +RMD160 (xfce4-terminal-0.8.9.2.tar.bz2) = 51383754fec97c4b2f8a537bc98305790832f466 +SHA512 (xfce4-terminal-0.8.9.2.tar.bz2) = 1402d913bcc0c050b6c83405c754cdec71cf9bb56e2e68e4396d7ce48bec6e1b0cc875ea3ea2f7a0dff8280d306519fd74a8f9d9ebca383a8f295991cb9ddd94 +Size (xfce4-terminal-0.8.9.2.tar.bz2) = 945176 bytes --_----------=_1586126234147840--