Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2016 15:28:46 +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: r405885 - head/multimedia/xbmc-addon-pvr
Message-ID:  <201601121528.u0CFSkWa037460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Tue Jan 12 15:28:46 2016
New Revision: 405885
URL: https://svnweb.freebsd.org/changeset/ports/405885

Log:
  - Mark DEPRECATED since this version does not support kodi 15.x
  
  If anyone wants to replace it with a newer version take this port
  as a starting point and port it to build from https://github.com/kodi-pvr

Modified:
  head/multimedia/xbmc-addon-pvr/Makefile

Modified: head/multimedia/xbmc-addon-pvr/Makefile
==============================================================================
--- head/multimedia/xbmc-addon-pvr/Makefile	Tue Jan 12 15:22:22 2016	(r405884)
+++ head/multimedia/xbmc-addon-pvr/Makefile	Tue Jan 12 15:28:46 2016	(r405885)
@@ -8,6 +8,9 @@ CATEGORIES=	multimedia
 MAINTAINER=	decke@FreeBSD.org
 COMMENT=	XBMC PVR addons for various backends
 
+DEPRECATED=	Does not work with multimedia/kodi 15.x and newer
+EXPIRATION_DATE=	2016-02-12
+
 RUN_DEPENDS+=	kodi:${PORTSDIR}/multimedia/kodi
 
 USE_GITHUB=	yes



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