Date: Fri, 13 May 2016 18:02:55 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415123 - head/multimedia/mythtv Message-ID: <201605131802.u4DI2tOL043172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605131802.u4DI2tOL043172>