diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-08 10:25:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-08 10:25:59 +0000 |
commit | 73431946cf43f2ba339085df7f49f233c212f7cb (patch) | |
tree | 15f5fc97278e779803aa290ecce597ddd88735a8 /devel/rubygem-tty-file/Makefile | |
parent | Update to 1.2.7 (diff) |
Update to 0.10.0
Changes: https://github.com/piotrmurach/tty-file/blob/master/CHANGELOG.md
Notes
Notes:
svn path=/head/; revision=544477
Diffstat (limited to 'devel/rubygem-tty-file/Makefile')
-rw-r--r-- | devel/rubygem-tty-file/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/rubygem-tty-file/Makefile b/devel/rubygem-tty-file/Makefile index 92576b365875..b57553a26819 100644 --- a/devel/rubygem-tty-file/Makefile +++ b/devel/rubygem-tty-file/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tty-file -PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTVERSION= 0.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,8 +13,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-diff-lcs>=1.3<2:textproc/rubygem-diff-lcs \ - rubygem-pastel>=0.7.2<1:devel/rubygem-pastel \ - rubygem-tty-prompt>=0.20<1:devel/rubygem-tty-prompt + rubygem-pastel>=0.8<1:devel/rubygem-pastel \ + rubygem-tty-prompt>=0.22<1:devel/rubygem-tty-prompt USES= gem USE_RUBY= yes |