git: 143ede2eba40 - main - converters/py-zfec: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Nov 2024 10:17:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=143ede2eba409e7afebd4bbd2ba7aa6b9d5c4041 commit 143ede2eba409e7afebd4bbd2ba7aa6b9d5c4041 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-15 10:09:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-15 10:17:08 +0000 converters/py-zfec: Cosmetic change --- converters/py-zfec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converters/py-zfec/Makefile b/converters/py-zfec/Makefile index 0c3f9dde7e45..6f6c7ae023d8 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= dual LICENSE_NAME_TGGPL= Transitive Grace Period Public Licence 1.0 LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.GPL LICENSE_FILE_TGGPL= ${WRKSRC}/COPYING.TGPPL.rst -LICENSE_PERMS_TGGPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_TGGPL= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}