notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/ruby31/Makefile
SVNWeb

Number of commits found: 13

Wed, 26 Apr 2023
[ 12:53 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:7504cd137ce8aad85cfd7a17aa5492b4aca9dfbe  commit hash:7504cd137ce8aad85cfd7a17aa5492b4aca9dfbe  commit hash:7504cd137ce8aad85cfd7a17aa5492b4aca9dfbe  7504cd1 
lang/ruby31: enable libunwind on powerpc
Tue, 18 Apr 2023
[ 18:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:07a78c94bb4974e536202f588ee46bb51685092f  commit hash:07a78c94bb4974e536202f588ee46bb51685092f  commit hash:07a78c94bb4974e536202f588ee46bb51685092f  07a78c9 
lang/ruby31: Fix typo
Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
Fri, 30 Dec 2022
[ 09:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:b59d2f879d2123a09d4563a006443659128213ae  commit hash:b59d2f879d2123a09d4563a006443659128213ae  commit hash:b59d2f879d2123a09d4563a006443659128213ae  b59d2f8 
lang/ruby31: Fix orphaned .timestamp in 6021649ff0cee1ea88e34b5444c2fe31031ca29a

When both CAPIDOCS and DOCS options are enabled, the following commands are
executed:
1. post-install-CAPIDOCS-on: removed the installed .timestamp (in STAGEDIR).
2. post-install-DOCS-on: copied the generated .timestamp (in capi directory) to
the STAGEDIR again.
Therefore, the installed .timestamp is orphaned.
To fix this, we remove both the generated and installed .timestamp in
post-install-CAPIDOCS-on:.

PR:		267775
Reported by:	yasu
Fri, 9 Dec 2022
[ 04:34 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:e09de8e0440d26dbe40e4200c647d7aebef02cc6  commit hash:e09de8e0440d26dbe40e4200c647d7aebef02cc6  commit hash:e09de8e0440d26dbe40e4200c647d7aebef02cc6  e09de8e 
lang/ruby31: Fix plist error when both CAPIDOCS and DOCS options are on.

When the both options are on, post-install-DOCS-on target is called
after post-install-CAPIDOCS-on has completed. And in the former files
under ${WRKSRC}/doc/ are copied to ${STAGEDIR}${RUBY_DOCDIR}. This
means files under ${WRKSRC}/doc/capi are copied to
${STAGEDIR}${RUBY_DOCDIR}/capi again. And of course
${WRKSRC}/doc/capi/.timestamp is included in them. As a result, even
though ${STAGEDIR}${RUBY_DOCDIR}/capi/.timestamp is removed in
post-install-CAPIDOCS-on target, it is detected as orphaned file at
check-plist phase. So fix it by adding 3rd argument to
${COPYTREE_SHARE} command so .timestamp is excluded from files to be
copied.

PR:		267775
Approved by:	meta (ruby@)
Fixes:		6021649ff0ce lang/ruby31: Simplify CAPIDOCS handling
Sun, 9 Oct 2022
[ 15:38 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:6021649ff0cee1ea88e34b5444c2fe31031ca29a  commit hash:6021649ff0cee1ea88e34b5444c2fe31031ca29a  commit hash:6021649ff0cee1ea88e34b5444c2fe31031ca29a  6021649 
lang/ruby31: Simplify CAPIDOCS handling
Thu, 22 Sep 2022
[ 10:13 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:11b39f56368e20ac102639cd18e0a2eaf5ebb530  commit hash:11b39f56368e20ac102639cd18e0a2eaf5ebb530  commit hash:11b39f56368e20ac102639cd18e0a2eaf5ebb530  11b39f5 
lang/ruby*: switch ruby ports to clang on powerpc with the same workaround that
arm uses
Sat, 10 Sep 2022
[ 13:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:6b5a1998b91521d7a2fa24eaf8e28c69848b4c82  commit hash:6b5a1998b91521d7a2fa24eaf8e28c69848b4c82  commit hash:6b5a1998b91521d7a2fa24eaf8e28c69848b4c82  6b5a199 
lang/ruby31: Update comment
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 23 Jan 2022
[ 01:25 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:f3ed92aaf3513829c70cb5993914e851560cfd9d  commit hash:f3ed92aaf3513829c70cb5993914e851560cfd9d  commit hash:f3ed92aaf3513829c70cb5993914e851560cfd9d  f3ed92a 
lang/ruby{2,3}*: enable dtrace on powerpc64le and bump PORTREVISION

Since dtrace is currently disabled on ruby3*, bump PORTREVISION only on ruby2*
Tue, 18 Jan 2022
[ 00:24 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:d87e3a4da8da560ab9a55150a5e71080543d4e38  commit hash:d87e3a4da8da560ab9a55150a5e71080543d4e38  commit hash:d87e3a4da8da560ab9a55150a5e71080543d4e38  d87e3a4 
lang/ruby{2,3}*: enable dtrace on powerpc and powerpc64
Sun, 26 Dec 2021
[ 00:32 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:1dd141b73480babb1409aa5183ba144d3cb5ef3f  commit hash:1dd141b73480babb1409aa5183ba144d3cb5ef3f  commit hash:1dd141b73480babb1409aa5183ba144d3cb5ef3f  1dd141b 
lang/ruby31: Update to 3.1.0

ReleaseNotes:	https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
Sun, 19 Dec 2021
[ 00:34 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:633b51aa6f3efa1e4cc4ebcf07b95880cdd9a3fe  commit hash:633b51aa6f3efa1e4cc4ebcf07b95880cdd9a3fe  commit hash:633b51aa6f3efa1e4cc4ebcf07b95880cdd9a3fe  633b51a  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
lang/ruby31: Add new port

Add preview1 of Ruby 3.3 series.

To handle pre-release version, Mk/bsd.ruby.mk is changed as following.

* New variable RUBY_DISTVERSION is introduced. It keeps DISTVERSION of
  each ruby port (lang/rubyXY).
* The value of RUBY_VERSION, RUBY_PORTVERSION, RUBY_WRKSRC and
  RUBY_DISTNAME is set by using that of RUBY_DISTVERSION

ReleaseNotes:	https://www.ruby-lang.org/en/news/2021/11/09/ruby-3-1-0-preview1-released/
PR:		259746
Approved by:	maintainer timeout (> 1 month)

Number of commits found: 13