From owner-svn-ports-head@freebsd.org Sun May 7 13:00:20 2017 Return-Path: Delivered-To: svn-ports-head@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 7CFBDD55CB0; Sun, 7 May 2017 13:00:20 +0000 (UTC) (envelope-from miwi@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 3E2F8D7B; Sun, 7 May 2017 13:00:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v47D0J4c040731; Sun, 7 May 2017 13:00:19 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v47D0JL1040730; Sun, 7 May 2017 13:00:19 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705071300.v47D0JL1040730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 7 May 2017 13:00:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440335 - head/multimedia/kodi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2017 13:00:20 -0000 Author: miwi Date: Sun May 7 13:00:19 2017 New Revision: 440335 URL: https://svnweb.freebsd.org/changeset/ports/440335 Log: - Remove hardcoded lang/python - Specify python version - Bump PORTREVISION PR: 218744 Submitted by: Vladimir Omelchuk Approved by: maintainer timeout Modified: head/multimedia/kodi/Makefile Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Sun May 7 12:17:28 2017 (r440334) +++ head/multimedia/kodi/Makefile Sun May 7 13:00:19 2017 (r440335) @@ -2,6 +2,7 @@ PORTNAME= kodi DISTVERSION= 17.1 +PORTREVISION= 1 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com @@ -56,8 +57,7 @@ LIB_DEPENDS= libass.so:multimedia/libass libvorbis.so:audio/libvorbis \ libxslt.so:textproc/libxslt \ libyajl.so:devel/yajl -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ - python:lang/python +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 CONFLICTS_BUILD=compat9x @@ -69,7 +69,7 @@ GH_TUPLE= xbmc:xbmc:fc1619b \ xbmc:libdvdread:17d99db:libdvdread/tools/depends/target/libdvdread/native USES= autoreconf:build compiler:c++11-lib gettext gmake iconv jpeg \ - libtool pkgconfig python:2 ssl + libtool pkgconfig python:-2.7 ssl GNU_CONFIGURE= yes USE_JAVA= yes USE_GNOME= libxml2