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 DAB7E7A219 for ; Thu, 28 Jul 2016 23:42:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8FA2885F1C; Thu, 28 Jul 2016 23:42:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1FAEE85F15 for ; Thu, 28 Jul 2016 23:42: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 zyUJJNgaBkfp for ; Thu, 28 Jul 2016 23:42:53 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 82B6784CED for ; Thu, 28 Jul 2016 23:42:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80F5DFBB5; Thu, 28 Jul 2016 23:42:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469749373259600" MIME-Version: 1.0 Date: Thu, 28 Jul 2016 23:42:53 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/games/burgerspace To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20160728234253.80F5DFBB5@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. --_----------=_1469749373259600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Thu Jul 28 23:42:53 UTC 2016 Modified Files: pkgsrc/games/burgerspace: Makefile Log Message: Use better HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/burgerspace/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469749373259600 Content-Disposition: inline Content-Length: 746 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/burgerspace/Makefile diff -u pkgsrc/games/burgerspace/Makefile:1.1 pkgsrc/games/burgerspace/Makefile:1.2 --- pkgsrc/games/burgerspace/Makefile:1.1 Thu Jul 28 23:18:26 2016 +++ pkgsrc/games/burgerspace/Makefile Thu Jul 28 23:42:53 2016 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2016/07/28 23:18:26 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/28 23:42:53 kamil Exp $ DISTNAME= burgerspace-1.9.2 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ MAINTAINER= pkgsrc-users@NetBSD.rog -HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html +HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html COMMENT= Hamburger-smashing video game LICENSE= gnu-gpl-v2 --_----------=_1469749373259600--