Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Dec 2021 09:04:08 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 11822a503f9c - main - devel/rubygem-rdoc63: restore version 6.3.3
Message-ID:  <202112270904.1BR948dE023945@gitrepo.freebsd.org>

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

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

commit 11822a503f9c6e9a156362bdb62bd8b2747a8ba4
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2021-12-27 08:26:07 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2021-12-27 09:04:03 +0000

    devel/rubygem-rdoc63: restore version 6.3.3
    
    Version 6.4 shows segfaults if used with gitlab-ce:
    su -l git -c "cd /usr/local/www/gitlab-ce && RAILS_ENV=production NODE_ENV=production USE_DB=false SKIP_STORAGE_VALIDATION=true NODE_OPTIONS='--max_old_space_size=3584' bundle exec rake gitlab:assets:compile"
    
    rake aborted!
    Psych::BadAlias: Unknown alias: base
    /usr/local/www/gitlab-ce/config/initializers/1_settings.rb:8:in `<top (required)>'
    /usr/local/www/gitlab-ce/config/environment.rb:7:in `<top (required)>'
    /usr/local/www/gitlab-ce/lib/gitlab/task_helpers.rb:18:in `invoke_and_time_task'
    /usr/local/www/gitlab-ce/lib/tasks/gitlab/assets.rake:61:in `each'
    /usr/local/www/gitlab-ce/lib/tasks/gitlab/assets.rake:61:in `block (3 levels) in <top (required)>'
    /usr/local/bin/bundle:23:in `load'
    /usr/local/bin/bundle:23:in `<main>'
    Tasks: TOP => gettext:po_to_json => environment
---
 devel/Makefile                 |  1 +
 devel/rubygem-rdoc63/Makefile  | 30 ++++++++++++++++++++++++++++++
 devel/rubygem-rdoc63/distinfo  |  3 +++
 devel/rubygem-rdoc63/pkg-descr |  5 +++++
 4 files changed, 39 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 1084f41480be..0568511f3260 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6661,6 +6661,7 @@
     SUBDIR += rubygem-rbtrace
     SUBDIR += rubygem-rbtree
     SUBDIR += rubygem-rdoc
+    SUBDIR += rubygem-rdoc63
     SUBDIR += rubygem-re2
     SUBDIR += rubygem-react-rails
     SUBDIR += rubygem-react-rails-rails5
diff --git a/devel/rubygem-rdoc63/Makefile b/devel/rubygem-rdoc63/Makefile
new file mode 100644
index 000000000000..3d8d12b9020a
--- /dev/null
+++ b/devel/rubygem-rdoc63/Makefile
@@ -0,0 +1,30 @@
+PORTNAME=	rdoc
+PORTVERSION=	6.3.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	63
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	RDoc produces HTML and command-line documentation for Ruby projects
+
+LICENSE=	GPLv2 RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE.rdoc
+
+USES=		cpe gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+CPE_VENDOR=	ruby-lang
+
+PORTSCOUT=	limit:^6\.3\.
+
+.include <bsd.port.pre.mk>
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/rdoc
+	${RM} ${STAGEDIR}${PREFIX}/bin/ri
+	${RM} ${STAGEDIR}${PREFIX}/share/man/man1/ri.1 
+
+.include <bsd.port.post.mk>
diff --git a/devel/rubygem-rdoc63/distinfo b/devel/rubygem-rdoc63/distinfo
new file mode 100644
index 000000000000..20f5249efb4a
--- /dev/null
+++ b/devel/rubygem-rdoc63/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1636622683
+SHA256 (rubygem/rdoc-6.3.3.gem) = 5bd7010d76e259794f24713d5650406611854226bb6186460b49d3229bd74635
+SIZE (rubygem/rdoc-6.3.3.gem) = 569344
diff --git a/devel/rubygem-rdoc63/pkg-descr b/devel/rubygem-rdoc63/pkg-descr
new file mode 100644
index 000000000000..3d9f1bdc9649
--- /dev/null
+++ b/devel/rubygem-rdoc63/pkg-descr
@@ -0,0 +1,5 @@
+RDoc produces HTML and command-line documentation for Ruby projects. RDoc
+includes the +rdoc+ and +ri+ tools for generating and displaying online
+documentation. See RDoc for a description of RDoc's markup and basic use.
+
+WWW: https://ruby.github.io/rdoc/



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