Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 565881A921F for ; Sat, 16 Apr 2022 02:28:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8B49784E9E; Sat, 16 Apr 2022 02:28:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C685D84DBD for ; Sat, 16 Apr 2022 02:28:39 +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 6jpR5UsKTlmT for ; Sat, 16 Apr 2022 02:28:39 +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 1E45884D28 for ; Sat, 16 Apr 2022 02:28:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11E34FB24; Sat, 16 Apr 2022 02:28:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650076119129820" MIME-Version: 1.0 Date: Sat, 16 Apr 2022 02:28:39 +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: <20220416022839.11E34FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650076119129820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Apr 16 02:28:39 UTC 2022 Modified Files: pkgsrc/meta-pkgs/texlive-collection-latexextra: Makefile Log Message: texlive-collection-latexextra: add tex-everyhook,tex-svn-prov To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 \ 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. --_----------=_1650076119129820 Content-Disposition: inline Content-Length: 1378 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.61 pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.62 --- pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile:1.61 Thu Apr 14 05:30:07 2022 +++ pkgsrc/meta-pkgs/texlive-collection-latexextra/Makefile Sat Apr 16 02:28:38 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2022/04/14 05:30:07 markd Exp $ +# $NetBSD: Makefile,v 1.62 2022/04/16 02:28:38 markd Exp $ DISTNAME= collection-latexextra -PKGNAME= texlive-${DISTNAME}-2021pre3 +PKGNAME= texlive-${DISTNAME}-2022pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 62901 @@ -451,7 +451,7 @@ DEPENDS+= tex-etoc-[0-9]*:../../print/te # depend eulerpx DEPENDS+= tex-europasscv-[0-9]*:../../print/tex-europasscv DEPENDS+= tex-europecv-[0-9]*:../../print/tex-europecv -# depend everyhook +DEPENDS+= tex-everyhook-[0-9]*:../../print/tex-everyhook DEPENDS+= tex-everypage-[0-9]*:../../print/tex-everypage DEPENDS+= tex-exam-[0-9]*:../../print/tex-exam # depend exam-n @@ -1231,7 +1231,7 @@ DEPENDS+= tex-supertabular-[0-9]*:../../ # depend svgcolor # depend svn # depend svn-multi -# depend svn-prov +DEPENDS+= tex-svn-prov-[0-9]*:../../print/tex-svn-prov DEPENDS+= tex-svninfo-[0-9]*:../../print/tex-svninfo # depend swfigure # depend syntax --_----------=_1650076119129820--