From owner-svn-ports-all@freebsd.org Fri Jul 13 06:55:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20E69102BBB0; Fri, 13 Jul 2018 06:55:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B387377C17; Fri, 13 Jul 2018 06:55:35 +0000 (UTC) (envelope-from mat@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 588A14EDA; Fri, 13 Jul 2018 06:55:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6D6tYKj085689; Fri, 13 Jul 2018 06:55:34 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6D6tXBV085685; Fri, 13 Jul 2018 06:55:33 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201807130655.w6D6tXBV085685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 13 Jul 2018 06:55:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474555 - in head: devel/msbuild devel/py-tox graphics/natron mail/mailutils net/google-cloud-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: devel/msbuild devel/py-tox graphics/natron mail/mailutils net/google-cloud-sdk X-SVN-Commit-Revision: 474555 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.27 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: Fri, 13 Jul 2018 06:55:36 -0000 Author: mat Date: Fri Jul 13 06:55:32 2018 New Revision: 474555 URL: https://svnweb.freebsd.org/changeset/ports/474555 Log: Remove dependencies on lang/python. Fix where appropriate. Sponsored by: Absolight Modified: head/devel/msbuild/Makefile (contents, props changed) head/devel/py-tox/Makefile (contents, props changed) head/graphics/natron/Makefile (contents, props changed) head/mail/mailutils/Makefile (contents, props changed) head/net/google-cloud-sdk/Makefile (contents, props changed) Modified: head/devel/msbuild/Makefile ============================================================================== --- head/devel/msbuild/Makefile Fri Jul 13 06:55:26 2018 (r474554) +++ head/devel/msbuild/Makefile Fri Jul 13 06:55:32 2018 (r474555) @@ -14,8 +14,7 @@ COMMENT= Build platform for .NET and Visual Studio LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= bash:shells/bash \ - python:lang/python +BUILD_DEPENDS= bash:shells/bash NUGET_FEEDS= DOTNET_CORE NUGET ROSLYN ROSLYN_TOOLS SYMREADER_CONVERTER NUGET_LAYOUT= dotnet Modified: head/devel/py-tox/Makefile ============================================================================== --- head/devel/py-tox/Makefile Fri Jul 13 06:55:26 2018 (r474554) +++ head/devel/py-tox/Makefile Fri Jul 13 06:55:32 2018 (r474555) @@ -21,8 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.4.17:devel/p TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \ - python:lang/python + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils Modified: head/graphics/natron/Makefile ============================================================================== --- head/graphics/natron/Makefile Fri Jul 13 06:55:26 2018 (r474554) +++ head/graphics/natron/Makefile Fri Jul 13 06:55:32 2018 (r474555) @@ -10,8 +10,7 @@ COMMENT= Video compositing software LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 -BUILD_DEPENDS= python-config:lang/python \ - pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside +BUILD_DEPENDS= pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside RUN_DEPENDS= ${LOCALBASE}/OFX/Plugins/IO.ofx.bundle/Contents/Info.plist:graphics/openfx-io \ ${LOCALBASE}/OFX/Plugins/Shadertoy.ofx.bundle/Contents/Info.plist:graphics/openfx-misc \ ${LOCALBASE}/OFX/Plugins/Arena.ofx.bundle/Contents/Info.plist:graphics/openfx-arena @@ -24,7 +23,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ libpyside-${PYTHON_VERSION}.so:devel/pyside \ libfreetype.so:print/freetype2 -USES= pkgconfig python qmake qt:4 shebangfix desktop-file-utils shared-mime-info \ +USES= pkgconfig python:2.7 qmake qt:4 shebangfix desktop-file-utils shared-mime-info \ gettext-runtime desktop-file-utils USE_GITHUB= yes GH_ACCOUNT= NatronGitHub @@ -42,6 +41,8 @@ USE_XORG= x11 pixman USE_GL= gl SHEBANG_FILES= OpenColorIO-Configs/nuke-default/make.py + +BINARY_ALIAS= python2-config=python${PYTHON_VER}-config post-patch: @${REINPLACE_CMD} -e 's|/usr/OFX/Plugins|${PREFIX}/OFX/Plugins|g' \ Modified: head/mail/mailutils/Makefile ============================================================================== --- head/mail/mailutils/Makefile Fri Jul 13 06:55:26 2018 (r474554) +++ head/mail/mailutils/Makefile Fri Jul 13 06:55:32 2018 (r474555) @@ -62,7 +62,7 @@ NLS_CONFIGURE_ENABLE= nls PAM_CONFIGURE_ENABLE= pam -PYTHON_BUILD_DEPENDS= python-config:lang/python +PYTHON_BINARY_ALIAS= python-config=python${PYTHON_VER}-config PYTHON_USES= python:2.7 PYTHON_CONFIGURE_ENABLE=python Modified: head/net/google-cloud-sdk/Makefile ============================================================================== --- head/net/google-cloud-sdk/Makefile Fri Jul 13 06:55:26 2018 (r474554) +++ head/net/google-cloud-sdk/Makefile Fri Jul 13 06:55:32 2018 (r474555) @@ -3,6 +3,7 @@ PORTNAME= google-cloud-sdk PORTVERSION= 208.0.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 @@ -15,8 +16,7 @@ WRKSRC= ${WRKDIR}/google-cloud-sdk PLIST_FILES= bin/bq bin/gcloud bin/git-credential-gcloud.sh bin/gsutil -RUN_DEPENDS= python:lang/python \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} post-extract: @${RM} -r \