Received: by mail.netbsd.org (Postfix, from userid 605) id A1B8484FE9; Sun, 1 May 2022 20:40:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA9D184FE5 for ; Sun, 1 May 2022 20:39:59 +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 5BcRGGSDZq8U for ; Sun, 1 May 2022 20:39:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 37AC384D8C for ; Sun, 1 May 2022 20:39:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 314C0FB1A; Sun, 1 May 2022 20:39:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651437599103630" MIME-Version: 1.0 Date: Sun, 1 May 2022 20:39:59 +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: <20220501203959.314C0FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651437599103630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun May 1 20:39:59 UTC 2022 Modified Files: pkgsrc/meta-pkgs/texlive-collection-fontsextra: Makefile Log Message: texlive-collection-fontsextra: update to revision 63169 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 \ 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. --_----------=_1651437599103630 Content-Disposition: inline Content-Length: 1206 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.26 pkgsrc/meta-pkgs/texlive-collection-fontsextra/Makefile:1.27 --- pkgsrc/meta-pkgs/texlive-collection-fontsextra/Makefile:1.26 Thu Apr 14 04:44:21 2022 +++ pkgsrc/meta-pkgs/texlive-collection-fontsextra/Makefile Sun May 1 20:39:59 2022 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.26 2022/04/14 04:44:21 markd Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/01 20:39:59 markd Exp $ DISTNAME= collection-fontsextra -PKGNAME= texlive-${DISTNAME}-2021pre2 +PKGNAME= texlive-${DISTNAME}-2022pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 62069 +TEXLIVE_REV= 63169 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -228,7 +228,7 @@ DEPENDS+= tex-librebaskerville-[0-9]*:.. DEPENDS+= tex-librecaslon-[0-9]*:../../fonts/tex-librecaslon # depend librefranklin DEPENDS+= tex-libris-[0-9]*:../../fonts/tex-libris -DEPENDS+= tex-linearA-[0-9]*:../../fonts/tex-linearA +DEPENDS+= tex-lineara-[0-9]*:../../fonts/tex-linearA # depend linguisticspro DEPENDS+= tex-lobster2-[0-9]*:../../fonts/tex-lobster2 # depend logix --_----------=_1651437599103630--