[Bug 239933] lang/ruby26: /usr/local/lib/ruby/2.6/csv/delete_suffix.rb not found

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239933 --- Comment #4 from Syouichi TAKAMIYA --- I'm sorry for sending incomplete bug report. After further investigation, csv/delete_suffix.rb disappear when "RDOC" option is off. How to reproduce : 1. When "make config" command , set "RDOC" o

[Bug 239933] lang/ruby26: /usr/local/lib/ruby/2.6/csv/delete_suffix.rb not found

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239933 Sunpoet Po-Chuan Hsieh changed: What|Removed |Added Attachment #206751||maintainer-approval?

[Bug 239933] lang/ruby26: plist issue when RDOC=off

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239933 Koichiro Iwao changed: What|Removed |Added Summary|lang/ruby26:|lang/ruby26: plist issue

[Bug 239933] lang/ruby26: plist issue when RDOC=off

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239933 --- Comment #6 from Koichiro Iwao --- (In reply to Sunpoet Po-Chuan Hsieh from comment #5) Thanks for the patch. LGTM. Ship it! -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229630 Walter Schwarzenfeld changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229630 Walter Schwarzenfeld changed: What|Removed |Added CC||r...@freebsd.org -- You ar

[Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229630 Walter Schwarzenfeld changed: What|Removed |Added CC|r...@freebsd.org| -- You are receiving this

[Bug 240006] portmaster fails to build security/rubygem-acme-client: wrong order of installing requisite packages

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240006 Walter Schwarzenfeld changed: What|Removed |Added CC||r...@freebsd.org -- You ar

[Bug 240006] portmaster fails to build security/rubygem-acme-client: wrong order of installing requisite packages

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240006 --- Comment #7 from Walter Schwarzenfeld --- /usr/ports/Mk/Uses/gem.mk needs: BUILD_DEPENDS+=${RUN_DEPENDS} -- You are receiving this mail because: You are on the CC list for the bug. ___ freeb

[Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229630 --- Comment #3 from Walter Schwarzenfeld --- usr/ports/Mk/Uses/gem.mk needs: BUILD_DEPENDS+=${RUN_DEPENDS} -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-

[Bug 239933] lang/ruby26: plist issue when RDOC=off

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239933 --- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: sunpoet Date: Wed Aug 21 19:27:35 UTC 2019 New revision: 509546 URL: https://svnweb.freebsd.org/changeset/ports/509546 Log: Fix PLIST - Bump PORTREV

[Bug 239933] lang/ruby26: plist issue when RDOC=off

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239933 Sunpoet Po-Chuan Hsieh changed: What|Removed |Added Resolution|--- |FIXED Status|

[Bug 240024] [exp-run] devel/ruby-gems: Update to 3.0.6

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240024 Sunpoet Po-Chuan Hsieh changed: What|Removed |Added Assignee|r...@freebsd.org|port...@freebsd.org -- Y

maintainer-feedback requested: [Bug 240024] [exp-run] devel/ruby-gems: Update to 3.0.6

2019-08-21 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-ruby mailing list for maintainer-feedback: Bug 240024: [exp-run] devel/ruby-gems: Update to 3.0.6 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240024 --- Description --- Update to 3.0.6 Changes:https://github.com/rubygems/rubygems/blob/master

[Bug 240024] [exp-run] devel/ruby-gems: Update to 3.0.6

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240024 Bug ID: 240024 Summary: [exp-run] devel/ruby-gems: Update to 3.0.6 Product: Ports & Packages Version: Latest Hardware: Any URL: https://people.FreeBSD.org/~sunpoet/patch/d

[Bug 239933] lang/ruby26: plist issue when RDOC=off

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239933 --- Comment #9 from Syouichi TAKAMIYA --- I have confirmed this problem was fixed in my environment. Thank you! -- You are receiving this mail because: You are on the CC list for the bug. ___ fr

[Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229630 --- Comment #4 from Koichiro Iwao --- BUILD_DEPENDS+=${RUN_DEPENDS} actually fixes the issue but I'm still not sure if it is the correct fix because the issue doesn't occur when `make install`. I observed the difference between portmaster

[Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229630 Koichiro Iwao changed: What|Removed |Added Attachment #206774|text/x-log |text/plain mime type|

[Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)

2019-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229630 --- Comment #6 from Walter Schwarzenfeld --- You can insert -V RUN_DEPENDS in line 2314 in portmaster (it is then the same as ${BUILD_DEPENDS}+=${RUN_DEPENDS} in gem.mk) 2312 all-depends-list|build-depends-list) 2313