svn commit: r405885 - head/multimedia/xbmc-addon-pvr

Bernhard Froehlich decke at FreeBSD.org
Tue Jan 12 15:28:48 UTC 2016


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 at 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


More information about the svn-ports-head mailing list