Index: head/games/armagetronad/Makefile =================================================================== --- head/games/armagetronad/Makefile (revision 526559) +++ head/games/armagetronad/Makefile (revision 526560) @@ -1,47 +1,46 @@ # $FreeBSD$ PORTNAME= armagetronad -DISTVERSION= 0.2.8.3.4 +DISTVERSION= 0.2.8.3.5 DISTVERSIONSUFFIX= .src -PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/stable/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Tron clone in 3D LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libpng.so:graphics/png USES= autoreconf desktop-file-utils gl gmake gnome jpeg sdl GNU_CONFIGURE= yes USE_SDL= image mixer sdl USE_GL= gl glu USE_GNOME= libxml2 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CONFIGURE_ARGS= --disable-etc --disable-games --enable-music INSTALLS_ICONS= yes BINARY_ALIAS= sdl11-config=sdl-config OPTIONS_DEFINE= DOCS PORTDOCS= * post-install: @${MV} ${STAGEDIR}${DATADIR}/desktop/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}/${PORTNAME}.desktop .for SZ in 16 32 48 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps .endfor @${MV} ${STAGEDIR}${DATADIR}/desktop/icons/small/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/${PORTNAME}.png @${MV} ${STAGEDIR}${DATADIR}/desktop/icons/medium/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png @${MV} ${STAGEDIR}${DATADIR}/desktop/icons/large/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png @${RM} -r ${STAGEDIR}${DATADIR}/desktop .include Index: head/games/armagetronad/distinfo =================================================================== --- head/games/armagetronad/distinfo (revision 526559) +++ head/games/armagetronad/distinfo (revision 526560) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563837617 -SHA256 (armagetronad-0.2.8.3.4.src.tar.gz) = 446af57c614ed28b4aa1d5a0d818c9d67a621bf7832b9276c3029c0f5006fedd -SIZE (armagetronad-0.2.8.3.4.src.tar.gz) = 2217387 +TIMESTAMP = 1582191189 +SHA256 (armagetronad-0.2.8.3.5.src.tar.gz) = b4c993558c08806c40e3c7095437451ffe9bc3d3f8c0310e58c50a81153446fc +SIZE (armagetronad-0.2.8.3.5.src.tar.gz) = 2096771 Index: head/games/armagetronad/files/patch-src_tron_gCycle.cpp =================================================================== --- head/games/armagetronad/files/patch-src_tron_gCycle.cpp (revision 526559) +++ head/games/armagetronad/files/patch-src_tron_gCycle.cpp (nonexistent) @@ -1,16 +0,0 @@ -This is a fix for a bug in how std::autoptr is handled. -clang complains: -gCycle.cpp:*:*: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true - [-Wundefined-bool-conversion] - ---- src/tron/gCycle.cpp.orig 2011-09-11 10:41:47 UTC -+++ src/tron/gCycle.cpp -@@ -2712,7 +2712,7 @@ bool gCycle::Timestep(REAL currentTime){ - gCycleChatBot & bot = gCycleChatBot::Get( this ); - bot.Activate( currentTime ); - } -- else if ( &(*chatBot_) ) -+ else if ( chatBot_.get() ) - { - chatBot_->nextChatAI_ = 0; - } Property changes on: head/games/armagetronad/files/patch-src_tron_gCycle.cpp ___________________________________________________________________ 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