From owner-svn-ports-all@freebsd.org Sat Dec 7 00:30:56 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8747C1BDA83; Sat, 7 Dec 2019 00:30:56 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47V9Nc2FSkz495t; Sat, 7 Dec 2019 00:30:56 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3040998DE; Sat, 7 Dec 2019 00:30:56 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB70Uuv3019753; Sat, 7 Dec 2019 00:30:56 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB70UtTb019752; Sat, 7 Dec 2019 00:30:55 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201912070030.xB70UtTb019752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 7 Dec 2019 00:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519171 - head/multimedia/kodi-devel X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/multimedia/kodi-devel X-SVN-Commit-Revision: 519171 X-SVN-Commit-Repository: ports 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.29 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: Sat, 07 Dec 2019 00:30:56 -0000 Author: tobik Date: Sat Dec 7 00:30:55 2019 New Revision: 519171 URL: https://svnweb.freebsd.org/changeset/ports/519171 Log: multimedia/kodi-devel: Apply patches to bring back OSS support [1] https://github.com/xbmc/xbmc/pull/16904 Submitted by: rozhuk.im@gmail.com [1] Modified: head/multimedia/kodi-devel/Makefile head/multimedia/kodi-devel/distinfo Modified: head/multimedia/kodi-devel/Makefile ============================================================================== --- head/multimedia/kodi-devel/Makefile Sat Dec 7 00:27:58 2019 (r519170) +++ head/multimedia/kodi-devel/Makefile Sat Dec 7 00:30:55 2019 (r519171) @@ -2,9 +2,13 @@ PORTNAME= kodi DISTVERSION= 19.0.a20191112 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia PKGNAMESUFFIX= -devel + +PATCH_SITES= https://github.com/xbmc/xbmc/commit/ +PATCHFILES= d2922c8e4bb6fcaf5a2b3041da9b6303dd1225d4.patch:-p1 \ + 3bbb9f22e4c1a2a37b7d8e73b55361ca0a660a59.patch:-p1 MAINTAINER= tobik@FreeBSD.org COMMENT= Award winning media center application Modified: head/multimedia/kodi-devel/distinfo ============================================================================== --- head/multimedia/kodi-devel/distinfo Sat Dec 7 00:27:58 2019 (r519170) +++ head/multimedia/kodi-devel/distinfo Sat Dec 7 00:30:55 2019 (r519171) @@ -1,3 +1,7 @@ -TIMESTAMP = 1573574475 +TIMESTAMP = 1575674484 SHA256 (xbmc-xbmc-19.0.a20191112-f6311e3c5559ced201fb8ff91846fe4b9b668a9a_GH0.tar.gz) = 74c80deeb040ba009f6b27e41ef95ae5cf37ff23c2b7c1390cfd9a1eb5c27864 SIZE (xbmc-xbmc-19.0.a20191112-f6311e3c5559ced201fb8ff91846fe4b9b668a9a_GH0.tar.gz) = 78500747 +SHA256 (d2922c8e4bb6fcaf5a2b3041da9b6303dd1225d4.patch) = 1a16f26a5168579e4532c036f609bd15a4de57780af5369c598b34f5dacc414b +SIZE (d2922c8e4bb6fcaf5a2b3041da9b6303dd1225d4.patch) = 1678 +SHA256 (3bbb9f22e4c1a2a37b7d8e73b55361ca0a660a59.patch) = adfae7aa272c7759bf3bcf2b9a07dbeacaf4c9af88cf3c881379f5f456e07d95 +SIZE (3bbb9f22e4c1a2a37b7d8e73b55361ca0a660a59.patch) = 7367