Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2021 08:26:23 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566835 - in head: . multimedia multimedia/kodi-addon-pvr-hts multimedia/kodi-addon-pvr.hts
Message-ID:  <202103010826.1218QNlH015351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Mon Mar  1 08:26:23 2021
New Revision: 566835
URL: https://svnweb.freebsd.org/changeset/ports/566835

Log:
  multimedia/kodi-addon-pvr.hts: Rename port to match upstream naming and convert to USES=kodi

Added:
  head/multimedia/kodi-addon-pvr.hts/
     - copied from r566834, head/multimedia/kodi-addon-pvr-hts/
Deleted:
  head/multimedia/kodi-addon-pvr-hts/
  head/multimedia/kodi-addon-pvr.hts/pkg-plist
Modified:
  head/MOVED
  head/multimedia/Makefile
  head/multimedia/kodi-addon-pvr.hts/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Mar  1 08:22:00 2021	(r566834)
+++ head/MOVED	Mon Mar  1 08:26:23 2021	(r566835)
@@ -16175,3 +16175,4 @@ www/py-djangorestframework311||2021-02-26|Removed: Use
 editors/mg-static|editors/mg@static|2021-02-28|Flavored
 devel/snorenotify||2021-02-28|Has expired: Unmaintained upstream
 multimedia/kodi-addon-pvr-iptvsimple|multimedia/kodi-addon-pvr.iptvsimple|2021-03-01|Renamed to match upstream name
+multimedia/kodi-addon-pvr-hts|multimedia/kodi-addon-pvr.hts|2021-03-01|Renamed to match upstream name

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Mon Mar  1 08:22:00 2021	(r566834)
+++ head/multimedia/Makefile	Mon Mar  1 08:26:23 2021	(r566835)
@@ -150,7 +150,7 @@
     SUBDIR += kodi-addon-inputstream.adaptive-devel
     SUBDIR += kodi-addon-peripheral-joystick
     SUBDIR += kodi-addon-peripheral.joystick-devel
-    SUBDIR += kodi-addon-pvr-hts
+    SUBDIR += kodi-addon-pvr.hts
     SUBDIR += kodi-addon-pvr.iptvsimple
     SUBDIR += kodi-addon-screensaver.matrixtrails
     SUBDIR += kodi-addon-vfs.libarchive-devel

Modified: head/multimedia/kodi-addon-pvr.hts/Makefile
==============================================================================
--- head/multimedia/kodi-addon-pvr-hts/Makefile	Mon Mar  1 08:22:00 2021	(r566834)
+++ head/multimedia/kodi-addon-pvr.hts/Makefile	Mon Mar  1 08:26:23 2021	(r566835)
@@ -1,9 +1,10 @@
 # Created by: Bernhard Froehlich <decke@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	kodi-addon-pvr-hts
-PORTVERSION=	8.2.2
+PORTNAME=	pvr.hts
+DISTVERSION=	8.2.2
 DISTVERSIONSUFFIX=	-Matrix
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	decke@FreeBSD.org
@@ -11,16 +12,11 @@ COMMENT=	Tvheadend PVR addon for Kodi
 
 LICENSE=	GPLv2+
 
-BUILD_DEPENDS=	${LOCALBASE}/include/kodi/addon-instance/PVR.h:multimedia/kodi
-LIB_DEPENDS=	libp8-platform.so:devel/p8-platform \
-		libkodiplatform.so:devel/kodi-platform \
-		libpugixml.so:textproc/pugixml
-RUN_DEPENDS=	kodi:multimedia/kodi
+LIB_DEPENDS=	libpugixml.so:textproc/pugixml
 
-USES=		cmake:noninja compiler:c++17-lang
+USES=		cmake:noninja compiler:c++17-lang kodi
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	kodi-pvr
-GH_PROJECT=	pvr.hts
 
 .include <bsd.port.mk>



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