git: 28af0d106648 - main - math/py-matplotlib-scalebar: Fix license

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 31 May 2025 12:39:11 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=28af0d106648c326b53721fd3df7f61bdee95d07

commit 28af0d106648c326b53721fd3df7f61bdee95d07
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-05-31 11:16:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-05-31 12:38:42 +0000

    math/py-matplotlib-scalebar: Fix license
    
    Approved by:    portmgr (blanket)
---
 math/py-matplotlib-scalebar/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/py-matplotlib-scalebar/Makefile b/math/py-matplotlib-scalebar/Makefile
index c98331d5b4a5..c121b0bd9201 100644
--- a/math/py-matplotlib-scalebar/Makefile
+++ b/math/py-matplotlib-scalebar/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	matplotlib-scalebar
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,7 +10,7 @@ MAINTAINER=	rhurlin@FreeBSD.org
 COMMENT=	Artist for matplotlib to display a scale bar
 WWW=		https://github.com/ppinard/matplotlib-scalebar
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \