diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-18 12:49:23 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-18 12:49:23 +0000 |
commit | a8210c5578408c8bcdde0d88c69c7d67a8444113 (patch) | |
tree | 1e7f1275081cfefe6b9af847fe4437a8e4985fbf | |
parent | dff755f95c34ba70d24b75cf0a91a78445c0acf8 (diff) | |
download | ports-a8210c5578408c8bcdde0d88c69c7d67a8444113.tar.gz ports-a8210c5578408c8bcdde0d88c69c7d67a8444113.zip |
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
-rw-r--r-- | devel/rubygem-rdoc/Makefile | 10 | ||||
-rw-r--r-- | 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 |