Received: by mail.netbsd.org (Postfix, from userid 605) id 2AF1984DD7; Thu, 11 Feb 2021 22:21:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E3EE784DD0 for ; Thu, 11 Feb 2021 22:10:54 +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 Icifj4bk0A7H for ; Thu, 11 Feb 2021 22:10:54 +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 4766F84D13 for ; Thu, 11 Feb 2021 22:10:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B41CFA95; Thu, 11 Feb 2021 22:10:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613081454248830" MIME-Version: 1.0 Date: Thu, 11 Feb 2021 22:10:54 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-latexextra To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210211221054.3B41CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613081454248830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Feb 11 22:10:54 UTC 2021 Modified Files: pkgsrc/meta-pkgs/texlive-collection-latexextra: Makefile Log Message: texlive-collection-latexextra: +tex-tabulary To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 \ pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613081454248830 Content-Disposition: inline Content-Length: 958 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.55 pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.56 --- pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.55 Thu Dec 3 19:32:25 2020 +++ pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile Thu Feb 11 22:10:54 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2020/12/03 19:32:25 markd Exp $ +# $NetBSD: Makefile,v 1.56 2021/02/11 22:10:54 markd Exp $ DISTNAME= collection-latexextra -PKGNAME= texlive-${DISTNAME}-2020pre5 +PKGNAME= texlive-${DISTNAME}-2020pre6 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 55060 @@ -1144,7 +1144,7 @@ DEPENDS+= tex-tabu-[0-9]*:../../print/te # depend tabularborder # depend tabularcalc # depend tabularew -# depend tabulary +DEPENDS+= tex-tabulary-[0-9]*:../../print/tex-tabulary # depend tagging # depend tagpair # depend tagpdf --_----------=_1613081454248830--