diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-24 11:12:25 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-24 11:12:25 +0000 |
commit | b0896d33d07d947c6d9eff2330b67ed09e45f85e (patch) | |
tree | 2710ebea99f672b8068efaf111a90b6d37489fab /math/py-matplotlib | |
parent | 16b3e5dda812222f0b2ecacdd59bc8bd736dce57 (diff) |
math/py-matplotlib: Update to 2.1.2
Maintainer's timeout expired: mainland@apeiron.net
Additional port changes:
* Changed to DISTVERSION
* Changed WWW to https URL
PR: 222689
Submitted by: Kostas Oikonomou <ko@research.att.com> (version 2.0.2)
Approved by: portmgr (maintainer timeout, 14 days)
Approved by: tcberner (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=462787
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 6 | ||||
-rw-r--r-- | math/py-matplotlib/distinfo | 6 | ||||
-rw-r--r-- | math/py-matplotlib/pkg-descr | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 704b2ec23b2a..8391dd36a1bc 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.5.3 -PORTREVISION= 3 DISTVERSIONPREFIX= v +DISTVERSION= 2.1.2 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,9 +24,8 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${FLAVOR} -USE_GITHUB= yes - USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs +USE_GITHUB= yes USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include diff --git a/math/py-matplotlib/distinfo b/math/py-matplotlib/distinfo index 51cf85662838..28a577c8a6c6 100644 --- a/math/py-matplotlib/distinfo +++ b/math/py-matplotlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479367113 -SHA256 (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = c72276afc11f0b77cee736a783861039c0284d2e4739de8ca09d2dd1407745aa -SIZE (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = 50931479 +TIMESTAMP = 1519469715 +SHA256 (matplotlib-matplotlib-v2.1.2_GH0.tar.gz) = 613d79282a0a8ba88cfc52dbcf1b08ab070dae395c3d313d141ccc3f87e3c9fa +SIZE (matplotlib-matplotlib-v2.1.2_GH0.tar.gz) = 35181192 diff --git a/math/py-matplotlib/pkg-descr b/math/py-matplotlib/pkg-descr index 269aed8b0040..b63945a75938 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.org/ +WWW: https://matplotlib.org/ |