Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 21:50:33 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: ffad6fdfc5cd - main - textproc/rubygem-yard: Update to 0.9.34
Message-ID:  <202304182150.33ILoXnL054423@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=ffad6fdfc5cd4146a8e74049ed0aa0f53fa859ca

commit ffad6fdfc5cd4146a8e74049ed0aa0f53fa859ca
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-18 21:39:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 21:39:04 +0000

    textproc/rubygem-yard: Update to 0.9.34
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/lsegal/yard/releases
---
 textproc/rubygem-yard/Makefile  | 5 +++--
 textproc/rubygem-yard/distinfo  | 6 +++---
 textproc/rubygem-yard/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/textproc/rubygem-yard/Makefile b/textproc/rubygem-yard/Makefile
index 79ab1a06f52c..0e3ef3dc2ea1 100644
--- a/textproc/rubygem-yard/Makefile
+++ b/textproc/rubygem-yard/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	yard
-PORTVERSION=	0.9.32
+PORTVERSION=	0.9.34
 CATEGORIES=	textproc devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Documentation generation tool for Ruby
-WWW=		https://yardoc.org/
+WWW=		https://yardoc.org/ \
+		https://github.com/lsegal/yard
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/textproc/rubygem-yard/distinfo b/textproc/rubygem-yard/distinfo
index a3e83fa34ef7..08d7dcba8d4f 100644
--- a/textproc/rubygem-yard/distinfo
+++ b/textproc/rubygem-yard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681053038
-SHA256 (rubygem/yard-0.9.32.gem) = c48424e371a8137b9bc4e59d1ef0a8ad42f53b38dc42d54aebd5c1ce28507c9d
-SIZE (rubygem/yard-0.9.32.gem) = 737792
+TIMESTAMP = 1681843944
+SHA256 (rubygem/yard-0.9.34.gem) = 5a8e04114d7f15f77814973ea56b7c38282126fb2930eb82851ffed0b9cd7e04
+SIZE (rubygem/yard-0.9.34.gem) = 748544
diff --git a/textproc/rubygem-yard/pkg-descr b/textproc/rubygem-yard/pkg-descr
index 19a3c9846ef6..25abf3475f40 100644
--- a/textproc/rubygem-yard/pkg-descr
+++ b/textproc/rubygem-yard/pkg-descr
@@ -4,5 +4,3 @@ YARD is a documentation generation tool for the Ruby programming language. It
 enables the user to generate consistent, usable documentation that can be
 exported to a number of formats very easily, and also supports extending for
 custom Ruby constructs such as custom class level definitions.
-
-See also: https://github.com/lsegal/yard



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