From owner-svn-ports-head@freebsd.org Mon Jul 9 08:45:13 2018 Return-Path: Delivered-To: svn-ports-head@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 456651030E3D; Mon, 9 Jul 2018 08:45:13 +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 E72DC8B9CA; Mon, 9 Jul 2018 08:45:12 +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 AAEDD12C19; Mon, 9 Jul 2018 08:45:12 +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 w698jCUL076526; Mon, 9 Jul 2018 08:45:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w698jChU076525; Mon, 9 Jul 2018 08:45:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201807090845.w698jChU076525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 Jul 2018 08:45:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474243 - in head/graphics: py-fiona py-geopandas X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/graphics: py-fiona py-geopandas X-SVN-Commit-Revision: 474243 X-SVN-Commit-Repository: ports 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.27 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: Mon, 09 Jul 2018 08:45:13 -0000 Author: mat Date: Mon Jul 9 08:45:12 2018 New Revision: 474243 URL: https://svnweb.freebsd.org/changeset/ports/474243 Log: s/FLAVOR/PY_FLAVOR/. Pointy hat: wen Sponsored by: Absolight Modified: head/graphics/py-fiona/Makefile (contents, props changed) head/graphics/py-geopandas/Makefile (contents, props changed) Modified: head/graphics/py-fiona/Makefile ============================================================================== --- head/graphics/py-fiona/Makefile Mon Jul 9 08:40:17 2018 (r474242) +++ head/graphics/py-fiona/Makefile Mon Jul 9 08:45:12 2018 (r474243) @@ -12,11 +12,11 @@ COMMENT= OGR's neat and nimble API for Python programm LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cligj>=0.4:devel/py-cligj@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click-plugins>0:devel/py-click-plugins@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.7:devel/py-six@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}munch>0:devel/py-munch@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Shapely>0:devel/py-shapely@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cligj>=0.4:devel/py-cligj@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click-plugins>0:devel/py-click-plugins@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.7:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}munch>0:devel/py-munch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Shapely>0:devel/py-shapely@${PY_FLAVOR} \ ${PY_ENUM34} LIB_DEPENDS+= libgdal.so:graphics/gdal Modified: head/graphics/py-geopandas/Makefile ============================================================================== --- head/graphics/py-geopandas/Makefile Mon Jul 9 08:40:17 2018 (r474242) +++ head/graphics/py-geopandas/Makefile Mon Jul 9 08:45:12 2018 (r474243) @@ -11,11 +11,11 @@ COMMENT= Python tools for geographic data LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Shapely>=1.2.18:devel/py-shapely@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Fiona>=1.0.1:graphics/py-fiona@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.3:graphics/py-pyproj@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Shapely>=1.2.18:devel/py-shapely@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Fiona>=1.0.1:graphics/py-fiona@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.3:graphics/py-pyproj@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${PY_FLAVOR} NO_ARCH= yes