git: 34d79e640415 - main - devel/git-lab: pet portlint (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Nov 2024 10:28:55 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=34d79e6404152bf85fcc1dad9b228d2599ba36f7 commit 34d79e6404152bf85fcc1dad9b228d2599ba36f7 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-20 10:17:59 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-20 10:28:41 +0000 devel/git-lab: pet portlint (+) When building with all flavors, concurrent packages get override by same name without flafors suffix Approved by: portmgr blanket (trivial packaging fix) Sponsored by: Future Crew, LLC --- devel/git-lab/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/git-lab/Makefile b/devel/git-lab/Makefile index f518f7cca99d..c64d6da59b93 100644 --- a/devel/git-lab/Makefile +++ b/devel/git-lab/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-gitlab>=2.7.1:devel/py-python-gitlab@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils optsuffix USE_GITLAB= yes GL_SITE= https://invent.kde.org