git: fe575a0aa7a3 - main - devel/rubygem-treetop: Update to 1.6.11

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 6 15:07:47 UTC 2021


The branch main has been updated by sunpoet:

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

commit fe575a0aa7a375f7deb7100b084ebb023cdfe8b5
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 15:00:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 15:00:09 +0000

    devel/rubygem-treetop: Update to 1.6.11
    
    - Update version requirement of RUN_DEPENDS
    
    Changes:        https://github.com/cjheath/treetop/blob/master/History.txt
                    https://github.com/cjheath/treetop/commits/master
---
 devel/rubygem-treetop/Makefile | 9 +++++----
 devel/rubygem-treetop/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/devel/rubygem-treetop/Makefile b/devel/rubygem-treetop/Makefile
index f8e0135027fb..09a91bb7f9c8 100644
--- a/devel/rubygem-treetop/Makefile
+++ b/devel/rubygem-treetop/Makefile
@@ -1,7 +1,7 @@
 # Created by: Wen Heping <ruby at FreeBSD.org>
 
 PORTNAME=	treetop
-PORTVERSION=	1.6.10
+PORTVERSION=	1.6.11
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,11 +11,12 @@ COMMENT=	Ruby-based DSL for text parsing and interpretation
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-polyglot>=0.3:devel/rubygem-polyglot
+RUN_DEPENDS=	rubygem-polyglot>=0.3<1:devel/rubygem-polyglot
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/tt
 
diff --git a/devel/rubygem-treetop/distinfo b/devel/rubygem-treetop/distinfo
index f237ce62d543..15f1a9a400fa 100644
--- a/devel/rubygem-treetop/distinfo
+++ b/devel/rubygem-treetop/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521645287
-SHA256 (rubygem/treetop-1.6.10.gem) = 67df9f52c5fdeb7b2b8ce42156f9d019c1c4eb643481a68149ff6c0b65bc613c
-SIZE (rubygem/treetop-1.6.10.gem) = 92160
+TIMESTAMP = 1625323813
+SHA256 (rubygem/treetop-1.6.11.gem) = 102e13adf065fc916eae60b9539a76101902a56e4283c847468eaea9c2c72719
+SIZE (rubygem/treetop-1.6.11.gem) = 91136


More information about the dev-commits-ports-main mailing list