Received: by mail.netbsd.org (Postfix, from userid 605) id 89B1A850D9; Fri, 12 Feb 2021 03:33:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C297784D0C for ; Fri, 12 Feb 2021 03:33:48 +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 whI1lDy-19ON for ; Fri, 12 Feb 2021 03:33:48 +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 24DC684C71 for ; Fri, 12 Feb 2021 03:33:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22A25FA95; Fri, 12 Feb 2021 03:33:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613100828296090" MIME-Version: 1.0 Date: Fri, 12 Feb 2021 03:33:48 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-fontsextra To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210212033348.22A25FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613100828296090 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:33:48 UTC 2021 Modified Files: pkgsrc/meta-pkgs/texlive-collection-fontsextra: Makefile Log Message: texlive-collection-fontsextra: +tex-stix2-otf To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \ pkgsrc/meta-pkgs/texlive-collection-fontsextra/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613100828296090 Content-Disposition: inline Content-Length: 1024 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-fontsextra/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-fontsextra/Makefile:1.21 pkgsrc/meta-pkgs/texlive-collection-fontsextra/Makefile:1.22 --- pkgsrc/meta-pkgs/texlive-collection-fontsextra/Makefile:1.21 Thu Dec 3 19:33:42 2020 +++ pkgsrc/meta-pkgs/texlive-collection-fontsextra/Makefile Fri Feb 12 03:33:47 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2020/12/03 19:33:42 markd Exp $ +# $NetBSD: Makefile,v 1.22 2021/02/12 03:33:47 markd Exp $ DISTNAME= collection-fontsextra -PKGNAME= texlive-${DISTNAME}-2020pre2 +PKGNAME= texlive-${DISTNAME}-2020pre3 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 54138 @@ -284,7 +284,7 @@ DEPENDS+= tex-staves-[0-9]*:../../fonts/ # depend step # depend stickstoo DEPENDS+= tex-stix-[0-9]*:../../fonts/tex-stix -# depend stix2-otf +DEPENDS+= tex-stix2-otf-[0-9]*:../../fonts/tex-stix2-otf # depend stix2-type1 DEPENDS+= tex-superiors-[0-9]*:../../fonts/tex-superiors # depend svrsymbols --_----------=_1613100828296090--