Received: by mail.netbsd.org (Postfix, from userid 605) id E7A1E84DDF; Mon, 29 Jul 2019 11:43:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7089B84DD2 for ; Mon, 29 Jul 2019 11:43:07 +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 1xu3TSnrbzwO for ; Mon, 29 Jul 2019 11:43:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CAE6584C81 for ; Mon, 29 Jul 2019 11:43:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4DE2FBF4; Mon, 29 Jul 2019 11:43:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1564400586282710" MIME-Version: 1.0 Date: Mon, 29 Jul 2019 11:43:06 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-games To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190729114306.C4DE2FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1564400586282710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Jul 29 11:43:06 UTC 2019 Modified Files: pkgsrc/meta-pkgs/texlive-collection-games: Makefile Log Message: texlive-collection-games: update to rev 51178 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 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. --_----------=_1564400586282710 Content-Disposition: inline Content-Length: 913 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.6 pkgsrc/meta-pkgs/texlive-collection-games/Makefile:1.7 --- pkgsrc/meta-pkgs/texlive-collection-games/Makefile:1.6 Wed May 15 11:42:53 2019 +++ pkgsrc/meta-pkgs/texlive-collection-games/Makefile Mon Jul 29 11:43:06 2019 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2019/05/15 11:42:53 markd Exp $ +# $NetBSD: Makefile,v 1.7 2019/07/29 11:43:06 markd Exp $ DISTNAME= collection-games PKGNAME= texlive-${DISTNAME}-2019pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 48514 +TEXLIVE_REV= 51178 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ @@ -25,6 +25,7 @@ DEPENDS+= tex-go-[0-9]*:../../print/tex- # depend hanoi # depend havannah # depend hexgame +# depend hmtrump # depend horoscop # depend jigsaw # depend labyrinth --_----------=_1564400586282710--