summaryrefslogtreecommitdiff
path: root/math/py-matplotlib-scalebar/Makefile
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2022-03-17 07:18:55 +0100
committerRainer Hurling <rhurlin@FreeBSD.org>2022-03-17 07:28:04 +0100
commitadf59b180ce26d6d376049be9e37774fefc6371d (patch)
tree2454a0a6d3b0f63250742e5d3831c84fcfe00a82 /math/py-matplotlib-scalebar/Makefile
parentAdd buildbot user and group (diff)
math/py-matplotlib-scalebar: Update to 0.8.1
- Correct license to BSD, like done in sources - Remove useless shebangs Changelog: https://github.com/ppinard/matplotlib-scalebar/compare/0.8.0...0.8.1 Reported by: Repology MFH: 2022Q1
Diffstat (limited to 'math/py-matplotlib-scalebar/Makefile')
-rw-r--r--math/py-matplotlib-scalebar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-matplotlib-scalebar/Makefile b/math/py-matplotlib-scalebar/Makefile
index 09b9bc8f0358..f46b43e081ce 100644
--- a/math/py-matplotlib-scalebar/Makefile
+++ b/math/py-matplotlib-scalebar/Makefile
@@ -1,7 +1,7 @@
# Created by: Rainer Hurling <rhurlin@gwdg.de>
PORTNAME= matplotlib-scalebar
-PORTVERSION= 0.8.0
+PORTVERSION= 0.8.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rhurlin@FreeBSD.org
COMMENT= Artist for matplotlib to display a scale bar
-LICENSE= MIT
+LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}