git: 535045c6ef61 - main - devel/rubygem-license_finder-gitlab: fix rubygem-rubyzip conflict
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Jun 2025 03:59:00 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=535045c6ef618b6fcf09d11c8c5d444bda06113e
commit 535045c6ef618b6fcf09d11c8c5d444bda06113e
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-06-18 13:57:33 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-06-20 03:55:33 +0000
devel/rubygem-license_finder-gitlab: fix rubygem-rubyzip conflict
---
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 \