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 08E467A219 for ; Thu, 28 Jul 2016 23:42:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AE68385F1A; Thu, 28 Jul 2016 23:42:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F59685F15 for ; Thu, 28 Jul 2016 23:42:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jHmESEQYA-Yh for ; Thu, 28 Jul 2016 23:42:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A404C84CED for ; Thu, 28 Jul 2016 23:42:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A24A0FBB5; Thu, 28 Jul 2016 23:42:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469749364268180" MIME-Version: 1.0 Date: Thu, 28 Jul 2016 23:42:44 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/games/batrachians To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20160728234244.A24A0FBB5@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. --_----------=_1469749364268180 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:44 UTC 2016 Modified Files: pkgsrc/games/batrachians: Makefile Log Message: Use better HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/batrachians/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469749364268180 Content-Disposition: inline Content-Length: 737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/batrachians/Makefile diff -u pkgsrc/games/batrachians/Makefile:1.1 pkgsrc/games/batrachians/Makefile:1.2 --- pkgsrc/games/batrachians/Makefile:1.1 Thu Jul 28 22:59:43 2016 +++ pkgsrc/games/batrachians/Makefile Thu Jul 28 23:42:44 2016 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2016/07/28 22:59:43 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/28 23:42:44 kamil Exp $ DISTNAME= batrachians-0.1.6 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html +HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/batrachians.html COMMENT= Fly-eating frog game LICENSE= gnu-gpl-v2 --_----------=_1469749364268180--