Index: head/games/7kaa/files/patch-src_common_OMISC.cpp =================================================================== --- head/games/7kaa/files/patch-src_common_OMISC.cpp (revision 423230) +++ head/games/7kaa/files/patch-src_common_OMISC.cpp (nonexistent) @@ -1,25 +0,0 @@ ---- src/common/OMISC.cpp.orig 2015-05-19 01:00:20 UTC -+++ src/common/OMISC.cpp -@@ -37,6 +37,7 @@ - #include - #include - #include -+#include - - #include - #include -@@ -755,10 +756,13 @@ char* Misc::format(double inNum, int for - - static char outBuf[35]; - char *outPtr=outBuf; -+ char floatBuf[35]; - char *floatStr; - int i, intDigit, sign; // intDigit = no. of integer digits - -- floatStr = fcvt( inNum, MONEY_DEC_PLACE, &intDigit, &sign ); -+ intDigit = snprintf(floatBuf, sizeof(floatBuf), "%.0lf", fabs(inNum) * 100.0); -+ intDigit -= 2; -+ floatStr = floatBuf; - - #ifdef DEBUG - if( intDigit > 29 ) // integer digits can't exceed 29 Property changes on: head/games/7kaa/files/patch-src_common_OMISC.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 Index: head/games/7kaa/Makefile =================================================================== --- head/games/7kaa/Makefile (revision 423230) +++ head/games/7kaa/Makefile (revision 423231) @@ -1,34 +1,31 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= 7kaa -PORTVERSION= 2.14.5 +PORTVERSION= 2.14.6 CATEGORIES= games MASTER_SITES= SF/skfans/7KAA%20${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Seven Kingdoms: Ancient Adversaries LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libenet.so:net/enet +USES= gmake localbase openal:al tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls # no translations ATM -USES= gmake openal:al tar:xz USE_SDL= sdl2 -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include - PLIST_FILES= bin/${PORTNAME} PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= DOCS post-install: - ${RM} -f ${STAGEDIR}${DOCSDIR}/COPYING + @${RM} -f ${STAGEDIR}${DOCSDIR}/COPYING .include Index: head/games/7kaa/distinfo =================================================================== --- head/games/7kaa/distinfo (revision 423230) +++ head/games/7kaa/distinfo (revision 423231) @@ -1,2 +1,3 @@ -SHA256 (7kaa-2.14.5.tar.xz) = c7f04fa640d324ed8f1523da49945acd0f1ee2a99e3ee82ee29b52d2f735e464 -SIZE (7kaa-2.14.5.tar.xz) = 31223408 +TIMESTAMP = 1473115708 +SHA256 (7kaa-2.14.6.tar.xz) = fcbe2d7fc12fab7a2c08a14317264c9f96a6ebca18b28f3fee78925442bdd573 +SIZE (7kaa-2.14.6.tar.xz) = 31220676