diff options
author | demon <demon@FreeBSD.org> | 2014-09-28 15:48:34 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-09-28 15:48:34 +0800 |
commit | 1ebaaab24396e9a064bbf9f37a607210ad014882 (patch) | |
tree | bc29c25d4ffa8ca720e7e0b31964b0c188c6c64a /math | |
parent | bd0e52150071c8aae6a57abde782cb785e2ca50d (diff) | |
download | freebsd-ports-gnome-1ebaaab24396e9a064bbf9f37a607210ad014882.tar.gz freebsd-ports-gnome-1ebaaab24396e9a064bbf9f37a607210ad014882.tar.zst freebsd-ports-gnome-1ebaaab24396e9a064bbf9f37a607210ad014882.zip |
Update to version 1.4.0.
PR: 193505
Submitted by: m.tsatsenko@gmail.com
Approved by: mainland@apeiron.net (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/py-matplotlib/Makefile | 15 | ||||
-rw-r--r-- | math/py-matplotlib/distinfo | 4 | ||||
-rw-r--r-- | math/py-matplotlib/pkg-descr | 2 |
3 files changed, 9 insertions, 12 deletions
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 diff --git a/math/py-matplotlib/distinfo b/math/py-matplotlib/distinfo index 044d08aa58de..bf829fa857f5 100644 --- a/math/py-matplotlib/distinfo +++ b/math/py-matplotlib/distinfo @@ -1,2 +1,2 @@ -SHA256 (matplotlib-1.2.0.tar.gz) = 48fdb3b8f27010bc81ccf3925032768d499f82be979d9b6edccc4e2cced4dcaf -SIZE (matplotlib-1.2.0.tar.gz) = 36893347 +SHA256 (matplotlib-1.4.0.tar.gz) = 6d670d0e7a0967ff92c8f8127440b7c533b22bc484b0b6b4d24548ab0d6a3da3 +SIZE (matplotlib-1.4.0.tar.gz) = 51153512 diff --git a/math/py-matplotlib/pkg-descr b/math/py-matplotlib/pkg-descr index f639c0131b3d..269aed8b0040 100644 --- a/math/py-matplotlib/pkg-descr +++ b/math/py-matplotlib/pkg-descr @@ -5,4 +5,4 @@ can be used in python scripts, interactively from the python shell (ala matlab or mathematica), in web application servers generating dynamic charts, or embedded in GTK, Tk or WX applications; see backends. -WWW: http://matplotlib.sourceforge.net/ +WWW: http://matplotlib.org/ |