Re: git: 6a6152fcf8c8 - main - textproc/rubygem-nokogiri: Do not install patches
Date: Mon, 06 May 2024 08:15:10 UTC
On Wed, Feb 21, 2024 at 4:41 PM Po-Chuan Hsieh <sunpoet@freebsd.org> wrote: > > The branch main has been updated by sunpoet: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=6a6152fcf8c80fa414fa3b992547ba133edc5049 > > commit 6a6152fcf8c80fa414fa3b992547ba133edc5049 > Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > AuthorDate: 2024-02-21 15:03:12 +0000 > Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > CommitDate: 2024-02-21 15:11:25 +0000 > > textproc/rubygem-nokogiri: Do not install patches > > - Bump PORTREVISION for package change > --- > textproc/rubygem-nokogiri/Makefile | 5 +++-- > textproc/rubygem-nokogiri/files/patch-gemspec | 19 ++++++++++--------- > 2 files changed, 13 insertions(+), 11 deletions(-) Hello, This is wrong: -- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.8.2"]) Now, nokogiri depends on mini_portile2 while it shouldn't according to the comment in the Makefile Antoine