Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9590F7AAB7 for ; Sun, 24 Jul 2016 17:15:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 346EC85EE7; Sun, 24 Jul 2016 11:49:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB7B885E47 for ; Sun, 24 Jul 2016 11:49:18 +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 MlKT1_lVAJmu for ; Sun, 24 Jul 2016 11:49:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B41F85E1A for ; Sun, 24 Jul 2016 11:49:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58B1DFBB5; Sun, 24 Jul 2016 11:49:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146936095852200" MIME-Version: 1.0 Date: Sun, 24 Jul 2016 11:49:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/games To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160724114918.58B1DFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146936095852200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 24 11:49:18 UTC 2016 Modified Files: pkgsrc/games: Makefile Log Message: + einstein-puzzle. To generate a diff of this commit: cvs rdiff -u -r1.391 -r1.392 pkgsrc/games/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146936095852200 Content-Disposition: inline Content-Length: 541 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/Makefile diff -u pkgsrc/games/Makefile:1.391 pkgsrc/games/Makefile:1.392 --- pkgsrc/games/Makefile:1.391 Sun Jul 24 02:36:48 2016 +++ pkgsrc/games/Makefile Sun Jul 24 11:49:18 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.391 2016/07/24 02:36:48 kamil Exp $ +# $NetBSD: Makefile,v 1.392 2016/07/24 11:49:18 wiz Exp $ # COMMENT= Games @@ -76,6 +76,7 @@ SUBDIR+= dopewars SUBDIR+= duckmaze SUBDIR+= dungeon SUBDIR+= eboard +SUBDIR+= einstein-puzzle SUBDIR+= enigma SUBDIR+= et SUBDIR+= eus-demo --_----------=_146936095852200--