From ec77e60fda312bff7d3d28c7553a1a1d37b6cd7c Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Sun, 28 Sep 2014 07:48:34 +0000 Subject: Update to version 1.4.0. PR: 193505 Submitted by: m.tsatsenko@gmail.com Approved by: mainland@apeiron.net (maintainer) --- math/py-matplotlib/Makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'math/py-matplotlib/Makefile') diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 011e811bca54..491b2aa683a2 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTVERSION= 1.4.0 CATEGORIES= math python -MASTER_SITES= http://cloud.github.com/downloads/matplotlib/matplotlib/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mainland@apeiron.net COMMENT= Plotting library uses a syntax familiar to MATLAB users +LICENSE= PSFL + BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz @@ -18,12 +19,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng15.so:${PORTSDIR}/graphics/png RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pkgconfig shebangfix -SHEBANG_FILES= examples/pylab_examples/unicode_demo.py \ - examples/animation/old_animation/movie_demo.py -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= pkgconfig shebangfix python +USE_PYTHON= distutils autoplist CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND TKAGGBACKEND WXAGGBACKEND -- cgit v1.2.3