git: 13aa953e8655 - main - devel/py-mediafile: Fix build dependency.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 05:14:04 UTC
The branch main has been updated by rigoletto: URL: https://cgit.FreeBSD.org/ports/commit/?id=13aa953e86555a388310f4d3ad008ade44b5cfb7 commit 13aa953e86555a388310f4d3ad008ade44b5cfb7 Author: Alexandre C. Guimarães <rigoletto@FreeBSD.org> AuthorDate: 2023-01-14 05:13:01 +0000 Commit: Alexandre C. Guimarães <rigoletto@FreeBSD.org> CommitDate: 2023-01-14 05:13:01 +0000 devel/py-mediafile: Fix build dependency. Reported by: vishwin --- devel/py-mediafile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-mediafile/Makefile b/devel/py-mediafile/Makefile index f95483a87fdc..7d747c2dca07 100644 --- a/devel/py-mediafile/Makefile +++ b/devel/py-mediafile/Makefile @@ -1,5 +1,6 @@ PORTNAME= mediafile DISTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,7 @@ WWW= https://github.com/beetbox/mediafile LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2:devel/py-flit-core@${PY_FLAVOR} - +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit>=2<4:devel/py-flit@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.46:audio/py-mutagen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR}