Index: head/games/flobopuyo/Makefile =================================================================== --- head/games/flobopuyo/Makefile (revision 385601) +++ head/games/flobopuyo/Makefile (revision 385602) @@ -1,31 +1,34 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= flobopuyo PORTVERSION= 0.20 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= http://www.ios-software.com/flobopuyo/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Clone of the famous PuyoPuyo + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= bison gmake dos2unix tar:tgz DOS2UNIX_FILES= IosVector.cpp PuyoGame.cpp USE_SDL= sdl mixer image PLIST_FILES= bin/${PORTNAME} PORTDATA= * DESKTOP_ENTRIES="FloboPuyo" \ "Clone of the famous PuyoPuyo" \ "${DATADIR}/gfx/Neutral.png" \ "flobopuyo" \ "Game;BlocksGame;" \ false post-extract: @${FIND} ${WRKSRC} -name '._*' -delete .include Index: head/games/flobopuyo/files/patch-InputManager.cpp =================================================================== --- head/games/flobopuyo/files/patch-InputManager.cpp (nonexistent) +++ head/games/flobopuyo/files/patch-InputManager.cpp (revision 385602) @@ -0,0 +1,11 @@ +--- InputManager.cpp.orig 2004-10-09 07:41:12.000000000 +0900 ++++ InputManager.cpp 2015-05-06 22:08:05.341688383 +0900 +@@ -164,7 +164,7 @@ + } + + int JoystickAxisSwitch::id() const { +- return 3000 + which * 50 + axis + (maximum?1:0); ++ return 3000 + which * 50 + axis * 2 + (maximum?1:0); + } + + bool JoystickAxisSwitch::isArrowUp() const { Property changes on: head/games/flobopuyo/files/patch-InputManager.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property