Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 12:51:37 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b26da9a1af66 - main - textproc/rubygem-nokogumbo: Mark BROKEN with ruby32
Message-ID:  <202401211251.40LCpb8w007261@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit b26da9a1af668ea79110bac4cb533a4fbce39c07
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 11:53:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 12:51:16 +0000

    textproc/rubygem-nokogumbo: Mark BROKEN with ruby32
    
    - Mark DEPRECATED as upstream code has been merged into
      textproc/rubygem-nokogiri
    - Set EXPIRATION_DATE 2025-03-31 or sync with the date of ruby31 EOL
    
    PR:             276466
---
 textproc/rubygem-nokogumbo/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/textproc/rubygem-nokogumbo/Makefile b/textproc/rubygem-nokogumbo/Makefile
index cfb7e08486de..c0ca65e526a9 100644
--- a/textproc/rubygem-nokogumbo/Makefile
+++ b/textproc/rubygem-nokogumbo/Makefile
@@ -11,9 +11,13 @@ WWW=		https://github.com/rubys/nokogumbo
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Upstream has merged into textproc/rubygem-nokogiri
+EXPIRATION_DATE=	2025-03-31
+
 RUN_DEPENDS=	rubygem-nokogiri>=1.8.4<2:textproc/rubygem-nokogiri
 
 USES=		gem gnome pkgconfig
 USE_GNOME=	libxml2
+BROKEN_RUBY32=	yes
 
 .include <bsd.port.mk>



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