From owner-svn-ports-head@FreeBSD.ORG Mon Jul 28 19:42:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4ABAF6A; Mon, 28 Jul 2014 19:42:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D20B628E3; Mon, 28 Jul 2014 19:42:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6SJgBip060783; Mon, 28 Jul 2014 19:42:11 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6SJgBCb060778; Mon, 28 Jul 2014 19:42:11 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407281942.s6SJgBCb060778@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 28 Jul 2014 19:42:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363240 - head/multimedia/phonon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 19:42:12 -0000 Author: rakuco Date: Mon Jul 28 19:42:11 2014 New Revision: 363240 URL: http://svnweb.freebsd.org/changeset/ports/363240 QAT: https://qat.redports.org/buildarchive/r363240/ Log: 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. Modified: head/multimedia/phonon/Makefile head/multimedia/phonon/distinfo Modified: head/multimedia/phonon/Makefile ============================================================================== --- head/multimedia/phonon/Makefile Mon Jul 28 19:39:50 2014 (r363239) +++ head/multimedia/phonon/Makefile Mon Jul 28 19:42:11 2014 (r363240) @@ -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 Modified: head/multimedia/phonon/distinfo ============================================================================== --- head/multimedia/phonon/distinfo Mon Jul 28 19:39:50 2014 (r363239) +++ head/multimedia/phonon/distinfo Mon Jul 28 19:42:11 2014 (r363240) @@ -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