Received: by mail.netbsd.org (Postfix, from userid 605) id 6AEA784D64; Thu, 14 Nov 2019 09:25:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF4EA84D50 for ; Thu, 14 Nov 2019 09:25:47 +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 aGAcelCII5NC for ; Thu, 14 Nov 2019 09:25:47 +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 7322484D62 for ; Thu, 14 Nov 2019 09:25:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67D3CFA97; Thu, 14 Nov 2019 09:25:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1573723547257960" MIME-Version: 1.0 Date: Thu, 14 Nov 2019 09:25:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20191114092547.67D3CFA97@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. --_----------=_1573723547257960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 14 09:25:47 UTC 2019 Modified Files: pkgsrc/textproc: Makefile Log Message: textproc/Makefile: + p5-Alien-Libxml2 To generate a diff of this commit: cvs rdiff -u -r1.1068 -r1.1069 pkgsrc/textproc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1573723547257960 Content-Disposition: inline Content-Length: 664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1068 pkgsrc/textproc/Makefile:1.1069 --- pkgsrc/textproc/Makefile:1.1068 Wed Nov 13 13:19:39 2019 +++ pkgsrc/textproc/Makefile Thu Nov 14 09:25:47 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1068 2019/11/13 13:19:39 ng0 Exp $ +# $NetBSD: Makefile,v 1.1069 2019/11/14 09:25:47 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -459,6 +459,7 @@ SUBDIR+= openjade SUBDIR+= opensp SUBDIR+= ots SUBDIR+= p5-Alien-Hunspell +SUBDIR+= p5-Alien-Libxml2 SUBDIR+= p5-Biblio-EndnoteStyle SUBDIR+= p5-CAM-PDF SUBDIR+= p5-Convert-ASCII-Armour --_----------=_1573723547257960--