diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-02-13 11:33:13 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-02-13 11:33:13 +0000 |
commit | b0e26116d3b9839bdff92c095d0129ebf3801f03 (patch) | |
tree | 3d85546ad643861b2142e2e79c2efe1435bd614e /math/py-matplotlib-scalebar/Makefile | |
parent | graphics/openexr, ilmbase: security update to v2.5.5 (diff) |
math/py-matplotlib-scalebar: Update to 0.7.2
Fix deprecation warning in matplotlib >= 3.4 of minimumdescent
Changelog: https://github.com/ppinard/matplotlib-scalebar
Reported by: Repology
Approved by: arrowd, tcberner (mentors, implicit)
Diffstat (limited to 'math/py-matplotlib-scalebar/Makefile')
-rw-r--r-- | math/py-matplotlib-scalebar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib-scalebar/Makefile b/math/py-matplotlib-scalebar/Makefile index 9b7d4d3c4b57..42f21f4f0341 100644 --- a/math/py-matplotlib-scalebar/Makefile +++ b/math/py-matplotlib-scalebar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= matplotlib-scalebar -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |