Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57E0784D6F for ; Sat, 22 Jul 2023 12:08:55 +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 cb49Wakqr20B for ; Sat, 22 Jul 2023 12:08:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E097184D39 for ; Sat, 22 Jul 2023 12:08:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE1D8FBDB; Sat, 22 Jul 2023 12:08:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690027734105020" MIME-Version: 1.0 Date: Sat, 22 Jul 2023 12:08:54 +0000 From: "Jason Bacon" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: bacon@netbsd.org X-Mailer: log_accum Message-Id: <20230722120854.DE1D8FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690027734105020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bacon Date: Sat Jul 22 12:08:54 UTC 2023 Modified Files: pkgsrc/textproc: Makefile Log Message: textproc/Makefile: Add py-humanfriendly To generate a diff of this commit: cvs rdiff -u -r1.1410 -r1.1411 pkgsrc/textproc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690027734105020 Content-Disposition: inline Content-Length: 674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1410 pkgsrc/textproc/Makefile:1.1411 --- pkgsrc/textproc/Makefile:1.1410 Mon Jul 3 21:20:11 2023 +++ pkgsrc/textproc/Makefile Sat Jul 22 12:08:54 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1410 2023/07/03 21:20:11 wiz Exp $ +# $NetBSD: Makefile,v 1.1411 2023/07/22 12:08:54 bacon Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1046,6 +1046,7 @@ SUBDIR+= py-html2text SUBDIR+= py-html2text-2019.8.11 SUBDIR+= py-html5-parser SUBDIR+= py-html5lib +SUBDIR+= py-humanfriendly SUBDIR+= py-humanize SUBDIR+= py-inflection SUBDIR+= py-ini2toml --_----------=_1690027734105020--