git: 0f6100555fac - main - print/py-pydyf: Fix license

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f6100555fac9a0a35336993832a91caebabb3b1

commit 0f6100555fac9a0a35336993832a91caebabb3b1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-05-31 11:26:35 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-05-31 12:38:44 +0000

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

diff --git a/print/py-pydyf/Makefile b/print/py-pydyf/Makefile
index e95c3b136ec4..1afdde869f99 100644
--- a/print/py-pydyf/Makefile
+++ b/print/py-pydyf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pydyf
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -8,7 +9,7 @@ MAINTAINER=	pi@FreeBSD.org
 COMMENT=	Low-level PDF generator based on PDF spec 1.7
 WWW=		https://doc.courtbouillon.org/pydyf/
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}