diff options
author | wen <wen@FreeBSD.org> | 2018-09-30 23:32:44 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-09-30 23:32:44 +0800 |
commit | a1e4f07e596e29c0aded0cc72ef2dc68a163f201 (patch) | |
tree | 52371d53a41b2e53a68db621aa36ddf0f0b40f81 /games | |
parent | cbe2701ebd5c675ac475163493cbf882fe7b9a4c (diff) | |
download | freebsd-ports-gnome-a1e4f07e596e29c0aded0cc72ef2dc68a163f201.tar.gz freebsd-ports-gnome-a1e4f07e596e29c0aded0cc72ef2dc68a163f201.tar.zst freebsd-ports-gnome-a1e4f07e596e29c0aded0cc72ef2dc68a163f201.zip |
- Update to 3.2.2
- Update pkg-message
PR: 231792
Submitted by: devnexen@gmail.com(maintainer)
Differential Revision: https://reviews.freebsd.org/D17354
Diffstat (limited to 'games')
-rw-r--r-- | games/barony/Makefile | 2 | ||||
-rw-r--r-- | games/barony/distinfo | 6 | ||||
-rw-r--r-- | games/barony/files/patch-src_menu.cpp | 11 | ||||
-rw-r--r-- | games/barony/files/pkg-message.in | 6 |
4 files changed, 7 insertions, 18 deletions
diff --git a/games/barony/Makefile b/games/barony/Makefile index 54b13b3b3aa4..3b021e49701f 100644 --- a/games/barony/Makefile +++ b/games/barony/Makefile @@ -2,7 +2,7 @@ PORTNAME= barony DISTVERSIONPREFIX= v -DISTVERSION= 3.2.1 +DISTVERSION= 3.2.2 CATEGORIES= games MAINTAINER= devnexen@gmail.com diff --git a/games/barony/distinfo b/games/barony/distinfo index df72fc011e41..b4304b3eb166 100644 --- a/games/barony/distinfo +++ b/games/barony/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535897000 -SHA256 (TurningWheel-Barony-v3.2.1_GH0.tar.gz) = db12b9226c6c839a9d7636c70d1ad65a03f78b4c42a3b89c9ab6dd6b3022131a -SIZE (TurningWheel-Barony-v3.2.1_GH0.tar.gz) = 53413992 +TIMESTAMP = 1538315439 +SHA256 (TurningWheel-Barony-v3.2.2_GH0.tar.gz) = 29dd872d39ea5f9ae0db477a9d87c5e7c124b680c195d8cd7243621fecd6d8e6 +SIZE (TurningWheel-Barony-v3.2.2_GH0.tar.gz) = 53418154 diff --git a/games/barony/files/patch-src_menu.cpp b/games/barony/files/patch-src_menu.cpp deleted file mode 100644 index 079dbc5f32fa..000000000000 --- a/games/barony/files/patch-src_menu.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/menu.cpp.orig 2018-09-11 19:38:08 UTC -+++ src/menu.cpp -@@ -12266,7 +12266,7 @@ bool gamemodsClearAllMountedPaths() - for ( i = PHYSFS_getSearchPath(); *i != NULL; i++ ) - { - std::string line = *i; -- if ( line.compare(outputdir) != 0 && line.compare("./") != 0 ) // don't unmount the base ./ directory -+ if ( line.compare(outputdir) != 0 && line.compare(datadir) && line.compare("./") != 0 ) // don't unmount the base ./ directory - { - if ( PHYSFS_unmount(*i) == 0 ) - { diff --git a/games/barony/files/pkg-message.in b/games/barony/files/pkg-message.in index c32feb201f01..44c3f56181a7 100644 --- a/games/barony/files/pkg-message.in +++ b/games/barony/files/pkg-message.in @@ -1,9 +1,9 @@ Barony requires the original game files from Barony: Blessed Edition -(e.g. 3.1.x) to work properly. These can come from the GOG.com +(e.g. 3.2.x) to work properly. These can come from the GOG.com or the Steam versions of the game. If using the GOG.com version, you should download the Linux version -barony_cursed_edition_en_3_2_1_23267.sh and use the unzip command +barony_cursed_edition_en_3_2_2_24038.sh and use the unzip command line to extract the data. The files will be in a directory named data/noarch/game. You can @@ -13,7 +13,7 @@ permissions on the files. The easiest way to do this is to follow these steps: -$ unzip barony_cursed_edition_en_3_2_1_23267.sh +$ unzip barony_cursed_edition_en_3_2_2_24038.sh $ sudo cp -R data/noarch/game/* %%DATADIR%% $ sudo find %%DATADIR%% -type d ! -perm 755 -exec chmod 755 {} \; |