Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FA0584E82 for ; Sat, 17 Jun 2023 11:16:20 +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 6qCeeOx6kmhD for ; Sat, 17 Jun 2023 11:16:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B12F284D46 for ; Sat, 17 Jun 2023 11:16:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEB34FA89; Sat, 17 Jun 2023 11:16:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168700057936970" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 11:16:19 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-games To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230617111619.AEB34FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168700057936970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Jun 17 11:16:19 UTC 2023 Modified Files: pkgsrc/meta-pkgs/texlive-collection-games: Makefile Log Message: texlive-collection-games: update to revision 67355 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/meta-pkgs/texlive-collection-games/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168700057936970 Content-Disposition: inline Content-Length: 966 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-games/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-games/Makefile:1.17 pkgsrc/meta-pkgs/texlive-collection-games/Makefile:1.18 --- pkgsrc/meta-pkgs/texlive-collection-games/Makefile:1.17 Mon Jun 5 00:06:55 2023 +++ pkgsrc/meta-pkgs/texlive-collection-games/Makefile Sat Jun 17 11:16:19 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2023/06/05 00:06:55 markd Exp $ +# $NetBSD: Makefile,v 1.18 2023/06/17 11:16:19 markd Exp $ DISTNAME= collection-games PKGNAME= texlive-${DISTNAME}-2023pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 66968 +TEXLIVE_REV= 67355 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -45,6 +45,7 @@ DEPENDS+= tex-go-[0-9]*:../../print/tex- # depend pas-crosswords # depend playcards DEPENDS+= tex-psgo-[0-9]*:../../graphics/tex-psgo +# depend quizztex # depend realtranspose # depend reverxii # depend rubik --_----------=_168700057936970--