From owner-svn-ports-all@freebsd.org Thu May 7 23:00:59 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C0612E829F; Thu, 7 May 2020 23:00:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49J88B6bfKz3Nbm; Thu, 7 May 2020 23:00:58 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD9EC2099C; Thu, 7 May 2020 23:00:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 047N0wot059052; Thu, 7 May 2020 23:00:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 047N0wLO059051; Thu, 7 May 2020 23:00:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202005072300.047N0wLO059051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 7 May 2020 23:00:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r534303 - branches/2020Q2/games/openra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q2/games/openra X-SVN-Commit-Revision: 534303 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2020 23:00:59 -0000 Author: jbeich Date: Thu May 7 23:00:58 2020 New Revision: 534303 URL: https://svnweb.freebsd.org/changeset/ports/534303 Log: MFH: r533806 games/openra: update to 20200503 Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20200503 Approved by: ports-secteam (joneum) Modified: branches/2020Q2/games/openra/Makefile branches/2020Q2/games/openra/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/games/openra/Makefile ============================================================================== --- branches/2020Q2/games/openra/Makefile Thu May 7 22:58:07 2020 (r534302) +++ branches/2020Q2/games/openra/Makefile Thu May 7 23:00:58 2020 (r534303) @@ -2,16 +2,18 @@ PORTNAME= openra DISTVERSIONPREFIX= release- -DISTVERSION= 20200202 +DISTVERSION= 20200503 CATEGORIES= games MASTER_SITES= https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20190907/:SDL2_CS \ - https://github.com/${GH_ACCOUNT}/OpenAL-CS/releases/download/20190907/:OpenAL_CS \ - https://github.com/${GH_ACCOUNT}/Eluant/releases/download/20160124/:Eluant + https://github.com/${GH_ACCOUNT}/OpenAL-CS/releases/download/20200316/:OpenAL_CS \ + https://github.com/${GH_ACCOUNT}/Eluant/releases/download/20160124/:Eluant \ + https://download.ip2location.com/lite/:ip2location DISTFILES= SDL2-CS.dll:SDL2_CS \ SDL2-CS.dll.config:SDL2_CS \ OpenAL-CS.dll:OpenAL_CS \ OpenAL-CS.dll.config:OpenAL_CS \ - Eluant.dll:Eluant + Eluant.dll:Eluant \ + IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP:ip2location EXTRACT_ONLY= ${DISTFILES:C/:.*//:N*.config:N*.dll:N*.nupkg} MAINTAINER= jbeich@FreeBSD.org @@ -23,7 +25,6 @@ BUILD_DEPENDS= msbuild:devel/msbuild LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgdiplus.so:x11-toolkits/libgdiplus NUGET_DEPENDS= FuzzyLogicLibrary=1.2.0 \ - MaxMind.Db=2.0.0 \ NUnit=3.0.1 \ NUnit.Console=3.0.1 \ Open.NAT=2.1.0 \ @@ -57,6 +58,7 @@ TEST_ALL_TARGET=test post-extract: ${CP} ${DISTFILES:C/:.*//:N*.nupkg:N*.tar*:S,^,${_DISTDIR}/,} \ ${NUGET_PACKAGEDIR} + ${CP} ${_DISTDIR}/${DISTFILES:C/:.*//:MIP2LOCATION-*} ${WRKSRC} post-patch: ${REINPLACE_CMD} \ Modified: branches/2020Q2/games/openra/distinfo ============================================================================== --- branches/2020Q2/games/openra/distinfo Thu May 7 22:58:07 2020 (r534302) +++ branches/2020Q2/games/openra/distinfo Thu May 7 23:00:58 2020 (r534303) @@ -1,18 +1,18 @@ -TIMESTAMP = 1580560421 +TIMESTAMP = 1587901122 SHA256 (SDL2-CS.dll) = b06c14a771d14cb37210f476dfd973d4e7d80d97f90566bd5bc78996ade4f7a0 SIZE (SDL2-CS.dll) = 80896 SHA256 (SDL2-CS.dll.config) = 7d75ef450e1ceb3f61e77a0513b034a5bc2e754065182bc1bc9134ac664da6bd SIZE (SDL2-CS.dll.config) = 257 SHA256 (OpenAL-CS.dll) = 4cc20a160107748a8e13dfc5e29f9daacf2675e4b302e066bfbe4a1be0596015 SIZE (OpenAL-CS.dll) = 19456 -SHA256 (OpenAL-CS.dll.config) = 12704a902127e3f67e7d9a3e2331bf2d65e008b59ab96d132807add14e0f2a1c -SIZE (OpenAL-CS.dll.config) = 304 +SHA256 (OpenAL-CS.dll.config) = b443d4546c18d2e4a856fdfbd14b11f31a7045f1991f175a357e2c4c2feb4c06 +SIZE (OpenAL-CS.dll.config) = 271 SHA256 (Eluant.dll) = 218c4ea5424b44d746b5343563123beebc652fd9731967dfd49fed071b58df31 SIZE (Eluant.dll) = 71168 +SHA256 (IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP) = 81d1d4b5743fd6aaebd93178954a0d502c76a85cad318a404f68c41ee37ac08d +SIZE (IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP) = 914610 SHA256 (fuzzylogiclibrary.1.2.0.nupkg) = ca8caf33637ae661dfdd5797589f034950d2fcb4f7192ee858830f6e2525df3f SIZE (fuzzylogiclibrary.1.2.0.nupkg) = 80141 -SHA256 (maxmind.db.2.0.0.nupkg) = 98595abd21c735fe8bb84911a7b254f5d37c910818411f8edded7378e3e7c181 -SIZE (maxmind.db.2.0.0.nupkg) = 28890 SHA256 (nunit.3.0.1.nupkg) = eb0b156b44142622d7cd573073d6dc925f8529f2860637325f5af85f94db423c SIZE (nunit.3.0.1.nupkg) = 1000576 SHA256 (nunit.console.3.0.1.nupkg) = 164ce9124d769ac994a79234e59ce51a21be5089e86210666abfef0791ade07f @@ -27,5 +27,5 @@ SHA256 (stylecopplus.msbuild.4.7.49.5.nupkg) = c98225a SIZE (stylecopplus.msbuild.4.7.49.5.nupkg) = 134291 SHA256 (rix0rrr.beaconlib.1.0.1.nupkg) = ed4d44f176af53a2fcb31b35def9a5af4cd42bb3639bc2c458f843d991f074ec SIZE (rix0rrr.beaconlib.1.0.1.nupkg) = 17989 -SHA256 (openra-OpenRA-release-20200202_GH0.tar.gz) = 2e7b6131d76875ff8ed0e288b06cbe617e5e4cdb4c4fd98812dc17a541a5284f -SIZE (openra-OpenRA-release-20200202_GH0.tar.gz) = 26549978 +SHA256 (openra-OpenRA-release-20200503_GH0.tar.gz) = 11ee0aa738c6e7fc4f39ab23f029a280a29530e28096c7da78eb12b12f1a854f +SIZE (openra-OpenRA-release-20200503_GH0.tar.gz) = 27619299