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-matplotlib | |
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-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index f232334d85f2..82451814bd0a 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -1,6 +1,6 @@ PORTNAME= matplotlib PORTVERSION= 3.4.3 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |