diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-02 03:44:25 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-02 03:44:25 +0800 |
commit | 453dacd0223c81776437df5a67a3835ce52effd1 (patch) | |
tree | ff4a70ba80d173c5300c03d389e8f32763d891ae /textproc | |
parent | 04c1fd42abc8b26c13ea5e7ae63c4f35c16a5cf9 (diff) | |
download | freebsd-ports-gnome-453dacd0223c81776437df5a67a3835ce52effd1.tar.gz freebsd-ports-gnome-453dacd0223c81776437df5a67a3835ce52effd1.tar.zst freebsd-ports-gnome-453dacd0223c81776437df5a67a3835ce52effd1.zip |
Update to 3.0.0
Changes: https://github.com/tj/terminal-table/blob/master/History.rdoc
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-terminal-table/Makefile | 8 | ||||
-rw-r--r-- | textproc/rubygem-terminal-table/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/rubygem-terminal-table/Makefile b/textproc/rubygem-terminal-table/Makefile index 0edb97fffc1b..9a83595a3c35 100644 --- a/textproc/rubygem-terminal-table/Makefile +++ b/textproc/rubygem-terminal-table/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= terminal-table -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -15,9 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-unicode-display_width1>=1.1.1<2:devel/rubygem-unicode-display_width1 -USES= gem +USES= gem shebangfix USE_RUBY= yes NO_ARCH= yes +SHEBANG_FILES= examples/examples_unicode.rb +ruby_OLD_CMD= "/bin/env ruby" + .include <bsd.port.mk> diff --git a/textproc/rubygem-terminal-table/distinfo b/textproc/rubygem-terminal-table/distinfo index e287892f94ed..0c4238dc721b 100644 --- a/textproc/rubygem-terminal-table/distinfo +++ b/textproc/rubygem-terminal-table/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608366382 -SHA256 (rubygem/terminal-table-2.0.0.gem) = 904b528e60a98fcb0801d24f634a3116eaec500692c751765b587b6208cc2ba3 -SIZE (rubygem/terminal-table-2.0.0.gem) = 14336 +TIMESTAMP = 1612101710 +SHA256 (rubygem/terminal-table-3.0.0.gem) = 287a95f4853452ea464bc4193debf8ea44ff84bf127d9021455ca16e65538ab6 +SIZE (rubygem/terminal-table-3.0.0.gem) = 20480 |