Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2016 09:31:15 +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: r427091 - head/multimedia/mythtv-frontend
Message-ID:  <201611250931.uAP9VFxN037287@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611250931.uAP9VFxN037287>