Date: Mon, 02 Dec 2024 17:53:13 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 283073] www/rubygem-faraday-gitlab: conflicts with www/rubygem-faraday causing chain reaction of conflicts Message-ID: <bug-283073-7788-RWbrvkcvEK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-283073-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-283073-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283073 --- Comment #1 from John Hein <jcfyecrayz@liamekaens.com> --- For the moment, I applied the following change to get past the problem loca= lly. 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 tes= ts. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff --git a/devel/rubygem-licensee/Makefile b/devel/rubygem-licensee/Makef= ile index c66e851cce5f..c37794954613 100644 --- a/devel/rubygem-licensee/Makefile +++ b/devel/rubygem-licensee/Makefile @@ -11,8 +11,16 @@ WWW=3D https://github.com/benbalter/licensee LICENSE=3D MIT LICENSE_FILE=3D ${WRKSRC}/LICENSE.md +#RUN_DEPENDS=3D rubygem-dotenv>=3D2.0<4:misc/rubygem-dotenv \ +# rubygem-octokit-gitlab>=3D4.20<10:net/rubygem-octokit-gitla= b \ +#=20=20=20=20=20=20=20=20=20=20=20=20=20 rubygem-reverse_markdown>=3D1.0<3:textproc/rubygem-reverse_markdown \ +# rubygem-rugged>=3D0.24<2.0:devel/rubygem-rugged \ +# rubygem-thor>=3D0.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=3D283073 RUN_DEPENDS=3D rubygem-dotenv>=3D2.0<4:misc/rubygem-dotenv \ - rubygem-octokit-gitlab>=3D4.20<10:net/rubygem-octokit-gitla= b \ + rubygem-octokit-gitlab>=3D4.20<10:net/rubygem-octokit \ =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 rubygem-reverse_markdown>=3D1.0<3:textproc/rubygem-reverse_markdown \ rubygem-rugged>=3D0.24<2.0:devel/rubygem-rugged \ rubygem-thor>=3D0.19<2.0:devel/rubygem-thor =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283073-7788-RWbrvkcvEK>