diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-06-21 16:40:47 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-06-21 16:40:47 +0000 |
commit | ec894695fa17e1f70354eef7bef73136be80efe6 (patch) | |
tree | 17f7fd5d7d54980959ae51e71b77619e8d706c0b /math/py-matplotlib | |
parent | Convert to USES=autoreconf (diff) |
Update to 1.4.3.
PR: ports/200664
Submitted by: yuri (at) rawbw.com
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=390256
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 5 | ||||
-rw-r--r-- | math/py-matplotlib/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 10b5ba5559a6..bdf1d6d4d229 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTVERSION= 1.4.3 CATEGORIES= math python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,7 @@ COMMENT= Plotting library uses a syntax familiar to MATLAB users LICENSE= PSFL -BUILD_DEPENDS= ${PYNUMPY} +BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng.so:${PORTSDIR}/graphics/png RUN_DEPENDS= ${PYNUMPY} \ diff --git a/math/py-matplotlib/distinfo b/math/py-matplotlib/distinfo index bf829fa857f5..bca0cb4c68fb 100644 --- a/math/py-matplotlib/distinfo +++ b/math/py-matplotlib/distinfo @@ -1,2 +1,2 @@ -SHA256 (matplotlib-1.4.0.tar.gz) = 6d670d0e7a0967ff92c8f8127440b7c533b22bc484b0b6b4d24548ab0d6a3da3 -SIZE (matplotlib-1.4.0.tar.gz) = 51153512 +SHA256 (matplotlib-1.4.3.tar.gz) = 5b9544472d9d6ab3d47423bdb5a0e64fdf913e505c1c083f25283dd0362bc0b6 +SIZE (matplotlib-1.4.3.tar.gz) = 49933525 |