Received: by mail.netbsd.org (Postfix, from userid 605) id 092B984ECE; Sat, 17 Mar 2018 01:15:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22B2F84E45 for ; Sat, 17 Mar 2018 01:15:10 +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 EP_mr9P7whsc for ; Sat, 17 Mar 2018 01:15:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7A23084CE1 for ; Sat, 17 Mar 2018 01:15:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74398FB40; Sat, 17 Mar 2018 01:15:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152124930946440" MIME-Version: 1.0 Date: Sat, 17 Mar 2018 01:15:09 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/emulators/aranym To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180317011509.74398FB40@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. --_----------=_152124930946440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Mar 17 01:15:09 UTC 2018 Modified Files: pkgsrc/emulators/aranym: Makefile Log Message: Follow HOMEPAGE redirect To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/emulators/aranym/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152124930946440 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/aranym/Makefile diff -u pkgsrc/emulators/aranym/Makefile:1.35 pkgsrc/emulators/aranym/Makefile:1.36 --- pkgsrc/emulators/aranym/Makefile:1.35 Sun Jan 28 16:24:13 2018 +++ pkgsrc/emulators/aranym/Makefile Sat Mar 17 01:15:09 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2018/01/28 16:24:13 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2018/03/17 01:15:09 ryoon Exp $ # ETVER= 0.9.4 @@ -11,7 +11,7 @@ SITES.emutos-512k-${ETVER}.zip= ${MASTER DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-${ETVER}.zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://aranym.sourceforge.net/ +HOMEPAGE= https://aranym.github.io/ COMMENT= Atari Running on Any Machine LICENSE= gnu-gpl-v2 --_----------=_152124930946440--