Received: by mail.netbsd.org (Postfix, from userid 605) id 046A784EC0; Sun, 3 Feb 2019 21:54:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8056D84D50 for ; Sun, 3 Feb 2019 21:54:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UsTOdZF4O5v4 for ; Sun, 3 Feb 2019 21:54:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0ACF484D04 for ; Sun, 3 Feb 2019 21:54:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05551FB16; Sun, 3 Feb 2019 21:54:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549230841207130" MIME-Version: 1.0 Date: Sun, 3 Feb 2019 21:54:01 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/x11/dmenu To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190203215402.05551FB16@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. --_----------=_1549230841207130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Feb 3 21:54:01 UTC 2019 Modified Files: pkgsrc/x11/dmenu: Makefile distinfo Log Message: dmenu: Update to 4.9 Changes: 4.9 --- - Handle IME input - Do not allow using color fonts (workaround to avoid possible crashes) - Misc bug fixes and improvements To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/dmenu/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/dmenu/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549230841207130 Content-Disposition: inline Content-Length: 1502 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/dmenu/Makefile diff -u pkgsrc/x11/dmenu/Makefile:1.14 pkgsrc/x11/dmenu/Makefile:1.15 --- pkgsrc/x11/dmenu/Makefile:1.14 Thu Mar 15 10:58:24 2018 +++ pkgsrc/x11/dmenu/Makefile Sun Feb 3 21:54:01 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2018/03/15 10:58:24 leot Exp $ +# $NetBSD: Makefile,v 1.15 2019/02/03 21:54:01 leot Exp $ # -DISTNAME= dmenu-4.8 +DISTNAME= dmenu-4.9 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ Index: pkgsrc/x11/dmenu/distinfo diff -u pkgsrc/x11/dmenu/distinfo:1.11 pkgsrc/x11/dmenu/distinfo:1.12 --- pkgsrc/x11/dmenu/distinfo:1.11 Thu Mar 15 10:58:24 2018 +++ pkgsrc/x11/dmenu/distinfo Sun Feb 3 21:54:01 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/03/15 10:58:24 leot Exp $ +$NetBSD: distinfo,v 1.12 2019/02/03 21:54:01 leot Exp $ -SHA1 (dmenu-4.8.tar.gz) = 29d63aeb4fcb7a0b2891d122fdde324cda02feda -RMD160 (dmenu-4.8.tar.gz) = 305f79176a876f2dc6fd31fac6ce4ea65e1a2a88 -SHA512 (dmenu-4.8.tar.gz) = fa2700018cfb912a21f867ef3ca771a58a25c2cb8e1fb37acef046bb15d8d8b92dcc5bfce486befae0f143495d0283910988e181a9eb143be3bb1b5be9738d77 -Size (dmenu-4.8.tar.gz) = 15658 bytes +SHA1 (dmenu-4.9.tar.gz) = 73d1a9a844e8f285fc315ea4ee5b95da2b0bc8f4 +RMD160 (dmenu-4.9.tar.gz) = fbaf4597df4596e0e7b1bf85adac5aa222e60469 +SHA512 (dmenu-4.9.tar.gz) = c2779209fe012de8ca1cdd72923da6d594f4a8368c85c3c0e0afd4ae489a95fe0e6f05a947d115b6b389aa7170ab14c2c645a2031353b0a08f38327ab461fe65 +Size (dmenu-4.9.tar.gz) = 15972 bytes --_----------=_1549230841207130--