Date: Sat, 29 Apr 2017 02:09:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439713 - in head/games/warzone2100: . files Message-ID: <201704290209.v3T29L3h085998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Apr 29 02:09:21 2017 New Revision: 439713 URL: https://svnweb.freebsd.org/changeset/ports/439713 Log: - Update to 3.2.3 Added: head/games/warzone2100/files/patch-lib_exceptionhandler_exceptionhandler.cpp (contents, props changed) head/games/warzone2100/files/patch-lib_netplay_netplay.cpp (contents, props changed) Deleted: head/games/warzone2100/files/patch-src_scripttabs.cpp Modified: head/games/warzone2100/Makefile head/games/warzone2100/distinfo head/games/warzone2100/pkg-plist Modified: head/games/warzone2100/Makefile ============================================================================== --- head/games/warzone2100/Makefile Sat Apr 29 00:51:58 2017 (r439712) +++ head/games/warzone2100/Makefile Sat Apr 29 02:09:21 2017 (r439713) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= warzone2100 -PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTVERSION= 3.2.3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/ @@ -53,6 +52,6 @@ post-patch: @${REINPLACE_CMD} -e '/INSTALL_DATA.*warzone2100.appdata.xml/d' ${WRKSRC}/icons/Makefile.* post-install: - @${RMDIR} ${STAGEDIR}${PREFIX}/share/appdata + @${RMDIR} ${STAGEDIR}${PREFIX}/share/metainfo .include <bsd.port.mk> Modified: head/games/warzone2100/distinfo ============================================================================== --- head/games/warzone2100/distinfo Sat Apr 29 00:51:58 2017 (r439712) +++ head/games/warzone2100/distinfo Sat Apr 29 02:09:21 2017 (r439713) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481277103 -SHA256 (warzone2100-3.2.2.tar.xz) = af5a8dfe9e9df3505ef2543e4e62afb1f61a4ee4cc903f8ff7785f3c79779d18 -SIZE (warzone2100-3.2.2.tar.xz) = 81296832 +TIMESTAMP = 1493412166 +SHA256 (warzone2100-3.2.3.tar.xz) = fcab9e860203e7dacda6ee60384da490a9d44aeafc07aa31ff25f9c548be7582 +SIZE (warzone2100-3.2.3.tar.xz) = 81314060 Added: head/games/warzone2100/files/patch-lib_exceptionhandler_exceptionhandler.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/warzone2100/files/patch-lib_exceptionhandler_exceptionhandler.cpp Sat Apr 29 02:09:21 2017 (r439713) @@ -0,0 +1,10 @@ +--- lib/exceptionhandler/exceptionhandler.cpp.orig 2017-04-23 13:12:16 UTC ++++ lib/exceptionhandler/exceptionhandler.cpp +@@ -120,6 +120,7 @@ static LONG WINAPI windowsExceptionHandl + + // POSIX headers: + # include <unistd.h> ++# include <errno.h> + # include <fcntl.h> + # include <time.h> + # include <sys/types.h> Added: head/games/warzone2100/files/patch-lib_netplay_netplay.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/warzone2100/files/patch-lib_netplay_netplay.cpp Sat Apr 29 02:09:21 2017 (r439713) @@ -0,0 +1,11 @@ +--- lib/netplay/netplay.cpp.orig 2017-04-23 13:12:16 UTC ++++ lib/netplay/netplay.cpp +@@ -1783,7 +1783,7 @@ static void NETcheckPlayers(void) + // We should not block here. + bool NETrecvNet(NETQUEUE *queue, uint8_t *type) + { +- switch (upnp_status) ++ switch ((int)upnp_status) + { + case UPNP_ERROR_CONTROL_NOT_AVAILABLE: + case UPNP_ERROR_DEVICE_NOT_FOUND: Modified: head/games/warzone2100/pkg-plist ============================================================================== --- head/games/warzone2100/pkg-plist Sat Apr 29 00:51:58 2017 (r439712) +++ head/games/warzone2100/pkg-plist Sat Apr 29 02:09:21 2017 (r439713) @@ -8,6 +8,7 @@ share/icons/warzone2100.png %%NLS%%share/locale/de/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/el/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/warzone2100.mo +%%NLS%%share/locale/eo/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/es/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/et_EE/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/fi/LC_MESSAGES/warzone2100.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704290209.v3T29L3h085998>