Received: by mail.netbsd.org (Postfix, from userid 605) id 7358284D2C; Mon, 12 Apr 2021 14:16:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AFBC884CFC for ; Mon, 12 Apr 2021 14:16:42 +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 FOsBI34TZOIr for ; Mon, 12 Apr 2021 14:16:42 +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 48C1E84C13 for ; Mon, 12 Apr 2021 14:16:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41F63FA95; Mon, 12 Apr 2021 14:16:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618237002221940" MIME-Version: 1.0 Date: Mon, 12 Apr 2021 14:16:42 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/editors To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210412141642.41F63FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618237002221940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Apr 12 14:16:42 UTC 2021 Modified Files: pkgsrc/editors: Makefile Log Message: editors: be more descriptive in COMMENT To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 pkgsrc/editors/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618237002221940 Content-Disposition: inline Content-Length: 455 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/Makefile diff -u pkgsrc/editors/Makefile:1.216 pkgsrc/editors/Makefile:1.217 --- pkgsrc/editors/Makefile:1.216 Wed Jan 27 11:27:16 2021 +++ pkgsrc/editors/Makefile Mon Apr 12 14:16:42 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.216 2021/01/27 11:27:16 nia Exp $ +# $NetBSD: Makefile,v 1.217 2021/04/12 14:16:42 nia Exp $ # -COMMENT= Editors +COMMENT= Text and binary editors SUBDIR+= OmegaT SUBDIR+= Sigil --_----------=_1618237002221940--