[Bug 283073] www/rubygem-faraday-gitlab: conflicts with www/rubygem-faraday causing chain reaction of conflicts
Date: Mon, 02 Dec 2024 17:53:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283073 --- Comment #1 from John Hein <jcfyecrayz@liamekaens.com> --- For the moment, I applied the following change to get past the problem locally. After applying that change to devel/rubygem-licensee with that change, it builds / installs fine, and it seems to run just fine in a quick couple tests. ======================= diff --git a/devel/rubygem-licensee/Makefile b/devel/rubygem-licensee/Makefile index c66e851cce5f..c37794954613 100644 --- a/devel/rubygem-licensee/Makefile +++ b/devel/rubygem-licensee/Makefile @@ -11,8 +11,16 @@ WWW= https://github.com/benbalter/licensee LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +#RUN_DEPENDS= rubygem-dotenv>=2.0<4:misc/rubygem-dotenv \ +# rubygem-octokit-gitlab>=4.20<10:net/rubygem-octokit-gitlab \ +# rubygem-reverse_markdown>=1.0<3:textproc/rubygem-reverse_markdown \ +# rubygem-rugged>=0.24<2.0:devel/rubygem-rugged \ +# rubygem-thor>=0.19<2.0:devel/rubygem-thor + +# XXX why does licensee need the -gitlab flavor of rubgem-octokit? +# see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283073 RUN_DEPENDS= rubygem-dotenv>=2.0<4:misc/rubygem-dotenv \ - rubygem-octokit-gitlab>=4.20<10:net/rubygem-octokit-gitlab \ + rubygem-octokit-gitlab>=4.20<10:net/rubygem-octokit \ rubygem-reverse_markdown>=1.0<3:textproc/rubygem-reverse_markdown \ rubygem-rugged>=0.24<2.0:devel/rubygem-rugged \ rubygem-thor>=0.19<2.0:devel/rubygem-thor ======================= -- You are receiving this mail because: You are the assignee for the bug.