git: 96fe771f9ee2 - main - devel/rubygem-gitlab-sdk: fix build problem
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 06:41:12 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=96fe771f9ee293d934846a11ea98ac55129f638f commit 96fe771f9ee293d934846a11ea98ac55129f638f Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-01-05 06:40:01 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-01-05 06:40:01 +0000 devel/rubygem-gitlab-sdk: fix build problem The port does not have a license file included and therefor fails to build. --- devel/rubygem-gitlab-sdk/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/rubygem-gitlab-sdk/Makefile b/devel/rubygem-gitlab-sdk/Makefile index 0771e4c5f5cb..429a05dcde62 100644 --- a/devel/rubygem-gitlab-sdk/Makefile +++ b/devel/rubygem-gitlab-sdk/Makefile @@ -8,7 +8,6 @@ COMMENT= Client side Ruby SDK for GitLab Application services WWW= https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-application-sdk-rb LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activesupport70>=3.0:devel/rubygem-activesupport70 \ rubygem-rake>=13.0<14:devel/rubygem-rake \