diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-07-29 03:42:11 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-07-29 03:42:11 +0800 |
commit | a845dd4e26ee11fdf2568dfe08d254a6a027bd76 (patch) | |
tree | 39deb279a5b6a9ad0db13a0ec635e9e628831400 | |
parent | 6374c2347c876bdb88027b493fb54c42e4bc0fe1 (diff) | |
download | freebsd-ports-gnome-a845dd4e26ee11fdf2568dfe08d254a6a027bd76.tar.gz freebsd-ports-gnome-a845dd4e26ee11fdf2568dfe08d254a6a027bd76.tar.zst freebsd-ports-gnome-a845dd4e26ee11fdf2568dfe08d254a6a027bd76.zip |
Update to 4.7.2.
This is a minor bug fix release:
* Fix CMake 3 compatibility by synchronizing the FindQt4.cmake module from
kdelibs git.
* Prevent possible internal infinite loop call chains when trying to handle
backend construction in simulation mode (i.e. without actual backend being
installed on the system).
* When not building with PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT, make
sure that the relative Qt paths are set according to whether the build is
meant for Qt4 or 5. Previously this would always install to a path for
qt5.
-rw-r--r-- | multimedia/phonon/Makefile | 3 | ||||
-rw-r--r-- | multimedia/phonon/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile index eca9ef1ec721..bba0bb3dbe92 100644 --- a/multimedia/phonon/Makefile +++ b/multimedia/phonon/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= phonon -PORTVERSION= 4.7.1 -PORTREVISION= 1 +PORTVERSION= 4.7.2 CATEGORIES= multimedia kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE diff --git a/multimedia/phonon/distinfo b/multimedia/phonon/distinfo index 2841c39ed8ea..901bf375120e 100644 --- a/multimedia/phonon/distinfo +++ b/multimedia/phonon/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/phonon-4.7.1.tar.xz) = 4ff7802deeac1557166591deb9fc2bfdfcaacdeb5389d07f08255365fb91b75d -SIZE (KDE/phonon-4.7.1.tar.xz) = 329900 +SHA256 (KDE/phonon-4.7.2.tar.xz) = 819e9734d20e254b4599d8ab45f15a68d95444c4e2088c7eb5769b58976a11be +SIZE (KDE/phonon-4.7.2.tar.xz) = 330244 |