<pre style='margin:0'>
Haren S (harens) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cd63a5dd8e5c04f77a2855543531737e609b4142">https://github.com/macports/macports-ports/commit/cd63a5dd8e5c04f77a2855543531737e609b4142</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new cd63a5dd8e5 unciv: update to 4.5.6
</span>cd63a5dd8e5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cd63a5dd8e5c04f77a2855543531737e609b4142
</span>Author: harens <12570877+harens@users.noreply.github.com>
AuthorDate: Sat Mar 11 19:26:07 2023 +0000

<span style='display:block; white-space:pre;color:#404040;'>    unciv: update to 4.5.6
</span>---
 games/unciv/Portfile                             | 8 ++++----
 games/unciv/files/patch-remove-mobile-build.diff | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/unciv/Portfile b/games/unciv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9b026361c9f..1a1d40018f0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/unciv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/unciv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           app 1.0
</span> PortGroup           java 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        yairm210 Unciv 4.5.5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        yairm210 Unciv 4.5.6
</span> name                unciv
 github.tarball_from archive
 revision            0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,9 +31,9 @@ master_sites-append https://services.gradle.org/distributions/
</span> distfiles-append    ${gradle_distfile}
 
 checksums           ${main_distfile} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    rmd160  b0a530ee0c2a326b08e2de62d1be4d63493cd639 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  40b008ba69ff33356ed3888b9d819c53e93fc7e3c7248918e818752d7f2e141c \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    43814135 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    rmd160  ee8896e2ba7f6460c3986c4d5bbc538d3e1b3bbc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  1415316f280b11b0331e696deaa2022a45f9b848e3c7c12772fcbd040e7b3c88 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    43839911 \
</span>                     ${gradle_distfile} \
                     rmd160  9a359c0a1f37cbaef3feffbf6f822de21dc86601 \
                     sha256  cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/unciv/files/patch-remove-mobile-build.diff b/games/unciv/files/patch-remove-mobile-build.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index d79c40ecf72..423b1972745 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/unciv/files/patch-remove-mobile-build.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/unciv/files/patch-remove-mobile-build.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,8 +4,8 @@ Follow the AUR's fix and remove the android section completely.
</span> 
 Also fixes errors relating to robovm dependency by removing the ios build.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- build.gradle.kts.original   2023-03-05 18:11:22.000000000 +0000
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ build.gradle.kts       2023-03-05 18:11:38.000000000 +0000
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- build.gradle.kts.original      2023-03-11 19:18:53.000000000 +0000
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ build.gradle.kts       2023-03-11 19:19:24.000000000 +0000
</span> @@ -80,36 +80,6 @@
  
  }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,7 @@ Also fixes errors relating to robovm dependency by removing the ios build.
</span> -    dependencies {
 -        "implementation"(project(":core"))
 -        "implementation"("com.badlogicgames.gdx:gdx-backend-android:$gdxVersion")
<span style='display:block; white-space:pre;background:#ffe0e0;'>--        "implementation"("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-        "implementation"("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
</span> -        natives("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a")
 -        natives("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-arm64-v8a")
 -        natives("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86")
</pre><pre style='margin:0'>

</pre>