Date: Sat, 13 Apr 2019 20:11:48 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498831 - head/math/py-basemap Message-ID: <201904132011.x3DKBmCL028972@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Sat Apr 13 20:11:48 2019 New Revision: 498831 URL: https://svnweb.freebsd.org/changeset/ports/498831 Log: math/py-basemap:Make compatible with PYTHON 3 Modified: head/math/py-basemap/Makefile Modified: head/math/py-basemap/Makefile ============================================================================== --- head/math/py-basemap/Makefile Sat Apr 13 19:28:20 2019 (r498830) +++ head/math/py-basemap/Makefile Sat Apr 13 20:11:48 2019 (r498831) @@ -3,7 +3,7 @@ PORTNAME= basemap PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= SF/matplotlib/matplotlib-toolkits/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +18,8 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} LIB_DEPENDS= libgeos.so:graphics/geos -USES= python:2.7 -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist distutils DATADIR= ${PREFIX}/share/py-${PORTNAME}-data EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904132011.x3DKBmCL028972>