[122779] trunk/dports/audio/phonon

michaelld at macports.org michaelld at macports.org
Tue Jul 29 11:58:54 PDT 2014


Revision: 122779
          https://trac.macports.org/changeset/122779
Author:   michaelld at macports.org
Date:     2014-07-29 11:58:54 -0700 (Tue, 29 Jul 2014)
Log Message:
-----------
phonon: update to 4.7.2, which addresses tickets #44305 and #44365.

Modified Paths:
--------------
    trunk/dports/audio/phonon/Portfile
    trunk/dports/audio/phonon/files/patch-CMakeLists.txt.diff

Modified: trunk/dports/audio/phonon/Portfile
===================================================================
--- trunk/dports/audio/phonon/Portfile	2014-07-29 18:42:29 UTC (rev 122778)
+++ trunk/dports/audio/phonon/Portfile	2014-07-29 18:58:54 UTC (rev 122779)
@@ -6,7 +6,7 @@
 PortGroup           cmake 1.0
 
 name                phonon
-version             4.7.1
+version             4.7.2
 categories          audio kde kde4
 license             {LGPL-2.1 LGPL-3}
 maintainers         michaelld openmaintainer
@@ -18,8 +18,8 @@
 master_sites        kde:stable/${name}/${version}
 use_xz              yes
 distname            phonon-${version}
-checksums           rmd160 15427574bfd8ef65713bb9a5dc5d1a52d6e5468d \
-                    sha256 4ff7802deeac1557166591deb9fc2bfdfcaacdeb5389d07f08255365fb91b75d
+checksums           rmd160 dbe65e52f827b56c0e0e61d9c51b4dce65a899de \
+                    sha256 819e9734d20e254b4599d8ab45f15a68d95444c4e2088c7eb5769b58976a11be
 
 depends_build-append  port:automoc
 

Modified: trunk/dports/audio/phonon/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/audio/phonon/files/patch-CMakeLists.txt.diff	2014-07-29 18:42:29 UTC (rev 122778)
+++ trunk/dports/audio/phonon/files/patch-CMakeLists.txt.diff	2014-07-29 18:58:54 UTC (rev 122779)
@@ -2,7 +2,7 @@
 +++ CMakeLists.txt	2014-03-19 15:39:44.000000000 -0400
 @@ -23,7 +23,7 @@
  set(PHONON_LIB_MINOR_VERSION "7") # Only change on binary compatible changes with new interfaces
- set(PHONON_LIB_PATCH_VERSION "1") # Bump whenever you feel like it :P
+ set(PHONON_LIB_PATCH_VERSION "2") # Bump whenever you feel like it :P
  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")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140729/d93c545b/attachment.html>


More information about the macports-changes mailing list