Received: by mail.netbsd.org (Postfix, from userid 605) id EF1A684D8A; Mon, 3 Dec 2018 19:29:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED81984D39 for ; Mon, 3 Dec 2018 19:29:00 +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 1Ua_dWCtSCwk for ; Mon, 3 Dec 2018 19:29:00 +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 5A85384C77 for ; Mon, 3 Dec 2018 19:29:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5642CFA93; Mon, 3 Dec 2018 19:29:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154386534047270" MIME-Version: 1.0 Date: Mon, 3 Dec 2018 19:29:00 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20181203192900.5642CFA93@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. --_----------=_154386534047270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Dec 3 19:29:00 UTC 2018 Modified Files: pkgsrc/textproc: Makefile Log Message: textproc: add xindy To generate a diff of this commit: cvs rdiff -u -r1.1015 -r1.1016 pkgsrc/textproc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154386534047270 Content-Disposition: inline Content-Length: 620 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1015 pkgsrc/textproc/Makefile:1.1016 --- pkgsrc/textproc/Makefile:1.1015 Sun Dec 2 17:12:18 2018 +++ pkgsrc/textproc/Makefile Mon Dec 3 19:29:00 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1015 2018/12/02 17:12:18 adam Exp $ +# $NetBSD: Makefile,v 1.1016 2018/12/03 19:29:00 markd Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1027,6 +1027,7 @@ SUBDIR+= xerces-j SUBDIR+= xfce4-dict SUBDIR+= xfpt SUBDIR+= xhtml +SUBDIR+= xindy SUBDIR+= xml-coreutils SUBDIR+= xml2 SUBDIR+= xml2doc --_----------=_154386534047270--