Received: by mail.netbsd.org (Postfix, from userid 605) id 069F984F14; Thu, 22 Dec 2022 13:28:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3359884D1C for ; Thu, 22 Dec 2022 13:28:09 +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 kTMrjWuVVuj4 for ; Thu, 22 Dec 2022 13:28:08 +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 9051884CE3 for ; Thu, 22 Dec 2022 13:28:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C4B6FA90; Thu, 22 Dec 2022 13:28:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671715688184850" MIME-Version: 1.0 Date: Thu, 22 Dec 2022 13:28:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221222132808.7C4B6FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671715688184850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Dec 22 13:28:08 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO pkgsrc/inputmethod: Makefile Removed Files: pkgsrc/inputmethod/uim-elisp: DESCR Makefile PLIST Log Message: uim-elisp: remove The patches for this package haven't been applying since at least 2021, and there isn't even a PR about it, so no one really cares. To generate a diff of this commit: cvs rdiff -u -r1.6322 -r1.6323 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.22421 -r1.22422 pkgsrc/doc/TODO cvs rdiff -u -r1.120 -r1.121 pkgsrc/inputmethod/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/inputmethod/uim-elisp/DESCR cvs rdiff -u -r1.15 -r0 pkgsrc/inputmethod/uim-elisp/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/inputmethod/uim-elisp/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671715688184850 Content-Disposition: inline Content-Length: 1879 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.6322 pkgsrc/doc/CHANGES-2022:1.6323 --- pkgsrc/doc/CHANGES-2022:1.6322 Thu Dec 22 09:34:59 2022 +++ pkgsrc/doc/CHANGES-2022 Thu Dec 22 13:28:07 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.6322 2022/12/22 09:34:59 pin Exp $ +$NetBSD: CHANGES-2022,v 1.6323 2022/12/22 13:28:07 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -9446,3 +9446,4 @@ Changes to the packages collection and i Updated net/ruby-stompserver to 1.0.0nb3 [taca 2022-12-22] Updated graphics/glw to 8.0.0nb2 [vins 2022-12-22] Updated editors/tp-note to 1.19.11 [pin 2022-12-22] + Removed inputmethod/uim-elisp [wiz 2022-12-22] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22421 pkgsrc/doc/TODO:1.22422 --- pkgsrc/doc/TODO:1.22421 Wed Dec 21 19:25:06 2022 +++ pkgsrc/doc/TODO Thu Dec 22 13:28:07 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22421 2022/12/21 19:25:06 wiz Exp $ +$NetBSD: TODO,v 1.22422 2022/12/22 13:28:07 wiz Exp $ Suggested new packages ====================== @@ -420,6 +420,7 @@ For possible Perl packages updates, see o alevt-1.6.2 o alsa-lib-1.2.8 o alsa-plugins-1.1.0 + o amanda-3.5.2 o amass-3.12.2 o amavis-perl-0.3.12 [called just amavis] o ampache-4.2.5 Index: pkgsrc/inputmethod/Makefile diff -u pkgsrc/inputmethod/Makefile:1.120 pkgsrc/inputmethod/Makefile:1.121 --- pkgsrc/inputmethod/Makefile:1.120 Sat Mar 6 05:09:17 2021 +++ pkgsrc/inputmethod/Makefile Thu Dec 22 13:28:07 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2021/03/06 05:09:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.121 2022/12/22 13:28:07 wiz Exp $ # COMMENT= Input method tools and libraries @@ -163,7 +163,6 @@ SUBDIR+= tomoe SUBDIR+= tomoe-gtk SUBDIR+= uim SUBDIR+= uim-chewing -SUBDIR+= uim-elisp SUBDIR+= uim-mozc SUBDIR+= uim-tomoe-gtk SUBDIR+= unicon-im --_----------=_1671715688184850--