diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-18 16:46:53 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-18 16:46:53 +0000 |
commit | 8d0243fa0c458dee1a45d288776c2f4ae580a0a8 (patch) | |
tree | 21a12c34e4a4add9c8c95929fb11e1fceaea98c8 | |
parent | a7ab802dec5699066576fd8c41e88a4d3cab0ced (diff) |
devel/rubygem-tty-color: Update WWW and clean up pkg-descr
-rw-r--r-- | devel/rubygem-tty-color/Makefile | 3 | ||||
-rw-r--r-- | devel/rubygem-tty-color/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/rubygem-tty-color/Makefile b/devel/rubygem-tty-color/Makefile index 4351ad4488d7..1c796f836050 100644 --- a/devel/rubygem-tty-color/Makefile +++ b/devel/rubygem-tty-color/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Terminal color capabilities detection -WWW= https://ttytoolkit.org/ +WWW= https://ttytoolkit.org/ \ + https://github.com/piotrmurach/tty-color LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/rubygem-tty-color/pkg-descr b/devel/rubygem-tty-color/pkg-descr index 167b9fcec799..8fa633ea23d9 100644 --- a/devel/rubygem-tty-color/pkg-descr +++ b/devel/rubygem-tty-color/pkg-descr @@ -1,4 +1,2 @@ TTY::Color provides independent color support detection component for TTY toolkit. - -See also: https://github.com/piotrmurach/tty-color |