git: 8d9f10a5c2ce - 2025Q2 - devel/rubygem-license_finder-gitlab: fix rubygem-rubyzip conflict
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Jun 2025 07:16:44 UTC
The branch 2025Q2 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8d9f10a5c2cec04c5f4ebec583bc4a4926af32b0
commit 8d9f10a5c2cec04c5f4ebec583bc4a4926af32b0
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-06-18 13:57:33 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-06-20 05:38:29 +0000
devel/rubygem-license_finder-gitlab: fix rubygem-rubyzip conflict
(cherry picked from commit 535045c6ef618b6fcf09d11c8c5d444bda06113e)
---
devel/rubygem-license_finder-gitlab/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/rubygem-license_finder-gitlab/Makefile b/devel/rubygem-license_finder-gitlab/Makefile
index 327556dca5a3..7660517baac6 100644
--- a/devel/rubygem-license_finder-gitlab/Makefile
+++ b/devel/rubygem-license_finder-gitlab/Makefile
@@ -1,5 +1,6 @@
PORTNAME= license_finder
PORTVERSION= 7.2.1
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
@@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler \
rubygem-csv>=3.2<4:devel/rubygem-csv \
- rubygem-rubyzip>=1<3:archivers/rubygem-rubyzip \
+ rubygem-rubyzip-gitlab>=1<3:archivers/rubygem-rubyzip-gitlab \
rubygem-thor>=1.2<2:devel/rubygem-thor \
rubygem-tomlrb>=1.3<2.1:textproc/rubygem-tomlrb \
rubygem-with_env>=1.1.0<1.1.1:devel/rubygem-with_env \