Received: by mail.netbsd.org (Postfix, from userid 605) id 94B6284D3A; Sat, 24 Apr 2021 16:23:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBFCD84CF1 for ; Sat, 24 Apr 2021 16:23: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 kEb4md8d_uNa for ; Sat, 24 Apr 2021 16:23:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5AD9784D16 for ; Sat, 24 Apr 2021 16:23:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58081FA95; Sat, 24 Apr 2021 16:23:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619281414191030" MIME-Version: 1.0 Date: Sat, 24 Apr 2021 16:23:34 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210424162334.58081FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619281414191030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Apr 24 16:23:34 UTC 2021 Modified Files: pkgsrc/textproc: Makefile Log Message: textproc: +hs-xml-conduit To generate a diff of this commit: cvs rdiff -u -r1.1209 -r1.1210 pkgsrc/textproc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619281414191030 Content-Disposition: inline Content-Length: 648 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1209 pkgsrc/textproc/Makefile:1.1210 --- pkgsrc/textproc/Makefile:1.1209 Sat Apr 24 16:13:45 2021 +++ pkgsrc/textproc/Makefile Sat Apr 24 16:23:34 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1209 2021/04/24 16:13:45 pho Exp $ +# $NetBSD: Makefile,v 1.1210 2021/04/24 16:23:34 pho Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -342,6 +342,7 @@ SUBDIR+= hs-unicode-show SUBDIR+= hs-unicode-transforms SUBDIR+= hs-wcwidth SUBDIR+= hs-xml +SUBDIR+= hs-xml-conduit SUBDIR+= hs-xml-types SUBDIR+= hs-yaml SUBDIR+= html --_----------=_1619281414191030--