<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/ab6fa200bb4b4eb900b872495b10321418de53c4">https://github.com/macports/macports-ports/commit/ab6fa200bb4b4eb900b872495b10321418de53c4</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 ab6fa200bb4 unciv: update to 4.8.5
</span>ab6fa200bb4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ab6fa200bb4b4eb900b872495b10321418de53c4
</span>Author: harens <12570877+harens@users.noreply.github.com>
AuthorDate: Wed Sep 13 12:56:28 2023 +0100

<span style='display:block; white-space:pre;color:#404040;'>    unciv: update to 4.8.5
</span>---
 games/unciv/Portfile                             |  8 ++++----
 games/unciv/files/patch-remove-mobile-build.diff | 13 ++++++-------
 2 files changed, 10 insertions(+), 11 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 1f761c9efac..2c91883dd40 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.7.19
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        yairm210 Unciv 4.8.5
</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  0139168beec889c492e201681e8493fadd083316 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  bcacccfb62e787efceade848fe4602bd890dd4846bd0b072e53848184387f4c9 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    44173674 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    rmd160  94bf4a744d358ee077943f7c5fb9f3919a10dadc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  48948bc0ececd1fad81a5e3bb5b9eed3a2b9d01fc30ed27f2ca8704141d715b2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    44286726 \
</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 423b1972745..dbe124b0d5a 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,22 +4,22 @@ 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-11 19:18:53.000000000 +0000
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ build.gradle.kts       2023-03-11 19:19:24.000000000 +0000
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -80,36 +80,6 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- build.gradle.kts.original      2023-09-13 12:44:59.000000000 +0100
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ build.gradle.kts       2023-09-13 12:50:46.000000000 +0100
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -94,35 +94,7 @@
</span>  
  }
  
 -project(":android") {
 -    apply(plugin = "com.android.application")
 -    apply(plugin = "kotlin-android")
<span style='display:block; white-space:pre;background:#ffe0e0;'>--
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span> -    val natives by configurations.creating
 -
 -    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.4")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-        "implementation"("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion")
</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")
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,7 +39,6 @@ Also fixes errors relating to robovm dependency by removing the ios build.
</span> -        "implementation"("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios")
 -    }
 -}
<span style='display:block; white-space:pre;background:#ffe0e0;'>--
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span>  
  project(":core") {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-     apply(plugin = "kotlin")
</span></pre><pre style='margin:0'>

</pre>