From owner-svn-ports-all@FreeBSD.ORG Tue Oct 28 12:24:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 247D0772; Tue, 28 Oct 2014 12:24:55 +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 EAC741FF; Tue, 28 Oct 2014 12:24:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9SCOsbd023345; Tue, 28 Oct 2014 12:24:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9SCOslP023343; Tue, 28 Oct 2014 12:24:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410281224.s9SCOslP023343@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Oct 2014 12:24:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371628 - branches/2014Q4/multimedia/mythtv-frontend X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 12:24:55 -0000 Author: amdmi3 Date: Tue Oct 28 12:24:54 2014 New Revision: 371628 URL: https://svnweb.freebsd.org/changeset/ports/371628 QAT: https://qat.redports.org/buildarchive/r371628/ Log: MFH: r371612 - Fix plist Approved by: portmgr Modified: branches/2014Q4/multimedia/mythtv-frontend/Makefile branches/2014Q4/multimedia/mythtv-frontend/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/multimedia/mythtv-frontend/Makefile ============================================================================== --- branches/2014Q4/multimedia/mythtv-frontend/Makefile Tue Oct 28 12:23:36 2014 (r371627) +++ branches/2014Q4/multimedia/mythtv-frontend/Makefile Tue Oct 28 12:24:54 2014 (r371628) @@ -3,7 +3,7 @@ PORTNAME= mythtv-frontend PORTVERSION= 0.27.0.20140121 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= http://people.freebsd.org/~decke/distfiles/ DISTNAME= mythtv-${PORTVERSION} Modified: branches/2014Q4/multimedia/mythtv-frontend/pkg-plist ============================================================================== --- branches/2014Q4/multimedia/mythtv-frontend/pkg-plist Tue Oct 28 12:23:36 2014 (r371627) +++ branches/2014Q4/multimedia/mythtv-frontend/pkg-plist Tue Oct 28 12:24:54 2014 (r371628) @@ -223,6 +223,7 @@ include/mythtv/libmythbase/mythobservabl include/mythtv/libmythbase/mythplugin.h include/mythtv/libmythbase/mythpluginapi.h include/mythtv/libmythbase/mythqtcompat.h +include/mythtv/libmythbase/mythsingledownload.h include/mythtv/libmythbase/mythsocket.h include/mythtv/libmythbase/mythsocket_cb.h include/mythtv/libmythbase/mythstorage.h @@ -297,6 +298,7 @@ include/mythtv/libmythui/mythmainwindow. include/mythtv/libmythui/mythnotification.h include/mythtv/libmythui/mythnotificationcenter.h include/mythtv/libmythui/mythpainter.h +include/mythtv/libmythui/mythpainter_ogl.h include/mythtv/libmythui/mythpainter_qt.h include/mythtv/libmythui/mythprogressdialog.h include/mythtv/libmythui/mythrect.h @@ -407,6 +409,7 @@ include/mythtv/mythplugin.h include/mythtv/mythpluginapi.h include/mythtv/mythqtcompat.h include/mythtv/mythrssmanager.h +include/mythtv/mythsingledownload.h include/mythtv/mythsocket.h include/mythtv/mythsocket_cb.h include/mythtv/mythstorage.h