Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:41:12 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ec9d77ed7c0d - main - devel/rubygem-tty-markdown: Update to 0.7.2
Message-ID:  <202304051741.335HfC7X002635@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit ec9d77ed7c0d6e08cbd003cf8bf639b4bba3ee70
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:22:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:31:27 +0000

    devel/rubygem-tty-markdown: Update to 0.7.2
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/piotrmurach/tty-markdown/blob/master/CHANGELOG.md
---
 devel/rubygem-tty-markdown/Makefile  | 7 ++++---
 devel/rubygem-tty-markdown/distinfo  | 6 +++---
 devel/rubygem-tty-markdown/pkg-descr | 2 --
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/devel/rubygem-tty-markdown/Makefile b/devel/rubygem-tty-markdown/Makefile
index 0404efa7ea39..cf233b83848b 100644
--- a/devel/rubygem-tty-markdown/Makefile
+++ b/devel/rubygem-tty-markdown/Makefile
@@ -1,18 +1,19 @@
 PORTNAME=	tty-markdown
-PORTVERSION=	0.7.1
+PORTVERSION=	0.7.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Convert markdown document/text into terminal friendly output
-WWW=		https://ttytoolkit.org/
+WWW=		https://ttytoolkit.org/ \
+		https://github.com/piotrmurach/tty-markdown
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-kramdown>=1.16.2<3.0:textproc/rubygem-kramdown \
 		rubygem-pastel>=0.8<1:devel/rubygem-pastel \
-		rubygem-rouge>=3.14<4:textproc/rubygem-rouge \
+		rubygem-rouge>=3.14<5.0:textproc/rubygem-rouge \
 		rubygem-strings>=0.2.0<1:devel/rubygem-strings \
 		rubygem-tty-color>=0.5<1:devel/rubygem-tty-color \
 		rubygem-tty-screen>=0.8<1:devel/rubygem-tty-screen
diff --git a/devel/rubygem-tty-markdown/distinfo b/devel/rubygem-tty-markdown/distinfo
index 9a017c792067..1acde05c1861 100644
--- a/devel/rubygem-tty-markdown/distinfo
+++ b/devel/rubygem-tty-markdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674590496
-SHA256 (rubygem/tty-markdown-0.7.1.gem) = 062face5613adc2ec3d500e4c06e6b090699a97cad62d9dfa55d645f60ebdc92
-SIZE (rubygem/tty-markdown-0.7.1.gem) = 16896
+TIMESTAMP = 1679499044
+SHA256 (rubygem/tty-markdown-0.7.2.gem) = 1ed81db97028d006ba81e2cfd9fe0a04b0eb28650ad0d4086ed6e5627f4ac511
+SIZE (rubygem/tty-markdown-0.7.2.gem) = 16896
diff --git a/devel/rubygem-tty-markdown/pkg-descr b/devel/rubygem-tty-markdown/pkg-descr
index 02ab9661af6d..c5e211235516 100644
--- a/devel/rubygem-tty-markdown/pkg-descr
+++ b/devel/rubygem-tty-markdown/pkg-descr
@@ -1,5 +1,3 @@
 TTY::Markdown provides independent markdown processing component for TTY
 toolkit. It converts a markdown document or text into a terminal friendly
 output.
-
-See also: https://github.com/piotrmurach/tty-markdown



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051741.335HfC7X002635>