Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 E5E9F1A9239 for ; Thu, 25 Nov 2021 21:14:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1CA6C84D61; Thu, 25 Nov 2021 21:14:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56B3084D2D for ; Thu, 25 Nov 2021 21:14:52 +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 PWbKzVhKMNdm for ; Thu, 25 Nov 2021 21:14:51 +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 D722F84D0F for ; Thu, 25 Nov 2021 21:14:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C47E6FAEC; Thu, 25 Nov 2021 21:14:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637874891166170" MIME-Version: 1.0 Date: Thu, 25 Nov 2021 21:14:51 +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: <20211125211451.C47E6FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637874891166170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 25 21:14:51 UTC 2021 Modified Files: pkgsrc/textproc: Makefile Log Message: textproc/Makefile: + py-tomli To generate a diff of this commit: cvs rdiff -u -r1.1259 -r1.1260 pkgsrc/textproc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1637874891166170 Content-Disposition: inline Content-Length: 649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1259 pkgsrc/textproc/Makefile:1.1260 --- pkgsrc/textproc/Makefile:1.1259 Thu Nov 25 08:55:42 2021 +++ pkgsrc/textproc/Makefile Thu Nov 25 21:14:51 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1259 2021/11/25 08:55:42 wiz Exp $ +# $NetBSD: Makefile,v 1.1260 2021/11/25 21:14:51 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1104,6 +1104,7 @@ SUBDIR+= py-text-unidecode SUBDIR+= py-textile SUBDIR+= py-tinycss2 SUBDIR+= py-toml +SUBDIR+= py-tomli SUBDIR+= py-ujson SUBDIR+= py-uritemplate SUBDIR+= py-validators --_----------=_1637874891166170--