Received: by mail.netbsd.org (Postfix, from userid 605) id 1A91D84D48; Mon, 4 Sep 2017 18:36:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1CF984D36 for ; Mon, 4 Sep 2017 18:36:54 +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 2o_A3NfjmsWS for ; Mon, 4 Sep 2017 18:36:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 42ACD84D23 for ; Mon, 4 Sep 2017 18:36:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40B78FA97; Mon, 4 Sep 2017 18:36:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150455021455900" MIME-Version: 1.0 Date: Mon, 4 Sep 2017 18:36:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/games/quarry To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170904183654.40B78FA97@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. --_----------=_150455021455900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 4 18:36:54 UTC 2017 Modified Files: pkgsrc/games/quarry: Makefile Log Message: Comment out dead site. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/quarry/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150455021455900 Content-Disposition: inline Content-Length: 633 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/quarry/Makefile diff -u pkgsrc/games/quarry/Makefile:1.36 pkgsrc/games/quarry/Makefile:1.37 --- pkgsrc/games/quarry/Makefile:1.36 Mon Sep 4 18:00:55 2017 +++ pkgsrc/games/quarry/Makefile Mon Sep 4 18:36:54 2017 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2017/09/04 18:00:55 wiz Exp $ -# +# $NetBSD: Makefile,v 1.37 2017/09/04 18:36:54 wiz Exp $ DISTNAME= quarry-0.2.0 PKGREVISION= 27 CATEGORIES= games -MASTER_SITES= http://download.gna.org/quarry/ +#MASTER_SITES= http://download.gna.org/quarry/ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://home.gna.org/quarry/index.html --_----------=_150455021455900--