Date: Sun, 3 May 2020 19:40:27 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533806 - head/games/openra Message-ID: <202005031940.043JeRUg019929@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun May 3 19:40:27 2020 New Revision: 533806 URL: https://svnweb.freebsd.org/changeset/ports/533806 Log: games/openra: update to 20200503 Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20200503 MFH: 2020Q2 (for multiplayer) Modified: head/games/openra/Makefile (contents, props changed) head/games/openra/distinfo (contents, props changed) Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Sun May 3 19:38:33 2020 (r533805) +++ head/games/openra/Makefile Sun May 3 19:40:27 2020 (r533806) @@ -2,13 +2,14 @@ PORTNAME= openra DISTVERSIONPREFIX= release- -DISTVERSION= 20200202 -PORTREVISION= 3 +DISTVERSION= 20200503 CATEGORIES= games +MASTER_SITES= https://download.ip2location.com/lite/:ip2location +DISTFILES= IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP:ip2location PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 3abcb4772dbd.patch:-p1 # https://github.com/OpenRA/OpenRA/pull/17744 -PATCHFILES+= f2177f57e6f4.patch:-p1 # https://github.com/OpenRA/OpenRA/pull/17744 +PATCHFILES+= e13fd693c386.patch:-p1 # https://github.com/OpenRA/OpenRA/pull/17744 +PATCHFILES+= 85096c4ba2fb.patch:-p1 # https://github.com/OpenRA/OpenRA/pull/17744 MAINTAINER= jbeich@FreeBSD.org COMMENT= Multiplayer re-envisioning of early RTS games by Westwood Studios @@ -54,6 +55,9 @@ ALL_TARGET= all INSTALL_TARGET= install install-man-page \ install-linux-mime install-linux-shortcuts PORTDATA= * + +post-extract: + ${CP} ${_DISTDIR}/${DISTFILES:C/:.*//:MIP2LOCATION-*} ${WRKSRC} post-patch: ${REINPLACE_CMD} \ Modified: head/games/openra/distinfo ============================================================================== --- head/games/openra/distinfo Sun May 3 19:38:33 2020 (r533805) +++ head/games/openra/distinfo Sun May 3 19:40:27 2020 (r533806) @@ -1,4 +1,6 @@ -TIMESTAMP = 1580560421 +TIMESTAMP = 1587901122 +SHA256 (IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP) = 81d1d4b5743fd6aaebd93178954a0d502c76a85cad318a404f68c41ee37ac08d +SIZE (IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP) = 914610 SHA256 (maxmind.db.2.6.1.nupkg) = 3e24a3d777044793c363badae5b170090af9e973119d4ef721eebf192c3ea491 SIZE (maxmind.db.2.6.1.nupkg) = 112729 SHA256 (microsoft.netframework.referenceassemblies.1.0.0.nupkg) = e9f68f4388da158dce186564de564a5be0c465a20e059ff01ea6e20d3b114759 @@ -43,9 +45,9 @@ SHA256 (stylecop.analyzers.1.1.118.nupkg) = 0a30b57f9c SIZE (stylecop.analyzers.1.1.118.nupkg) = 377566 SHA256 (rix0rrr.beaconlib.1.0.2.nupkg) = a49c7c050f4a4d1f1ca174ae6d4be8b6630cd1869cccb321dcd26c74e1891e38 SIZE (rix0rrr.beaconlib.1.0.2.nupkg) = 24329 -SHA256 (openra-OpenRA-release-20200202_GH0.tar.gz) = 2e7b6131d76875ff8ed0e288b06cbe617e5e4cdb4c4fd98812dc17a541a5284f -SIZE (openra-OpenRA-release-20200202_GH0.tar.gz) = 26549978 -SHA256 (3abcb4772dbd.patch) = 77204b56ae1d2152e3bdcab504820bba86ad64df62b353dc2ce5d1e6476dfca0 -SIZE (3abcb4772dbd.patch) = 68286 -SHA256 (f2177f57e6f4.patch) = 440351bf739be39f2830fdf4295f609034d7bd73d6a9aa46bc285280bcbd701c -SIZE (f2177f57e6f4.patch) = 1470 +SHA256 (openra-OpenRA-release-20200503_GH0.tar.gz) = 11ee0aa738c6e7fc4f39ab23f029a280a29530e28096c7da78eb12b12f1a854f +SIZE (openra-OpenRA-release-20200503_GH0.tar.gz) = 27619299 +SHA256 (e13fd693c386.patch) = 7b70ac937272b0ee1281de57f53cc120d3c96e278e5a7369544b5e1edc382dc0 +SIZE (e13fd693c386.patch) = 71562 +SHA256 (85096c4ba2fb.patch) = 6405d833f6e42886cd1b25f21c02b02801f38c4ee6f45a25cbeb44d1782126db +SIZE (85096c4ba2fb.patch) = 1470
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005031940.043JeRUg019929>