Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A590F1A921F for ; Mon, 23 Nov 2020 09:18:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1C04684DBC; Mon, 23 Nov 2020 09:18:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D4AD84D6F for ; Mon, 23 Nov 2020 09:18:34 +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 3wvG0G64Zl_o for ; Mon, 23 Nov 2020 09:18:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D916884D2D for ; Mon, 23 Nov 2020 09:18:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6A34FA9D; Mon, 23 Nov 2020 09:18:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1606123113145650" MIME-Version: 1.0 Date: Mon, 23 Nov 2020 09:18:33 +0000 From: "pin" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20201123091833.D6A34FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1606123113145650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Nov 23 09:18:33 UTC 2020 Modified Files: pkgsrc/textproc: Makefile Log Message: Add textproc/zoxide To generate a diff of this commit: cvs rdiff -u -r1.1179 -r1.1180 pkgsrc/textproc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1606123113145650 Content-Disposition: inline Content-Length: 595 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1179 pkgsrc/textproc/Makefile:1.1180 --- pkgsrc/textproc/Makefile:1.1179 Wed Nov 18 22:38:52 2020 +++ pkgsrc/textproc/Makefile Mon Nov 23 09:18:33 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1179 2020/11/18 22:38:52 riastradh Exp $ +# $NetBSD: Makefile,v 1.1180 2020/11/23 09:18:33 pin Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1191,5 +1191,6 @@ SUBDIR+= yelp-xsl SUBDIR+= yodl SUBDIR+= yq SUBDIR+= zoem +SUBDIR+= zoxide .include "../mk/misc/category.mk" --_----------=_1606123113145650--