Received: by mail.netbsd.org (Postfix, from userid 605) id 0589B850D8; Fri, 12 Feb 2021 03:32:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E68984D0C for ; Fri, 12 Feb 2021 03:32:10 +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 d5grqfv-YcpV for ; Fri, 12 Feb 2021 03:32:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C25B784C71 for ; Fri, 12 Feb 2021 03:32:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBCDFFA95; Fri, 12 Feb 2021 03:32:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613100729225680" MIME-Version: 1.0 Date: Fri, 12 Feb 2021 03:32:09 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210212033209.BBCDFFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613100729225680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Fri Feb 12 03:32:09 UTC 2021 Modified Files: pkgsrc/fonts: Makefile Log Message: fonts: +tex-stix2-otf{,-doc} To generate a diff of this commit: cvs rdiff -u -r1.355 -r1.356 pkgsrc/fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613100729225680 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/Makefile diff -u pkgsrc/fonts/Makefile:1.355 pkgsrc/fonts/Makefile:1.356 --- pkgsrc/fonts/Makefile:1.355 Sat Jan 30 14:33:22 2021 +++ pkgsrc/fonts/Makefile Fri Feb 12 03:32:09 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.355 2021/01/30 14:33:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.356 2021/02/12 03:32:09 markd Exp $ # COMMENT= Fonts @@ -761,6 +761,8 @@ SUBDIR+= tex-staves SUBDIR+= tex-staves-doc SUBDIR+= tex-stix SUBDIR+= tex-stix-doc +SUBDIR+= tex-stix2-otf +SUBDIR+= tex-stix2-otf-doc SUBDIR+= tex-stmaryrd SUBDIR+= tex-stmaryrd-doc SUBDIR+= tex-superiors --_----------=_1613100729225680--