Received: by mail.netbsd.org (Postfix, from userid 605) id CE91E84D45; Sun, 30 Jul 2017 22:37:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F4CB84D4A for ; Sun, 30 Jul 2017 22:37:58 +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 fqeUiDFCeZS4 for ; Sun, 30 Jul 2017 22:37:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C121284D45 for ; Sun, 30 Jul 2017 22:37:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB9A8FACD; Sun, 30 Jul 2017 22:37:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501454277154040" MIME-Version: 1.0 Date: Sun, 30 Jul 2017 22:37:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/games/0verkill To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170730223757.BB9A8FACD@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. --_----------=_1501454277154040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 30 22:37:57 UTC 2017 Modified Files: pkgsrc/games/0verkill: Makefile Log Message: Comment out nonworking HOMEPAGE. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/0verkill/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1501454277154040 Content-Disposition: inline Content-Length: 772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/0verkill/Makefile diff -u pkgsrc/games/0verkill/Makefile:1.10 pkgsrc/games/0verkill/Makefile:1.11 --- pkgsrc/games/0verkill/Makefile:1.10 Mon Oct 21 09:50:36 2013 +++ pkgsrc/games/0verkill/Makefile Sun Jul 30 22:37:57 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/10/21 09:50:36 fhajny Exp $ +# $NetBSD: Makefile,v 1.11 2017/07/30 22:37:57 wiz Exp $ DISTNAME= 0verkill-0.16 PKGREVISION= 1 @@ -7,7 +7,7 @@ MASTER_SITES= http://artax.karlin.mff.cu EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://artax.karlin.mff.cuni.cz/~brain/0verkill/ +#HOMEPAGE= http://artax.karlin.mff.cuni.cz/~brain/0verkill/ COMMENT= 0verkill is bloody 2D action deathmatch-like game in ASCII-ART HAS_CONFIGURE= yes --_----------=_1501454277154040--