Received: by mail.netbsd.org (Postfix, from userid 605) id AE38B84E9A; Sun, 7 May 2023 21:00:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF0CA84E55 for ; Sun, 7 May 2023 21:00:04 +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 sEaByf0I4FRi for ; Sun, 7 May 2023 21:00:04 +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 3C5E184E8E for ; Sun, 7 May 2023 21:00:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32478FA87; Sun, 7 May 2023 21:00:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683493204113520" MIME-Version: 1.0 Date: Sun, 7 May 2023 21:00:04 +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: <20230507210004.32478FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683493204113520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun May 7 21:00:04 UTC 2023 Modified Files: pkgsrc/meta-pkgs/texlive-collection-latexextra: Makefile Log Message: texlive-collection-latexextra: add tex-outlines To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 \ 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. --_----------=_1683493204113520 Content-Disposition: inline Content-Length: 1025 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.78 pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.79 --- pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.78 Mon Apr 24 04:57:01 2023 +++ pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile Sun May 7 21:00:04 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.78 2023/04/24 04:57:01 markd Exp $ +# $NetBSD: Makefile,v 1.79 2023/05/07 21:00:04 markd Exp $ DISTNAME= collection-latexextra -PKGNAME= texlive-${DISTNAME}-2023pre2 +PKGNAME= texlive-${DISTNAME}-2023pre3 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 66744 @@ -985,7 +985,7 @@ DEPENDS+= tex-orcidlink-[0-9]*:../../pri # depend orientation DEPENDS+= tex-outline-[0-9]*:../../print/tex-outline # depend outliner -# depend outlines +DEPENDS+= tex-outlines-[0-9]*:../../print/tex-outlines # depend outlining # depend overlays DEPENDS+= tex-overpic-[0-9]*:../../print/tex-overpic --_----------=_1683493204113520--