Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2021 18:14:26 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b1c00093b73d - main - textproc/rubygem-representable: Update to 3.1.1
Message-ID:  <202107211814.16LIEQRc044345@gitrepo.freebsd.org>

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

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

commit b1c00093b73de466dec20fd0e0da1b464a59cd1c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-21 17:20:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-21 18:12:04 +0000

    textproc/rubygem-representable: Update to 3.1.1
    
    Changes:        https://github.com/trailblazer/representable/blob/master/CHANGES.md
---
 textproc/rubygem-representable/Makefile | 13 +++++++------
 textproc/rubygem-representable/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/textproc/rubygem-representable/Makefile b/textproc/rubygem-representable/Makefile
index a427db44647b..358880139a8f 100644
--- a/textproc/rubygem-representable/Makefile
+++ b/textproc/rubygem-representable/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	representable
-PORTVERSION=	3.0.4
+PORTVERSION=	3.1.1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -9,12 +9,13 @@ COMMENT=	Maps Ruby objects to documents and back
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-declarative<=0.1.0:devel/rubygem-declarative \
-		rubygem-declarative-option<=0.2.0:devel/rubygem-declarative-option \
-		rubygem-uber<=0.2.0:devel/rubygem-uber
+RUN_DEPENDS=	rubygem-declarative>=0<0.1.0:devel/rubygem-declarative \
+		rubygem-trailblazer-option>=0.1.1<0.2.0:devel/rubygem-trailblazer-option \
+		rubygem-uber>=0<0.2.0:devel/rubygem-uber
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/textproc/rubygem-representable/distinfo b/textproc/rubygem-representable/distinfo
index 88ea6d2c6e50..1ee1b116e3b1 100644
--- a/textproc/rubygem-representable/distinfo
+++ b/textproc/rubygem-representable/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492523857
-SHA256 (rubygem/representable-3.0.4.gem) = 07d43917dea4712ecebd19c1909e769deed863ad444d23ceb6461519e2cba962
-SIZE (rubygem/representable-3.0.4.gem) = 77312
+TIMESTAMP = 1626714704
+SHA256 (rubygem/representable-3.1.1.gem) = dacfd01d46ee2c398cf78aa74a3269dd52adc38fdae32c3d3fe5fa4cd2ffbc27
+SIZE (rubygem/representable-3.1.1.gem) = 78848



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