Received: by mail.netbsd.org (Postfix, from userid 605) id 46A0A84D8E; Wed, 21 Apr 2021 15:35:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8160D84D88 for ; Wed, 21 Apr 2021 15:35:52 +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 IjU_P1xFdXs6 for ; Wed, 21 Apr 2021 15:35:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 18E4084CE7 for ; Wed, 21 Apr 2021 15:35:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16759FA95; Wed, 21 Apr 2021 15:35:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619019352203790" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 15:35:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/games/minami To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210421153552.16759FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619019352203790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 21 15:35:52 UTC 2021 Modified Files: pkgsrc/games/minami: Makefile Log Message: minami: update download site To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/games/minami/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619019352203790 Content-Disposition: inline Content-Length: 607 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/minami/Makefile diff -u pkgsrc/games/minami/Makefile:1.23 pkgsrc/games/minami/Makefile:1.24 --- pkgsrc/games/minami/Makefile:1.23 Mon Aug 31 18:09:34 2020 +++ pkgsrc/games/minami/Makefile Wed Apr 21 15:35:51 2021 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2020/08/31 18:09:34 wiz Exp $ -# +# $NetBSD: Makefile,v 1.24 2021/04/21 15:35:51 wiz Exp $ DISTNAME= minami-1.0.2 PKGREVISION= 9 CATEGORIES= games -MASTER_SITES= ftp://ftp.guru.gr.jp/pub/minami/ +MASTER_SITES= http://www.guru.gr.jp/~issei/minami/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1619019352203790--