diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-20 06:39:27 +0200 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-20 16:06:03 +0200 |
commit | 5e1e4b9b2760dda35154501954ce9048a6b2732c (patch) | |
tree | bd615ffe687a6a94da022f2ef6b2f9b586775180 /math/py-matplotlib2/Makefile | |
parent | audio/py-pyjacklib: New port for pyjacklib v0.1.1 (diff) |
devel/py-cppy, math/py-kiwisolver: fix versions
These ports install lib tagged as v0.0.0.
Both ports require devel/py-setuptools_scm to generate
the version of the library.
PR: 267120
Reported by: jwb
Reviewed by: jwb
Diffstat (limited to 'math/py-matplotlib2/Makefile')
-rw-r--r-- | math/py-matplotlib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib2/Makefile b/math/py-matplotlib2/Makefile index cdd8a90997ff..8c5bd827f3ae 100644 --- a/math/py-matplotlib2/Makefile +++ b/math/py-matplotlib2/Makefile @@ -1,6 +1,6 @@ PORTNAME= matplotlib DISTVERSION= 2.2.4 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |