summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-11-23 05:39:34 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-11-23 05:39:34 +0000
commit411fd19ca2fe735c0be7eb10e7492e56daddbc0b (patch)
tree349797448bb936fa19aa06e3149975daffed0b48 /math/py-matplotlib/Makefile
parentMention fcitx. (diff)
math/py-matplotlib: update 1.5.0 -> 1.5.3
- MASTER_SITE sourceforge seems to have been discontinued, it doesn't have the latest version any more. - Additionally, 1.5.3 version doesn't build with python-3.X because 'import gtk' which the build tries fails in python3. Therefore, python:2. PR: 214600 Submitted by: Yuri Victorovich <yuri@rawbw.com> Approved by: mainland@apeiron.net (maintainer)
Notes
Notes: svn path=/head/; revision=426883
Diffstat (limited to 'math/py-matplotlib/Makefile')
-rw-r--r--math/py-matplotlib/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 513fc01d1143..1272c479f8a9 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= matplotlib
-PORTVERSION= 1.5.0
+PORTVERSION= 1.5.3
+DISTVERSIONPREFIX= v
CATEGORIES= math python
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mainland@apeiron.net
@@ -24,7 +24,9 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \
${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado
-USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs
+USE_GITHUB= yes
+
+USES= compiler:c++11-lib gettext pkgconfig python:2 shebangfix uniquefiles:dirs
USE_PYTHON= autoplist distutils
CFLAGS+= -I${LOCALBASE}/include