diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-03 23:33:07 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-03 23:54:14 +0800 |
commit | 2576094af304172b14e9735fee13d1f36f37f6f7 (patch) | |
tree | fd24d93e0b5984196eb737eed8c152d19ceda626 | |
parent | devel/rubygem-recaptcha: Update to 5.19.0 (diff) |
devel/rubygem-repl_type_completor: Update to 0.1.10
- Update WWW
- Add NO_ARCH
Changes: https://github.com/ruby/repl_type_completor/commits/main
-rw-r--r-- | devel/rubygem-repl_type_completor/Makefile | 7 | ||||
-rw-r--r-- | devel/rubygem-repl_type_completor/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/rubygem-repl_type_completor/Makefile b/devel/rubygem-repl_type_completor/Makefile index 586423eb47c1..7c6decdd370d 100644 --- a/devel/rubygem-repl_type_completor/Makefile +++ b/devel/rubygem-repl_type_completor/Makefile @@ -1,12 +1,11 @@ PORTNAME= repl_type_completor -DISTVERSION= 0.1.9 +PORTVERSION= 0.1.10 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Type based completion for REPL -WWW= https://rubygems.org/gems/repl_type_completor \ - https://github.com/ruby/repl_type_completor +WWW= https://github.com/ruby/repl_type_completor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -16,4 +15,6 @@ RUN_DEPENDS= rubygem-prism>=1.0<2:textproc/rubygem-prism \ USES= gem +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/devel/rubygem-repl_type_completor/distinfo b/devel/rubygem-repl_type_completor/distinfo index c6f8e2c4d399..ca07a34677a2 100644 --- a/devel/rubygem-repl_type_completor/distinfo +++ b/devel/rubygem-repl_type_completor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735620510 -SHA256 (rubygem/repl_type_completor-0.1.9.gem) = 36084d114be2a42b6bcee558f74268226268e012b33bb87fa694222307169369 -SIZE (rubygem/repl_type_completor-0.1.9.gem) = 24576 +TIMESTAMP = 1738090278 +SHA256 (rubygem/repl_type_completor-0.1.10.gem) = 1fccf9b502a3d502daaa803748021839a110d13e383f4efbb6f9eff1ad041161 +SIZE (rubygem/repl_type_completor-0.1.10.gem) = 25088 |