From owner-svn-ports-all@freebsd.org Tue Jan 12 15:28:47 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 EB9C4A6D38C; Tue, 12 Jan 2016 15:28:47 +0000 (UTC) (envelope-from decke@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 BC0A015BC; Tue, 12 Jan 2016 15:28:47 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0CFSkwJ037461; Tue, 12 Jan 2016 15:28:46 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0CFSkWa037460; Tue, 12 Jan 2016 15:28:46 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201601121528.u0CFSkWa037460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Tue, 12 Jan 2016 15:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405885 - head/multimedia/xbmc-addon-pvr 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.20 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: Tue, 12 Jan 2016 15:28:48 -0000 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