Date: Thu, 30 May 2019 07:58:06 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503053 - head/games/nxengine Message-ID: <201905300758.x4U7w6SO093671@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu May 30 07:58:05 2019 New Revision: 503053 URL: https://svnweb.freebsd.org/changeset/ports/503053 Log: games/nxengine: fix runtime on big-endian architectures Add patches for big-endian architectures. PR: 238109 Approved by: lifanov (maintainer), linimon (mentor) Modified: head/games/nxengine/Makefile head/games/nxengine/distinfo Modified: head/games/nxengine/Makefile ============================================================================== --- head/games/nxengine/Makefile Thu May 30 07:55:53 2019 (r503052) +++ head/games/nxengine/Makefile Thu May 30 07:58:05 2019 (r503053) @@ -2,6 +2,7 @@ PORTNAME= nxengine PORTVERSION= 2.6.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games MASTER_SITES+= https://www.cavestory.org/downloads/:data \ @@ -9,6 +10,10 @@ MASTER_SITES+= https://www.cavestory.org/downloads/:da DISTFILES+= ${PORTNAME}.png:icons \ cavestoryen.zip:data EXTRACT_ONLY= ${DISTFILES:[2..3]:S/:data//} + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= d38fcaf80ac5c4b1a2da51b5d1a605ed408a192f.patch:-p1 \ + f6bbeb2555e7c10dfdc04be57f20fedfc9f401af.patch:-p1 MAINTAINER= lifanov@FreeBSD.org COMMENT= Engine-rewrite of the classic platformer Cave Story Modified: head/games/nxengine/distinfo ============================================================================== --- head/games/nxengine/distinfo Thu May 30 07:55:53 2019 (r503052) +++ head/games/nxengine/distinfo Thu May 30 07:58:05 2019 (r503053) @@ -1,7 +1,11 @@ -TIMESTAMP = 1554788162 +TIMESTAMP = 1558728511 SHA256 (nxengine.png) = d6d8866939c10342bd3feebef311648586bed38f0390acbe16fd42f5240ff4e7 SIZE (nxengine.png) = 536 SHA256 (cavestoryen.zip) = aa87fa30bee9b4980640c7e104791354e0f1f6411ee0d45a70af70046aa0685f SIZE (cavestoryen.zip) = 1136575 SHA256 (nxengine-nxengine-evo-v2.6.4_GH0.tar.gz) = 482bb96ae0a778e17856a041237a5c53b581c0ed0e3b7da8bff9e70d283939f6 SIZE (nxengine-nxengine-evo-v2.6.4_GH0.tar.gz) = 3329255 +SHA256 (d38fcaf80ac5c4b1a2da51b5d1a605ed408a192f.patch) = e30eb1267bff04f695d5cdc918054eec90f30ce26da5ddb5a34b894c8a872c01 +SIZE (d38fcaf80ac5c4b1a2da51b5d1a605ed408a192f.patch) = 728 +SHA256 (f6bbeb2555e7c10dfdc04be57f20fedfc9f401af.patch) = 27ce7ea3e8aedc83e6b5137ebdba2b92e657083f5a11998e2a066b37e3e52947 +SIZE (f6bbeb2555e7c10dfdc04be57f20fedfc9f401af.patch) = 4057
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905300758.x4U7w6SO093671>