From owner-svn-ports-head@freebsd.org Fri May 13 18:02:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C864B39CB2; Fri, 13 May 2016 18:02:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 30B141C25; Fri, 13 May 2016 18:02:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4DI2thm043174; Fri, 13 May 2016 18:02:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4DI2tOL043172; Fri, 13 May 2016 18:02:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605131802.u4DI2tOL043172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 13 May 2016 18:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415123 - head/multimedia/mythtv 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.22 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: Fri, 13 May 2016 18:02:56 -0000 Author: amdmi3 Date: Fri May 13 18:02:55 2016 New Revision: 415123 URL: https://svnweb.freebsd.org/changeset/ports/415123 Log: - Add missing files to plist Approved by: portmgr blanket Modified: head/multimedia/mythtv/Makefile head/multimedia/mythtv/pkg-plist Modified: head/multimedia/mythtv/Makefile ============================================================================== --- head/multimedia/mythtv/Makefile Fri May 13 18:02:44 2016 (r415122) +++ head/multimedia/mythtv/Makefile Fri May 13 18:02:55 2016 (r415123) @@ -3,6 +3,7 @@ PORTNAME= mythtv PORTVERSION= 0.27.5.20150616 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= decke@FreeBSD.org Modified: head/multimedia/mythtv/pkg-plist ============================================================================== --- head/multimedia/mythtv/pkg-plist Fri May 13 18:02:44 2016 (r415122) +++ head/multimedia/mythtv/pkg-plist Fri May 13 18:02:55 2016 (r415123) @@ -360,6 +360,7 @@ include/mythtv/metadata/globals.h include/mythtv/metadata/metadatacommon.h include/mythtv/metadata/metadatadownload.h include/mythtv/metadata/metadatafactory.h +include/mythtv/metadata/metadatagrabber.h include/mythtv/metadata/metadataimagedownload.h include/mythtv/metadata/metadataimagehelper.h include/mythtv/metadata/metaio.h @@ -676,8 +677,8 @@ lib/mythtv/filters/libyadif.so %%DATADIR%%/bindings/php/MythBackend.php %%DATADIR%%/bindings/php/MythBase.php %%DATADIR%%/bindings/php/MythFrontend.php -%%DATADIR%%/bindings/php/MythTVChannel.php %%DATADIR%%/bindings/php/MythTV.php +%%DATADIR%%/bindings/php/MythTVChannel.php %%DATADIR%%/bindings/php/MythTVProgram.php %%DATADIR%%/bindings/php/MythTVRecording.php %%DATADIR%%/bindings/php/MythTVStorageGroup.php @@ -711,8 +712,8 @@ lib/mythtv/filters/libyadif.so %%DATADIR%%/fonts/Tiresias Infofont Bold.ttf %%DATADIR%%/fonts/Tiresias Infofont Italic.ttf %%DATADIR%%/fonts/Tiresias Infofont.ttf -%%DATADIR%%/fonts/tiresias_gpl3.txt %%DATADIR%%/fonts/texgyrechorus-mediumitalic.otf +%%DATADIR%%/fonts/tiresias_gpl3.txt %%DATADIR%%/hardwareprofile/.gitignore %%DATADIR%%/hardwareprofile/MultipartPostHandler.py %%DATADIR%%/hardwareprofile/__init__.py @@ -1077,6 +1078,8 @@ lib/mythtv/filters/libyadif.so %%DATADIR%%/internetcontent/vimeo.py %%DATADIR%%/internetcontent/youtube.py %%DATADIR%%/locales/da_dk.xml +%%DATADIR%%/locales/de_at.xml +%%DATADIR%%/locales/de_ch.xml %%DATADIR%%/locales/de_de.xml %%DATADIR%%/locales/el_gr.xml %%DATADIR%%/locales/en_ca.xml @@ -1741,6 +1744,8 @@ lib/mythtv/filters/libyadif.so %%DATADIR%%/themes/default/keyboard/da_ui.xml %%DATADIR%%/themes/default/keyboard/de.xml %%DATADIR%%/themes/default/keyboard/de_ui.xml +%%DATADIR%%/themes/default/keyboard/el.xml +%%DATADIR%%/themes/default/keyboard/el_ui.xml %%DATADIR%%/themes/default/keyboard/en_gb.xml %%DATADIR%%/themes/default/keyboard/en_gb_ui.xml %%DATADIR%%/themes/default/keyboard/en_us.xml