svn commit: r498831 - head/math/py-basemap

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Apr 13 20:11:49 UTC 2019


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}


More information about the svn-ports-all mailing list