Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2024 12:02:07 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a4f903b73a6d - main - devel/rubygem-nori: Update to 2.7.1
Message-ID:  <202411271202.4ARC27cW070277@gitrepo.freebsd.org>

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

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

commit a4f903b73a6d9d70c7c12bf24016943c2dc112eb
Author:     Ian Valentine <ivalentine@arizona.edu>
AuthorDate: 2024-11-13 21:22:18 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-11-27 11:59:34 +0000

    devel/rubygem-nori: Update to 2.7.1
    
     - add missing dependencies
    
    Changelog: https://github.com/savonrb/nori/blob/main/CHANGELOG.md
    
    PR:             282736
    Approved by:    joe@thrallingpenguin.com (maintainer timeout)
---
 devel/rubygem-nori/Makefile | 17 +++++++++++++++--
 devel/rubygem-nori/distinfo |  5 +++--
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/devel/rubygem-nori/Makefile b/devel/rubygem-nori/Makefile
index 2538acdbf48b..00bd5689662b 100644
--- a/devel/rubygem-nori/Makefile
+++ b/devel/rubygem-nori/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nori
-PORTVERSION=	2.6.0
+DISTVERSION=	2.7.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,8 +10,21 @@ WWW=		https://github.com/savonrb/nori
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
+RUN_DEPENDS=	rubygem-bigdecimal>0:math/rubygem-bigdecimal
 
 USES=		gem
 
+NO_ARCH=	yes
+
+OPTIONS_DEFAULT=	NOKOGIRI
+
+OPTIONS_MULTI=		PARSER
+OPTIONS_MULTI_PARSER=	NOKOGIRI REXML
+
+NOKOGIRI_DESC=	Use Nokogiri as parser
+REXML_DESC=	Use REXML as parser
+
+NOKOGIRI_RUN_DEPENDS=	rubygem-nokogiri>0:textproc/rubygem-nokogiri
+REXML_RUN_DEPENDS=	rubygem-rexml>0:textproc/rubygem-rexml
+
 .include <bsd.port.mk>
diff --git a/devel/rubygem-nori/distinfo b/devel/rubygem-nori/distinfo
index 91f931ccf2fb..638e85ff4e32 100644
--- a/devel/rubygem-nori/distinfo
+++ b/devel/rubygem-nori/distinfo
@@ -1,2 +1,3 @@
-SHA256 (rubygem/nori-2.6.0.gem) = f629a4e92fe394e78f9441d55e71f5606ce8c045f3cc81f326f70b45ce61dc18
-SIZE (rubygem/nori-2.6.0.gem) = 23040
+TIMESTAMP = 1731960554
+SHA256 (rubygem/nori-2.7.1.gem) = 6166cd336959854762073e2fbae888593809cac1b3e904f4fb009313d7226861
+SIZE (rubygem/nori-2.7.1.gem) = 24064



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