Page MenuHomeFreeBSD

D57985.diff
No OneTemporary

D57985.diff

diff --git a/games/openmw/Makefile b/games/openmw/Makefile
--- a/games/openmw/Makefile
+++ b/games/openmw/Makefile
@@ -1,12 +1,9 @@
PORTNAME= openmw
DISTVERSIONPREFIX= openmw-
-DISTVERSION= 0.50.0
+DISTVERSION= 0.51.0
PORTREVISION= 1
CATEGORIES= games
-PATCH_SITES+= https://github.com/OpenMW/${PORTNAME}/commit/
-PATCHFILES+= 307a131ca09f705b97f15ede1f702630cca6b396.diff:-p1
-
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Unofficial open source engine reimplementation of the game Morrowind
WWW= https://openmw.org/
diff --git a/games/openmw/distinfo b/games/openmw/distinfo
--- a/games/openmw/distinfo
+++ b/games/openmw/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1777680861
-SHA256 (OpenMW-openmw-openmw-0.50.0_GH0.tar.gz) = 7093a8cef26585220658569eb84636c5ab901e82f74c8a3f7a3a8aec35bfc54c
-SIZE (OpenMW-openmw-openmw-0.50.0_GH0.tar.gz) = 6244084
-SHA256 (307a131ca09f705b97f15ede1f702630cca6b396.diff) = 08aa2a262822f6c187a888a06de1443a12baf0c73868898a3c76cdc8e4c5f41e
-SIZE (307a131ca09f705b97f15ede1f702630cca6b396.diff) = 631
+TIMESTAMP = 1783591398
+SHA256 (OpenMW-openmw-openmw-0.51.0_GH0.tar.gz) = 7a65e63a5687ff0d51f319ebd529a9e93770fed3cc5408201de4588d1140f144
+SIZE (OpenMW-openmw-openmw-0.51.0_GH0.tar.gz) = 6325148
diff --git a/games/openmw/pkg-plist b/games/openmw/pkg-plist
--- a/games/openmw/pkg-plist
+++ b/games/openmw/pkg-plist
@@ -25,6 +25,7 @@
%%DATADIR%%/resources/lua_api/openmw/animation.lua
%%DATADIR%%/resources/lua_api/openmw/async.lua
%%DATADIR%%/resources/lua_api/openmw/camera.lua
+%%DATADIR%%/resources/lua_api/openmw/content.lua
%%DATADIR%%/resources/lua_api/openmw/core.lua
%%DATADIR%%/resources/lua_api/openmw/debug.lua
%%DATADIR%%/resources/lua_api/openmw/input.lua
@@ -67,6 +68,8 @@
%%DATADIR%%/resources/shaders/compatibility/normals.glsl
%%DATADIR%%/resources/shaders/compatibility/objects.frag
%%DATADIR%%/resources/shaders/compatibility/objects.vert
+%%DATADIR%%/resources/shaders/compatibility/outline.frag
+%%DATADIR%%/resources/shaders/compatibility/outline.vert
%%DATADIR%%/resources/shaders/compatibility/ripples_blobber.frag
%%DATADIR%%/resources/shaders/compatibility/ripples_simulate.frag
%%DATADIR%%/resources/shaders/compatibility/shadowcasting.frag
@@ -77,6 +80,8 @@
%%DATADIR%%/resources/shaders/compatibility/sky.vert
%%DATADIR%%/resources/shaders/compatibility/terrain.frag
%%DATADIR%%/resources/shaders/compatibility/terrain.vert
+%%DATADIR%%/resources/shaders/compatibility/terrain_composite.frag
+%%DATADIR%%/resources/shaders/compatibility/terrain_composite.vert
%%DATADIR%%/resources/shaders/compatibility/vertexcolors.glsl
%%DATADIR%%/resources/shaders/compatibility/water.frag
%%DATADIR%%/resources/shaders/compatibility/water.vert
@@ -105,18 +110,21 @@
%%DATADIR%%/resources/shaders/lib/water/fresnel.glsl
%%DATADIR%%/resources/shaders/lib/water/rain_ripples.glsl
%%DATADIR%%/resources/shaders/lib/water/ripples.glsl
+%%DATADIR%%/resources/translations/components_bg.qm
%%DATADIR%%/resources/translations/components_de.qm
%%DATADIR%%/resources/translations/components_en.qm
%%DATADIR%%/resources/translations/components_fr.qm
%%DATADIR%%/resources/translations/components_pl.qm
%%DATADIR%%/resources/translations/components_ru.qm
%%DATADIR%%/resources/translations/components_sv.qm
+%%DATADIR%%/resources/translations/launcher_bg.qm
%%DATADIR%%/resources/translations/launcher_de.qm
%%DATADIR%%/resources/translations/launcher_en.qm
%%DATADIR%%/resources/translations/launcher_fr.qm
%%DATADIR%%/resources/translations/launcher_pl.qm
%%DATADIR%%/resources/translations/launcher_ru.qm
%%DATADIR%%/resources/translations/launcher_sv.qm
+%%DATADIR%%/resources/translations/wizard_bg.qm
%%DATADIR%%/resources/translations/wizard_de.qm
%%DATADIR%%/resources/translations/wizard_en.qm
%%DATADIR%%/resources/translations/wizard_fr.qm
@@ -124,6 +132,7 @@
%%DATADIR%%/resources/translations/wizard_ru.qm
%%DATADIR%%/resources/translations/wizard_sv.qm
%%DATADIR%%/resources/version
+%%DATADIR%%/resources/vfs-mw/builtin.omwscripts
%%DATADIR%%/resources/vfs-mw/l10n/Calendar/de.yaml
%%DATADIR%%/resources/vfs-mw/l10n/Calendar/en.yaml
%%DATADIR%%/resources/vfs-mw/l10n/Calendar/fr.yaml
@@ -132,8 +141,19 @@
%%DATADIR%%/resources/vfs-mw/l10n/Calendar/ru.yaml
%%DATADIR%%/resources/vfs-mw/l10n/Calendar/sv.yaml
%%DATADIR%%/resources/vfs-mw/l10n/Interface/gmst.yaml
+%%DATADIR%%/resources/vfs-mw/l10n/Mechanics/gmst.yaml
%%DATADIR%%/resources/vfs-mw/l10n/OMWEngine/gmst.yaml
%%DATADIR%%/resources/vfs-mw/openmw_aux/calendarconfig.lua
+%%DATADIR%%/resources/vfs-mw/scripts/omw/cellhandlers.lua
+%%DATADIR%%/resources/vfs-mw/scripts/omw/combat/common.lua
+%%DATADIR%%/resources/vfs-mw/scripts/omw/combat/global.lua
+%%DATADIR%%/resources/vfs-mw/scripts/omw/combat/local.lua
+%%DATADIR%%/resources/vfs-mw/scripts/omw/combat/menu.lua
+%%DATADIR%%/resources/vfs-mw/scripts/omw/esmfallbacks.lua
+%%DATADIR%%/resources/vfs-mw/scripts/omw/music/helpers.lua
+%%DATADIR%%/resources/vfs-mw/scripts/omw/music/music.lua
+%%DATADIR%%/resources/vfs-mw/scripts/omw/music/settings.lua
+%%DATADIR%%/resources/vfs-mw/scripts/omw/playerskillhandlers.lua
%%DATADIR%%/resources/vfs/animations/animation-config.yaml
%%DATADIR%%/resources/vfs/builtin.omwscripts
%%DATADIR%%/resources/vfs/fonts/DejaVuFontLicense.txt
@@ -293,11 +313,7 @@
%%DATADIR%%/resources/vfs/scripts/omw/camera/move360.lua
%%DATADIR%%/resources/vfs/scripts/omw/camera/settings.lua
%%DATADIR%%/resources/vfs/scripts/omw/camera/third_person.lua
-%%DATADIR%%/resources/vfs/scripts/omw/cellhandlers.lua
-%%DATADIR%%/resources/vfs/scripts/omw/combat/common.lua
-%%DATADIR%%/resources/vfs/scripts/omw/combat/global.lua
-%%DATADIR%%/resources/vfs/scripts/omw/combat/local.lua
-%%DATADIR%%/resources/vfs/scripts/omw/combat/menu.lua
+%%DATADIR%%/resources/vfs/scripts/omw/combat/interface.lua
%%DATADIR%%/resources/vfs/scripts/omw/console/global.lua
%%DATADIR%%/resources/vfs/scripts/omw/console/local.lua
%%DATADIR%%/resources/vfs/scripts/omw/console/menu.lua
@@ -313,9 +329,6 @@
%%DATADIR%%/resources/vfs/scripts/omw/mechanics/globalcontroller.lua
%%DATADIR%%/resources/vfs/scripts/omw/mechanics/playercontroller.lua
%%DATADIR%%/resources/vfs/scripts/omw/music/actor.lua
-%%DATADIR%%/resources/vfs/scripts/omw/music/helpers.lua
-%%DATADIR%%/resources/vfs/scripts/omw/music/music.lua
-%%DATADIR%%/resources/vfs/scripts/omw/music/settings.lua
%%DATADIR%%/resources/vfs/scripts/omw/mwui/borders.lua
%%DATADIR%%/resources/vfs/scripts/omw/mwui/constants.lua
%%DATADIR%%/resources/vfs/scripts/omw/mwui/filters.lua
@@ -337,6 +350,7 @@
%%DATADIR%%/resources/vfs/shaders/debug.omwfx
%%DATADIR%%/resources/vfs/shaders/internal_distortion.omwfx
%%DATADIR%%/resources/vfs/textures/omw/water_nm.png
+%%DATADIR%%/resources/vfs/textures/omw_map_color_palette.dds
%%DATADIR%%/resources/vfs/textures/omw_menu_icon_active.dds
%%DATADIR%%/resources/vfs/textures/omw_menu_scroll_center_h.dds
%%DATADIR%%/resources/vfs/textures/omw_menu_scroll_center_v.dds
@@ -372,6 +386,5 @@
%%DATADIR%%/resources/vfs/textures/omw_xbox_button_lt.dds
%%DATADIR%%/resources/vfs/textures/omw_xbox_button_rb.dds
%%DATADIR%%/resources/vfs/textures/omw_xbox_button_rt.dds
-
share/pixmaps/openmw-cs.png
share/pixmaps/openmw.png

File Metadata

Mime Type
text/plain
Expires
Fri, Sep 18, 4:52 AM (6 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39120434
Default Alt Text
D57985.diff (7 KB)

Event Timeline