Index: head/games/mrboom/files/patch-Makefile =================================================================== --- head/games/mrboom/files/patch-Makefile (revision 446741) +++ head/games/mrboom/files/patch-Makefile (nonexistent) @@ -1,22 +0,0 @@ ---- Makefile.orig 2017-07-15 17:55:59 UTC -+++ Makefile -@@ -29,6 +29,8 @@ ifeq ($(shell uname -a),) - else ifneq ($(findstring Darwin,$(shell uname -a)),) - system_platform = osx - arch = intel -+else ifneq ($(findstring FreeBSD,$(shell uname -o)),) -+ system_platform = freebsd - ifeq ($(shell uname -p),powerpc) - arch = ppc - CFLAGS += -DMSB_FIRST -@@ -167,8 +169,10 @@ ifneq ($(DEBUG),) - CFLAGS += -g -pg -DDEBUG - LDFLAGS += -g -pg - else -+ifneq ($(system_platform),freebsd) - CFLAGS += -O3 - endif -+endif - - CFLAGS += -DMRBOOM -DGIT_VERSION=\"$(GIT_VERSION)\" - Property changes on: head/games/mrboom/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/mrboom/Makefile =================================================================== --- head/games/mrboom/Makefile (revision 446741) +++ head/games/mrboom/Makefile (revision 446742) @@ -1,43 +1,43 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= mrboom -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= games MAINTAINER= ehaupt@FreeBSD.org COMMENT= 8 players Bomberman clone LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libminizip.so:archivers/minizip \ libmodplug.so:audio/libmodplug USES= gmake USE_GITHUB= yes USE_SDL= sdl2 mixer2 GH_ACCOUNT= libretro GH_PROJECT= mrboom-libretro ALL_TARGET= mrboom CFLAGS+= `sdl2-config --cflags` LDFLAGS+= `sdl2-config --libs` MAKE_ENV+= LIBSDL2=1 PLIST_FILES= bin/mrboom man/man6/mrboom.6.gz \ share/applications/mrboom.desktop share/pixmaps/mrboom.png post-patch: @${REINPLACE_CMD} -E '/^GIT_VERSION/d' ${WRKSRC}/Makefile post-install: ${INSTALL_DATA} ${WRKSRC}/Assets/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/Assets/${PORTNAME}.desktop \ ${STAGEDIR}${DESKTOPDIR} .include Index: head/games/mrboom/distinfo =================================================================== --- head/games/mrboom/distinfo (revision 446741) +++ head/games/mrboom/distinfo (revision 446742) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500272082 -SHA256 (libretro-mrboom-libretro-3.5_GH0.tar.gz) = f45d492d6439cf1a86808b7d16d02278bb402d2a7a6d974a5aacf5410fceb997 -SIZE (libretro-mrboom-libretro-3.5_GH0.tar.gz) = 14824884 +TIMESTAMP = 1501165006 +SHA256 (libretro-mrboom-libretro-3.6_GH0.tar.gz) = 015b9d50b9c8f641f71c106799df721db49a6214a7cbaba13beccacfe07c5a08 +SIZE (libretro-mrboom-libretro-3.6_GH0.tar.gz) = 14826110