Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 10:08:36 +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: r513341 - head/games/openrct2
Message-ID:  <201909301008.x8UA8a7F004526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Sep 30 10:08:36 2019
New Revision: 513341
URL: https://svnweb.freebsd.org/changeset/ports/513341

Log:
  games/openrct2: fix build with Clang 9, add USES=xorg, update objects and title-sequences
  
  Merge upstream patch (by jbeich) to fix build with Clang 9.
  
  Add USES=xorg.
  
  Update objects and title-sequences.
  
  Submitted by:	jbeich (LLVM9 patch)
  Approved by:	tcberner (mentor)

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

Modified: head/games/openrct2/Makefile
==============================================================================
--- head/games/openrct2/Makefile	Mon Sep 30 10:06:34 2019	(r513340)
+++ head/games/openrct2/Makefile	Mon Sep 30 10:08:36 2019	(r513341)
@@ -4,9 +4,12 @@
 PORTNAME=	openrct2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	a5555649ec59.patch:-p1
+
 MAINTAINER=	pkubaj@FreeBSD.org
 COMMENT=	Open source re-implementation of RollerCoaster Tycoon 2
 
@@ -23,12 +26,12 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libicuuc.so:devel/icu
 
 USES=		cmake compiler:c++17-lang desktop-file-utils gnome gl iconv \
-		localbase:ldflags pkgconfig sdl shared-mime-info ssl
+		localbase:ldflags pkgconfig sdl shared-mime-info ssl xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenRCT2
 GH_PROJECT=	OpenRCT2
-GH_TUPLE=	OpenRCT2:objects:v1.0.11:objects \
-		OpenRCT2:title-sequences:v0.1.2b:title_sequences
+GH_TUPLE=	OpenRCT2:objects:v1.0.12:objects \
+		OpenRCT2:title-sequences:v0.1.2c:title_sequences
 USE_GL=		gl
 USE_LDCONFIG=	yes
 USE_SDL=	sdl2

Modified: head/games/openrct2/distinfo
==============================================================================
--- head/games/openrct2/distinfo	Mon Sep 30 10:06:34 2019	(r513340)
+++ head/games/openrct2/distinfo	Mon Sep 30 10:08:36 2019	(r513341)
@@ -1,7 +1,9 @@
-TIMESTAMP = 1562836280
+TIMESTAMP = 1569331401
 SHA256 (OpenRCT2-OpenRCT2-v0.2.3_GH0.tar.gz) = a1841247a513cf45ca0820f2fc2db81ae4f309742035cca4a280fe29b02b4727
 SIZE (OpenRCT2-OpenRCT2-v0.2.3_GH0.tar.gz) = 8106889
-SHA256 (OpenRCT2-objects-v1.0.11_GH0.tar.gz) = a91ab6496828dcc3cc5a38a67fa56b98cbc18ebf36cfdbd7228faab595f4d4fa
-SIZE (OpenRCT2-objects-v1.0.11_GH0.tar.gz) = 637640
-SHA256 (OpenRCT2-title-sequences-v0.1.2b_GH0.tar.gz) = f8988518c9591d285f7c867815ced31a0ddad1db076c07ab4044499ea28e586a
-SIZE (OpenRCT2-title-sequences-v0.1.2b_GH0.tar.gz) = 20475951
+SHA256 (OpenRCT2-objects-v1.0.12_GH0.tar.gz) = 12f3d9ce9c2141d18585a92a7570daf5b73edf1738ba36a356dfd3deec6d5218
+SIZE (OpenRCT2-objects-v1.0.12_GH0.tar.gz) = 637667
+SHA256 (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 2f5734061ed859f9eeca821f3d483d9c95f773a40656eda74e9b65b298f19c7b
+SIZE (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 20478990
+SHA256 (a5555649ec59.patch) = 4d77b7131a5400a0fec5335605165979545f95368291e7f80008170dd2744b5e
+SIZE (a5555649ec59.patch) = 879



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909301008.x8UA8a7F004526>