From owner-svn-ports-head@FreeBSD.ORG Tue Oct 28 01:13:05 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89E9A5F1; Tue, 28 Oct 2014 01:13:05 +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 5CA22274; Tue, 28 Oct 2014 01:13:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9S1D5wa007662; Tue, 28 Oct 2014 01:13:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9S1D4rI007658; Tue, 28 Oct 2014 01:13:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410280113.s9S1D4rI007658@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 01:13:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371612 - head/multimedia/mythtv-frontend 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: Tue, 28 Oct 2014 01:13:05 -0000 Author: amdmi3 Date: Tue Oct 28 01:13:04 2014 New Revision: 371612 URL: https://svnweb.freebsd.org/changeset/ports/371612 QAT: https://qat.redports.org/buildarchive/r371612/ Log: - Fix plist Approved by: portmgr blanket Modified: head/multimedia/mythtv-frontend/Makefile head/multimedia/mythtv-frontend/pkg-plist Modified: head/multimedia/mythtv-frontend/Makefile ============================================================================== --- head/multimedia/mythtv-frontend/Makefile Mon Oct 27 23:52:37 2014 (r371611) +++ head/multimedia/mythtv-frontend/Makefile Tue Oct 28 01:13:04 2014 (r371612) @@ -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: head/multimedia/mythtv-frontend/pkg-plist ============================================================================== --- head/multimedia/mythtv-frontend/pkg-plist Mon Oct 27 23:52:37 2014 (r371611) +++ head/multimedia/mythtv-frontend/pkg-plist Tue Oct 28 01:13:04 2014 (r371612) @@ -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