diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-01-11 17:49:29 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-01-11 17:49:29 +0000 |
commit | be0afdaf0498faccbf4dff1b318985be1e61e900 (patch) | |
tree | f145102c782368fb85bc62c48ec0f67e8a5ba265 /math/py-matplotlib-scalebar/Makefile | |
parent | www/lychee: update to 0.5.0 (diff) |
math/py-matplotlib-scalebar: Update to 0.7.1
- Fix scalebar location validation from rcParams
Changelog: https://github.com/ppinard/matplotlib-scalebar#071
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 9aba35f84645..9b7d4d3c4b57 100644 --- a/math/py-matplotlib-scalebar/Makefile +++ b/math/py-matplotlib-scalebar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= matplotlib-scalebar -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |