Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6DA8F84D68 for ; Mon, 4 Sep 2023 20:42:13 +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 MnuzQpBTiVcK for ; Mon, 4 Sep 2023 20:42:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C079684CED for ; Mon, 4 Sep 2023 20:42:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9CE9FBDB; Mon, 4 Sep 2023 20:42:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693860132113490" MIME-Version: 1.0 Date: Mon, 4 Sep 2023 20:42:12 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-latexextra To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230904204212.B9CE9FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693860132113490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Sep 4 20:42:12 UTC 2023 Modified Files: pkgsrc/meta-pkgs/texlive-collection-latexextra: Makefile Log Message: texlive-collection-latexextra: add tex-gensymb To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 \ 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. --_----------=_1693860132113490 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.82 pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.83 --- pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.82 Mon Aug 14 05:24:52 2023 +++ pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile Mon Sep 4 20:42:12 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2023/08/14 05:24:52 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2023/09/04 20:42:12 markd Exp $ DISTNAME= collection-latexextra -PKGNAME= texlive-${DISTNAME}-2023pre4 -PKGREVISION= 1 +PKGNAME= texlive-${DISTNAME}-2023pre5 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 67376 @@ -585,7 +584,7 @@ DEPENDS+= tex-g-brief-[0-9]*:../../print # depend gcite # depend gender # depend genmpage -# depend gensymb +DEPENDS+= tex-gensymb-[0-9]*:../../print/tex-gensymb # depend getfiledate # depend getitems # depend gindex --_----------=_1693860132113490--