svn commit: r567728 - head/games/openrct2

Piotr Kubaj pkubaj at FreeBSD.org
Sun Mar 7 22:26:30 UTC 2021


Author: pkubaj
Date: Sun Mar  7 22:26:24 2021
New Revision: 567728
URL: https://svnweb.freebsd.org/changeset/ports/567728

Log:
  games/openrct2: update objects to 1.0.21
  
  Changelog:
  * Lots of translation updates
  * Use JSON identifier for scenery groups
  * Use new ride types where appropriate
  
  Also remove BROKEN on powerpc64, go doesn't work there anyway.

Modified:
  head/games/openrct2/Makefile
  head/games/openrct2/distinfo

Modified: head/games/openrct2/Makefile
==============================================================================
--- head/games/openrct2/Makefile	Sun Mar  7 22:24:41 2021	(r567727)
+++ head/games/openrct2/Makefile	Sun Mar  7 22:26:24 2021	(r567728)
@@ -4,7 +4,7 @@
 PORTNAME=	openrct2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 
 MAINTAINER=	pkubaj at FreeBSD.org
@@ -13,9 +13,6 @@ COMMENT=	Open source re-implementation of RollerCoaste
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/licence.txt
 
-BROKEN_FreeBSD_12_powerpc64=	fails to build: src/openrct2/util/Endian.h:9:24: error: unused function 'ORCT_Swapu16'
-BROKEN_FreeBSD_13_powerpc64=	fails to build: openrct2/common.h:96:10: error: #error Unknown endianess!
-
 BUILD_DEPENDS=	nlohmann-json>0:devel/nlohmann-json
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libzip.so:archivers/libzip \
@@ -32,7 +29,7 @@ USES=		cmake compiler:c++17-lang desktop-file-utils gn
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenRCT2
 GH_PROJECT=	OpenRCT2
-GH_TUPLE=	OpenRCT2:objects:v1.0.20:objects \
+GH_TUPLE=	OpenRCT2:objects:v1.0.21:objects \
 		OpenRCT2:title-sequences:v0.1.2c:title_sequences
 USE_GL=		gl
 USE_LDCONFIG=	yes

Modified: head/games/openrct2/distinfo
==============================================================================
--- head/games/openrct2/distinfo	Sun Mar  7 22:24:41 2021	(r567727)
+++ head/games/openrct2/distinfo	Sun Mar  7 22:26:24 2021	(r567728)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1612988510
+TIMESTAMP = 1615155620
 SHA256 (OpenRCT2-OpenRCT2-v0.3.2_GH0.tar.gz) = 66c1c7ae8c765397e324b1aac59907bd5197dbad88597133aaba8a9480627c36
 SIZE (OpenRCT2-OpenRCT2-v0.3.2_GH0.tar.gz) = 12749225
-SHA256 (OpenRCT2-objects-v1.0.20_GH0.tar.gz) = 68d645bc78e0375f812e1ea1a4e128cac89ce318a0a0077d49f2eb2ca591481e
-SIZE (OpenRCT2-objects-v1.0.20_GH0.tar.gz) = 943188
+SHA256 (OpenRCT2-objects-v1.0.21_GH0.tar.gz) = 31129188916dc9ba2318d851e03393ce55782f121ab7c9d97544abdc7bbc92ab
+SIZE (OpenRCT2-objects-v1.0.21_GH0.tar.gz) = 953663
 SHA256 (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 2f5734061ed859f9eeca821f3d483d9c95f773a40656eda74e9b65b298f19c7b
 SIZE (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 20478990


More information about the svn-ports-head mailing list