diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-12-26 13:39:30 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-12-26 13:39:30 +0800 |
commit | 8ea2d71958a7afa23a09d7d282381af89ef51e2a (patch) | |
tree | 8071df339dda52955a70310e13605e8204029a70 /games | |
parent | 206d4c04b6f4369ded8910d2b60edec61d973721 (diff) | |
download | freebsd-ports-gnome-8ea2d71958a7afa23a09d7d282381af89ef51e2a.tar.gz freebsd-ports-gnome-8ea2d71958a7afa23a09d7d282381af89ef51e2a.tar.zst freebsd-ports-gnome-8ea2d71958a7afa23a09d7d282381af89ef51e2a.zip |
games/openmw: update to 0.41.0
Changes: https://github.com/OpenMW/openmw/blob/openmw-0.41.0/CHANGELOG.md#0410
PR: 215564
Submitted by: Tobias Kortkamp (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/openmw/Makefile | 3 | ||||
-rw-r--r-- | games/openmw/distinfo | 6 | ||||
-rw-r--r-- | games/openmw/files/patch-apps_wizard_CMakeLists.txt | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/games/openmw/Makefile b/games/openmw/Makefile index 638085eef47b..f1352431eeb9 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= openmw -PORTVERSION= 0.40.0 +PORTVERSION= 0.41.0 DISTVERSIONPREFIX= openmw- -PORTREVISION= 2 CATEGORIES= games MAINTAINER= t@tobik.me diff --git a/games/openmw/distinfo b/games/openmw/distinfo index d79983810e77..3a163799f867 100644 --- a/games/openmw/distinfo +++ b/games/openmw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472037205 -SHA256 (OpenMW-openmw-openmw-0.40.0_GH0.tar.gz) = 3f3ad6f29713bd27cbab5dbad7010212b7eba906f3b5542b5c5effb53e5d7944 -SIZE (OpenMW-openmw-openmw-0.40.0_GH0.tar.gz) = 4849783 +TIMESTAMP = 1482715659 +SHA256 (OpenMW-openmw-openmw-0.41.0_GH0.tar.gz) = a3e1c7d060dc461b9b63ceb5d9ec56b90c1bdcbfd37f0c7c7310c38ec7e3e21d +SIZE (OpenMW-openmw-openmw-0.41.0_GH0.tar.gz) = 4884093 diff --git a/games/openmw/files/patch-apps_wizard_CMakeLists.txt b/games/openmw/files/patch-apps_wizard_CMakeLists.txt deleted file mode 100644 index df43b16e0814..000000000000 --- a/games/openmw/files/patch-apps_wizard_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/wizard/CMakeLists.txt.orig 2016-08-15 09:27:54 UTC -+++ apps/wizard/CMakeLists.txt -@@ -137,6 +137,7 @@ endif() - - # Workaround for binutil => 2.23 problem when linking, should be fixed eventually upstream - if (UNIX AND NOT APPLE) --target_link_libraries(openmw-wizard dl Xt) -+target_link_libraries(openmw-wizard Xt) - endif() - -+target_link_libraries(openmw-wizard boost_program_options) |