From owner-svn-ports-head@FreeBSD.ORG Sun Sep 7 13:02:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBA5A2CF; Sun, 7 Sep 2014 13:02:10 +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 AD46B1D5C; Sun, 7 Sep 2014 13:02:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s87D2AqV074990; Sun, 7 Sep 2014 13:02:10 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s87D2A3B074988; Sun, 7 Sep 2014 13:02:10 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201409071302.s87D2A3B074988@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Sun, 7 Sep 2014 13:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367542 - head/multimedia/smplayer 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-1 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: Sun, 07 Sep 2014 13:02:11 -0000 Author: nemysis Date: Sun Sep 7 13:02:09 2014 New Revision: 367542 URL: http://svnweb.freebsd.org/changeset/ports/367542 QAT: https://qat.redports.org/buildarchive/r367542/ Log: - Update to 14.9.0, announce message: * Fix for Youtube. * New option to shut down the computer when playback has finished. * The themes and skin icons are loaded from resource files (*.rcc). * New fix for searching subtitles from opensubtitles.org that should return more results. - Add dbus QT4 dependency Modified: head/multimedia/smplayer/Makefile head/multimedia/smplayer/distinfo Modified: head/multimedia/smplayer/Makefile ============================================================================== --- head/multimedia/smplayer/Makefile Sun Sep 7 12:59:34 2014 (r367541) +++ head/multimedia/smplayer/Makefile Sun Sep 7 13:02:09 2014 (r367542) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smplayer -DISTVERSION= 14.3.0 +DISTVERSION= 14.9.0 CATEGORIES= multimedia audio kde MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION} @@ -15,7 +15,7 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multime smplayer-skins>=0:${PORTSDIR}/multimedia/smplayer-skins \ smplayer-themes>=0:${PORTSDIR}/multimedia/smplayer-themes -USE_QT4= gui network script xml moc_build rcc_build uic_build \ +USE_QT4= gui dbus network script xml moc_build rcc_build uic_build \ uic3_build porting_build linguist_build ALL_TARGET= src/smplayer Modified: head/multimedia/smplayer/distinfo ============================================================================== --- head/multimedia/smplayer/distinfo Sun Sep 7 12:59:34 2014 (r367541) +++ head/multimedia/smplayer/distinfo Sun Sep 7 13:02:09 2014 (r367542) @@ -1,2 +1,2 @@ -SHA256 (smplayer-14.3.0.tar.bz2) = 9b8db20043d1528ee5c6054526779e88a172d2c757429bd7095c794d65ecbc18 -SIZE (smplayer-14.3.0.tar.bz2) = 3675657 +SHA256 (smplayer-14.9.0.tar.bz2) = 429ad4edd6df1fcedd5ea4fa2b024eb5a61c9412f52762e9d9a9c2245b7ddf13 +SIZE (smplayer-14.9.0.tar.bz2) = 3716434