diff options
-rw-r--r-- | games/openrct2/Makefile | 11 | ||||
-rw-r--r-- | games/openrct2/distinfo | 10 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games/openrct2/Makefile b/games/openrct2/Makefile index 9ca27d80638a..531525225d8f 100644 --- a/games/openrct2/Makefile +++ b/games/openrct2/Makefile @@ -3,7 +3,7 @@ PORTNAME= openrct2 DISTVERSIONPREFIX= v -DISTVERSION= 0.2.6 +DISTVERSION= 0.3.0 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org @@ -22,14 +22,16 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig \ libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ - libicuuc.so:devel/icu + libicuuc.so:devel/icu \ + libbenchmark.so:devel/grpc \ + libduktape.so:lang/duktape-lib USES= cmake compiler:c++17-lang desktop-file-utils gnome gl iconv \ localbase:ldflags pkgconfig sdl shared-mime-info ssl USE_GITHUB= yes GH_ACCOUNT= OpenRCT2 GH_PROJECT= OpenRCT2 -GH_TUPLE= OpenRCT2:objects:v1.0.14:objects \ +GH_TUPLE= OpenRCT2:objects:v1.0.16:objects \ OpenRCT2:title-sequences:v0.1.2c:title_sequences USE_GL= gl USE_LDCONFIG= yes @@ -40,7 +42,8 @@ CMAKE_OFF= DOWNLOAD_TITLE_SEQUENCES \ DOWNLOAD_OBJECTS PORTDATA= * -PORTDOCS= changelog.txt contributors.md licence.txt readme.txt +PORTDOCS= changelog.txt contributors.md licence.txt openrct2.d.ts \ + readme.txt scripting.md INSTALLS_ICONS= yes diff --git a/games/openrct2/distinfo b/games/openrct2/distinfo index 5d4779c5e554..d2eeba62b8ea 100644 --- a/games/openrct2/distinfo +++ b/games/openrct2/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1588873821 -SHA256 (OpenRCT2-OpenRCT2-v0.2.6_GH0.tar.gz) = 0e05a709d3e07343cd72e4db4cb4f1a6d9956f8acf7da682d2a3940c3112776e -SIZE (OpenRCT2-OpenRCT2-v0.2.6_GH0.tar.gz) = 11094308 -SHA256 (OpenRCT2-objects-v1.0.14_GH0.tar.gz) = e019e60c0cc74da2367f744b3c56753f366eace12638400b1144e265b7abd74c -SIZE (OpenRCT2-objects-v1.0.14_GH0.tar.gz) = 707510 +TIMESTAMP = 1597878172 +SHA256 (OpenRCT2-OpenRCT2-v0.3.0_GH0.tar.gz) = 7c814732c7ec9b470618b1ae39c9935a9bfb995562f906f75e3ec3c8d71f2563 +SIZE (OpenRCT2-OpenRCT2-v0.3.0_GH0.tar.gz) = 11754657 +SHA256 (OpenRCT2-objects-v1.0.16_GH0.tar.gz) = ad2ef45fdf29b204faee3d37cd22a0a5b4030db180f024c16b55813a5db85ba3 +SIZE (OpenRCT2-objects-v1.0.16_GH0.tar.gz) = 921023 SHA256 (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 2f5734061ed859f9eeca821f3d483d9c95f773a40656eda74e9b65b298f19c7b SIZE (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 20478990 |