Received: by mail.netbsd.org (Postfix, from userid 605) id D6BB684D99; Sun, 6 Oct 2019 23:01:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F96784D78 for ; Sun, 6 Oct 2019 23:01: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 S2kRuemqIr30 for ; Sun, 6 Oct 2019 23:01: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 EE06D84CD8 for ; Sun, 6 Oct 2019 23:01:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB272FBF4; Sun, 6 Oct 2019 23:01:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157040286377650" MIME-Version: 1.0 Date: Sun, 6 Oct 2019 23:01:03 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/games To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20191006230103.EB272FBF4@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. --_----------=_157040286377650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sun Oct 6 23:01:03 UTC 2019 Modified Files: pkgsrc/games: Makefile Log Message: + tcl-theo To generate a diff of this commit: cvs rdiff -u -r1.460 -r1.461 pkgsrc/games/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157040286377650 Content-Disposition: inline Content-Length: 535 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/Makefile diff -u pkgsrc/games/Makefile:1.460 pkgsrc/games/Makefile:1.461 --- pkgsrc/games/Makefile:1.460 Thu Oct 3 06:22:44 2019 +++ pkgsrc/games/Makefile Sun Oct 6 23:01:03 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.460 2019/10/03 06:22:44 jnemeth Exp $ +# $NetBSD: Makefile,v 1.461 2019/10/06 23:01:03 kamil Exp $ # COMMENT= Games @@ -369,6 +369,7 @@ SUBDIR+= svb SUBDIR+= tads SUBDIR+= taisei SUBDIR+= tanked +SUBDIR+= tcl-theo SUBDIR+= teeworlds SUBDIR+= teg SUBDIR+= tetrinetx --_----------=_157040286377650--