Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF2F284E58 for ; Sat, 17 Jun 2023 12:37:55 +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 H-OOC84iRs8W for ; Sat, 17 Jun 2023 12:37:55 +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 1A64E84CF8 for ; Sat, 17 Jun 2023 12:37:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09743FA89; Sat, 17 Jun 2023 12:37:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687005475149180" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 12:37:55 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-context To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230617123755.09743FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687005475149180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Jun 17 12:37:54 UTC 2023 Modified Files: pkgsrc/meta-pkgs/texlive-collection-context: Makefile Log Message: texlive-collection-context: +tex-context-{calendar-examples,collating-marks,pocketdiary,sudoku} To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \ pkgsrc/meta-pkgs/texlive-collection-context/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687005475149180 Content-Disposition: inline Content-Length: 2584 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-context/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-context/Makefile:1.12 pkgsrc/meta-pkgs/texlive-collection-context/Makefile:1.13 --- pkgsrc/meta-pkgs/texlive-collection-context/Makefile:1.12 Tue Apr 11 01:29:26 2023 +++ pkgsrc/meta-pkgs/texlive-collection-context/Makefile Sat Jun 17 12:37:54 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2023/04/11 01:29:26 markd Exp $ +# $NetBSD: Makefile,v 1.13 2023/06/17 12:37:54 markd Exp $ DISTNAME= collection-context -PKGNAME= texlive-${DISTNAME}-2023 +PKGNAME= texlive-${DISTNAME}-2023.67175 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 66802 +TEXLIVE_REV= 67175 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -18,9 +18,11 @@ DEPENDS+= tex-context-algorithmic-[0-9]* DEPENDS+= tex-context-animation-[0-9]*:../../print/tex-context-animation DEPENDS+= tex-context-annotation-[0-9]*:../../print/tex-context-annotation DEPENDS+= tex-context-bnf-[0-9]*:../../print/tex-context-bnf +DEPENDS+= tex-context-calendar-examples-[0-9]*:../../print/tex-context-calendar-examples DEPENDS+= tex-context-chromato-[0-9]*:../../print/tex-context-chromato DEPENDS+= tex-context-cmscbf-[0-9]*:../../print/tex-context-cmscbf DEPENDS+= tex-context-cmttbf-[0-9]*:../../print/tex-context-cmttbf +DEPENDS+= tex-context-collating-marks-[0-9]*:../../print/tex-context-collating-marks DEPENDS+= tex-context-construction-plan-[0-9]*:../../print/tex-context-construction-plan DEPENDS+= tex-context-cyrillicnumbers-[0-9]*:../../print/tex-context-cyrillicnumbers DEPENDS+= tex-context-degrade-[0-9]*:../../print/tex-context-degrade @@ -36,10 +38,12 @@ DEPENDS+= tex-context-letter-[0-9]*:../. DEPENDS+= tex-context-lettrine-[0-9]*:../../print/tex-context-lettrine DEPENDS+= tex-context-mathsets-[0-9]*:../../print/tex-context-mathsets # context-notes-zh-cn is documentation only +DEPENDS+= tex-context-pocketdiary-[0-9]*:../../print/tex-context-pocketdiary DEPENDS+= tex-context-rst-[0-9]*:../../print/tex-context-rst DEPENDS+= tex-context-ruby-[0-9]*:../../print/tex-context-ruby DEPENDS+= tex-context-simplefonts-[0-9]*:../../print/tex-context-simplefonts DEPENDS+= tex-context-simpleslides-[0-9]*:../../print/tex-context-simpleslides +DEPENDS+= tex-context-sudoku-[0-9]*:../../print/tex-context-sudoku DEPENDS+= tex-context-texlive-[0-9]*:../../print/tex-context-texlive DEPENDS+= tex-context-title-[0-9]*:../../print/tex-context-title DEPENDS+= tex-context-transliterator-[0-9]*:../../print/tex-context-transliterator --_----------=_1687005475149180--