From owner-svn-ports-head@freebsd.org Sat Apr 29 02:09:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7371D544E7; Sat, 29 Apr 2017 02:09:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B67ED1934; Sat, 29 Apr 2017 02:09:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3T29Lm6086003; Sat, 29 Apr 2017 02:09:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3T29L3h085998; Sat, 29 Apr 2017 02:09:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201704290209.v3T29L3h085998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 29 Apr 2017 02:09:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439713 - in head/games/warzone2100: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2017 02:09:23 -0000 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 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 ++# include + # include + # include + # include 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