Date: Fri, 5 Jan 2024 06:41:12 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 96fe771f9ee2 - main - devel/rubygem-gitlab-sdk: fix build problem Message-ID: <202401050641.4056fCfx060791@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401050641.4056fCfx060791>