Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2025 20:09:06 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5c02c467caa0 - main - textproc/rubygem-nokogiri: bump due to libxslt update
Message-ID:  <202505192009.54JK96Vu030567@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c02c467caa01da6f977e57b9ee621b364b29a84

commit 5c02c467caa01da6f977e57b9ee621b364b29a84
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-05-19 19:52:35 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-05-19 20:09:04 +0000

    textproc/rubygem-nokogiri: bump due to libxslt update
    
    Fixes warning:
    WARNING: Nokogiri was built against libxslt version 1.1.42, but has dynamically loaded 1.1.43
---
 textproc/rubygem-nokogiri/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile
index a06f931c2495..f055fdca9e5b 100644
--- a/textproc/rubygem-nokogiri/Makefile
+++ b/textproc/rubygem-nokogiri/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nokogiri
 PORTVERSION=	1.18.8
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505192009.54JK96Vu030567>