Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 12:53:58 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: a8210c557840 - main - devel/rubygem-rdoc: Update to 6.6.3.1
Message-ID:  <202404181253.43ICrwEx071701@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=a8210c5578408c8bcdde0d88c69c7d67a8444113

commit a8210c5578408c8bcdde0d88c69c7d67a8444113
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-18 12:49:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-18 12:49:23 +0000

    devel/rubygem-rdoc: Update to 6.6.3.1
    
    - Update WWW
    
    Changes:        https://github.com/ruby/rdoc/releases
                    https://github.com/ruby/rdoc/commits/master
    Security:       CVE-2024-27281
---
 devel/rubygem-rdoc/Makefile | 10 +++++-----
 devel/rubygem-rdoc/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/rubygem-rdoc/Makefile b/devel/rubygem-rdoc/Makefile
index 16a3a7e50617..7a45c40a4c79 100644
--- a/devel/rubygem-rdoc/Makefile
+++ b/devel/rubygem-rdoc/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	rdoc
-PORTVERSION=	6.6.2
+PORTVERSION=	6.6.3.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	RDoc produces HTML and command-line documentation for Ruby projects
-WWW=		https://ruby.github.io/rdoc/
+WWW=		https://ruby.github.io/rdoc/ \
+		https://github.com/ruby/rdoc
 
 LICENSE=	GPLv2 RUBY
 LICENSE_COMB=	dual
@@ -17,12 +18,11 @@ USES=		cpe gem
 
 NO_ARCH=	yes
 
-CPE_VENDOR=	ruby-lang
-
 PLIST_FILES=	bin/rdoc bin/ri share/man/man1/ri.1.gz
 
+CPE_VENDOR=	ruby-lang
+
 post-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1
 	${INSTALL_DATA} ${WRKSRC}/man/ri.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>
diff --git a/devel/rubygem-rdoc/distinfo b/devel/rubygem-rdoc/distinfo
index 250aed8ecb43..a6ac090d6318 100644
--- a/devel/rubygem-rdoc/distinfo
+++ b/devel/rubygem-rdoc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703228108
-SHA256 (rubygem/rdoc-6.6.2.gem) = f763dbec81079236bcccded19d69680471bd55da8f731ea6f583d019dacd9693
-SIZE (rubygem/rdoc-6.6.2.gem) = 651264
+TIMESTAMP = 1713033382
+SHA256 (rubygem/rdoc-6.6.3.1.gem) = 39f7b749229ab5ad9d21c81586151c1dd7a549fa8be4070ee09b524f9c656345
+SIZE (rubygem/rdoc-6.6.3.1.gem) = 651264



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