<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/080d64cb1675c5f011a2abfaf9b2d48af33736e9">https://github.com/macports/macports-ports/commit/080d64cb1675c5f011a2abfaf9b2d48af33736e9</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 080d64c  phonon: update to 4.10.2
</span>080d64c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 080d64cb1675c5f011a2abfaf9b2d48af33736e9
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Jan 10 13:25:38 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    phonon: update to 4.10.2
</span>---
 audio/phonon/Portfile                        | 11 +++++++----
 audio/phonon/files/patch-CMakeLists.txt.diff |  8 ++++----
 2 files changed, 11 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/phonon/Portfile b/audio/phonon/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9e7c84f..37224d2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/phonon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/phonon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,13 @@
</span> PortSystem          1.0
 
 name                phonon
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             4.10.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             4.10.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160 844ce24ca09fc6b47b5045fb58c304812fad27fa \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256 34edb1985778575eb7004e4e45151cd7bc995f61ddd6ce3b050b97b7bd778809 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size   322176
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> license             {LGPL-2.1 LGPL-3}
 maintainers         {michaelld @michaelld} openmaintainer
 description         Cross Platform Multimedia API used by KDE4
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,9 +18,6 @@ homepage            http://phonon.kde.org
</span> master_sites        kde:stable/${name}/${version}
 use_xz              yes
 distname            phonon-${version}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160 e495a1d1ea53a6d0c6cb218b7a11175a9d507377 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256 e5a98df31aeffc22493afc8d6adbca5d6f0c27cc2eed73b3be05195321e08db7 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size   322100
</span> 
 variant demos description {Build the demos} {
     configure.args-append   -DPHONON_BUILD_DEMOS:BOOL=ON
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/phonon/files/patch-CMakeLists.txt.diff b/audio/phonon/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 8fb407c..7dd5701 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/phonon/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/phonon/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,8 +1,8 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- CMakeLists.txt.orig    2017-01-24 02:29:17.000000000 -0500
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ CMakeLists.txt 2017-02-08 09:28:55.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- CMakeLists.txt.orig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ CMakeLists.txt
</span> @@ -25,7 +25,7 @@
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set(PHONON_LIB_MINOR_VERSION "9") # Only change on binary compatible changes with new interfaces
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- set(PHONON_LIB_PATCH_VERSION "1") # Bump whenever you feel like it :P
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set(PHONON_LIB_MINOR_VERSION "10") # Only change on binary compatible changes with new interfaces
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set(PHONON_LIB_PATCH_VERSION "2") # Bump whenever you feel like it :P
</span>  set(PHONON_LIB_VERSION "${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}.${PHONON_LIB_PATCH_VERSION}")
 -set(PHONON_LIB_SOVERSION ${PHONON_LIB_MAJOR_VERSION})
 +set(PHONON_LIB_SOVERSION "${PHONON_LIB_MAJOR_VERSION}.4.0")
</pre><pre style='margin:0'>

</pre>