Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2006 00:04:45 +0300
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        Pav Lucistnik <pav@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/94520: New port: games/flobopuyo Clone of the famous PuyoPuyo
Message-ID:  <20060318210445.GB57079@hades.panopticon>
In-Reply-To: <200603181625.k2IGPmhX017797@freefall.freebsd.org>
References:  <200603181625.k2IGPmhX017797@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Pav Lucistnik (pav@FreeBSD.org) wrote:

> => flobopuyo-0.20.tgz doesn't seem to exist in /usr/ports/distfiles/.
> => Attempting to fetch from http://www.ios-software.com/flobopuyo/.
> fetch: http://www.ios-software.com/flobopuyo/flobopuyo-0.20.tgz: size mismatch: expected 2949750, actual 2949681
> 
> Can you validate this?

Sure, here's what changed:

--- flobopuyo.diff begins here ---
diff -ruN old/flobopuyo-0.20/PuyoGame.h new/flobopuyo-0.20/PuyoGame.h
--- old/flobopuyo-0.20/PuyoGame.h	Sat Oct  9 02:41:13 2004
+++ new/flobopuyo-0.20/PuyoGame.h	Wed Mar 15 00:24:10 2006
@@ -46,7 +46,7 @@
     virtual ~PuyoPuyo() {};
     PuyoState getPuyoState();
     void setPuyoState(PuyoState state);
-    bool PuyoPuyo::isFalling();
+    bool isFalling();
     int getPuyoX() const;
     int getPuyoY() const;
     void setPuyoXY(int X, int Y);
--- diff ends here ---

And here's new distinfo:

--- new distinfo begins here ---
MD5 (flobopuyo-0.20.tgz) = 88961898c9dd48b60464f6f10f695b8b
SHA256 (flobopuyo-0.20.tgz) = 46d12af706fba7281e7f92f733e70cc38e9965a550e06a8a38ea4f65620da130
SIZE (flobopuyo-0.20.tgz) = 2949681
--- new distinfo ends here ---

-- 
Best regards,
 Dmitry                          mailto:amdmi3@mail.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060318210445.GB57079>