Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 C2D691A923B for ; Thu, 19 Nov 2020 15:10:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 364358510D; Thu, 19 Nov 2020 15:10:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 644FA84E36 for ; Thu, 19 Nov 2020 15:10:08 +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 LYI43zhOPlxY for ; Thu, 19 Nov 2020 15:10:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E3B9885124 for ; Thu, 19 Nov 2020 15:10:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFF54FA9D; Thu, 19 Nov 2020 15:10:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1605798607130680" MIME-Version: 1.0 Date: Thu, 19 Nov 2020 15:10:07 +0000 From: "Klaus Klein" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: kleink@netbsd.org X-Mailer: log_accum Message-Id: <20201119151007.DFF54FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1605798607130680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kleink Date: Thu Nov 19 15:10:07 UTC 2020 Modified Files: pkgsrc/fonts: Makefile Log Message: fonts: + tex-plex-doc. To generate a diff of this commit: cvs rdiff -u -r1.345 -r1.346 pkgsrc/fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1605798607130680 Content-Disposition: inline Content-Length: 581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/Makefile diff -u pkgsrc/fonts/Makefile:1.345 pkgsrc/fonts/Makefile:1.346 --- pkgsrc/fonts/Makefile:1.345 Thu Nov 19 15:08:03 2020 +++ pkgsrc/fonts/Makefile Thu Nov 19 15:10:07 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.345 2020/11/19 15:08:03 kleink Exp $ +# $NetBSD: Makefile,v 1.346 2020/11/19 15:10:07 kleink Exp $ # COMMENT= Fonts @@ -695,6 +695,7 @@ SUBDIR+= tex-pl-doc SUBDIR+= tex-playfair SUBDIR+= tex-playfair-doc SUBDIR+= tex-plex +SUBDIR+= tex-plex-doc SUBDIR+= tex-prodint SUBDIR+= tex-prodint-doc SUBDIR+= tex-psnfss --_----------=_1605798607130680--