From owner-svn-ports-all@freebsd.org Fri Nov 25 09:31:16 2016 Return-Path: Delivered-To: svn-ports-all@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 5E632C53B67; Fri, 25 Nov 2016 09:31:16 +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 01E201892; Fri, 25 Nov 2016 09:31:15 +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 uAP9VFMR037289; Fri, 25 Nov 2016 09:31:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9VFxN037287; Fri, 25 Nov 2016 09:31:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250931.uAP9VFxN037287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427091 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 25 Nov 2016 09:31:16 -0000 Author: amdmi3 Date: Fri Nov 25 09:31:14 2016 New Revision: 427091 URL: https://svnweb.freebsd.org/changeset/ports/427091 Log: - Add LICENSE - Cosmetic fixes - Fix WWW: Modified: head/multimedia/mythtv-frontend/Makefile head/multimedia/mythtv-frontend/pkg-descr Modified: head/multimedia/mythtv-frontend/Makefile ============================================================================== --- head/multimedia/mythtv-frontend/Makefile Fri Nov 25 09:25:40 2016 (r427090) +++ head/multimedia/mythtv-frontend/Makefile Fri Nov 25 09:31:14 2016 (r427091) @@ -9,6 +9,9 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= MythTV is a homebrew PVR project +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ yasm:devel/yasm LIB_DEPENDS= libmp3lame.so:audio/lame \ @@ -73,13 +76,13 @@ OPENGL_CONFIGURE_ENABLE= opengl-video OPENGL_USE= QT4=opengl post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/libs/libmythtv/libmythtv.pro \ - ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ - ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ - ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ - ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ - ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/configure \ + ${WRKSRC}/libs/libmythtv/libmythtv.pro \ + ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ + ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ + ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ + ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ + ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze .include Modified: head/multimedia/mythtv-frontend/pkg-descr ============================================================================== --- head/multimedia/mythtv-frontend/pkg-descr Fri Nov 25 09:25:40 2016 (r427090) +++ head/multimedia/mythtv-frontend/pkg-descr Fri Nov 25 09:31:14 2016 (r427091) @@ -3,4 +3,4 @@ recorder. It supports pausing and rewin cards, hardware or software video compression, onscreen program guides and a distributed architecture. -WWW: http://www.mythtv.org +WWW: http://www.mythtv.org/