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/ruby27/Makefile
SVNWeb

Number of commits found: 22

Thu, 13 Apr 2023
[ 20:35 Rene Ladan (rene) search for other commits by this committer ]    commit hash:6edd7f25f39eb40147d33ec8fcbbad00e2852c9d  commit hash:6edd7f25f39eb40147d33ec8fcbbad00e2852c9d  commit hash:6edd7f25f39eb40147d33ec8fcbbad00e2852c9d  6edd7f2  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
lang: unregister and remove expired lang/ruby27

Bump example version from 2.7 to 3.1 which is the default version.
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:e1a7c49e51c3c0658dc044047d108e28acc8d27f  commit hash:e1a7c49e51c3c0658dc044047d108e28acc8d27f  commit hash:e1a7c49e51c3c0658dc044047d108e28acc8d27f  e1a7c49 
lang/ruby27: Fix orphaned .timestamp in bdbe2a2f4098f4d21495f314cf4d571efdb4f08f

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:bca8d7334e2d24d2be79498c5e561af8919c17f9  commit hash:bca8d7334e2d24d2be79498c5e561af8919c17f9  commit hash:bca8d7334e2d24d2be79498c5e561af8919c17f9  bca8d73 
lang/ruby27: 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:		bdbe2a2f4098 lang/ruby27: Simplify CAPIDOCS handling
Sun, 9 Oct 2022
[ 15:38 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:bdbe2a2f4098f4d21495f314cf4d571efdb4f08f  commit hash:bdbe2a2f4098f4d21495f314cf4d571efdb4f08f  commit hash:bdbe2a2f4098f4d21495f314cf4d571efdb4f08f  bdbe2a2 
lang/ruby27: 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
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)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f98ae56653d5255e3519da4e97d6edbaa7e6df91  commit hash:f98ae56653d5255e3519da4e97d6edbaa7e6df91  commit hash:f98ae56653d5255e3519da4e97d6edbaa7e6df91  f98ae56  (Only the first 10 of 255 ports in this commit are shown above. View all ports for this commit)
lang: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 23 May 2022
[ 11:12 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:69b7aa5f9cdb85a36708376e37e30c10fdfd88ee  commit hash:69b7aa5f9cdb85a36708376e37e30c10fdfd88ee  commit hash:69b7aa5f9cdb85a36708376e37e30c10fdfd88ee  69b7aa5 
lang/ruby27: Mark DEPRECATED and set EXPIRATION_DATE

After 2.7.6 is released on April 12, 2022, Ruby 2.7 entered the
security only maintainance phase. It continues for a year and after
that Ruby 2.7 reaches its EoL. On the other hand default version of
Ruby has switched to 3.0. So mark this port as DEPRECATED and set
EXPIRATION_DATE to the date of EoL in order to encourage user to
migrate to newer version.

PR:		263451
Approved by:	maintainer timeout
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
Mon, 1 Nov 2021
[ 21:28 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:4d163e8a81407f90efa39db5a9ca58389ecea3a3  commit hash:4d163e8a81407f90efa39db5a9ca58389ecea3a3  commit hash:4d163e8a81407f90efa39db5a9ca58389ecea3a3  4d163e8  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Mk/bsd.ruby.mk: Remove RUBY_NAME

Use ruby${RUBY_SUFFIX} or libruby${RUBY_SHLIBVER} directly.
It also fixes the inconsistency in lang/ruby{26,27,30}/{Makefile,pkg-plist}.
[ 13:42 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:9c7833b3890910322c378d61a77aa95ac33f13f1  commit hash:9c7833b3890910322c378d61a77aa95ac33f13f1  commit hash:9c7833b3890910322c378d61a77aa95ac33f13f1  9c7833b 
lang/ruby27: Use proper variables, RUBY_SHLIBVER and RUBY_SUFFIX
Mon, 28 Jun 2021
[ 20:27 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:3d7556badcdcb42c0265a7b1f0551be80a13a35a  commit hash:3d7556badcdcb42c0265a7b1f0551be80a13a35a  commit hash:3d7556badcdcb42c0265a7b1f0551be80a13a35a  3d7556b 
lang/ruby27: enable libunwind on all supported architectures
Sat, 15 May 2021
[ 07:14 Tobias Kortkamp (tobik) search for other commits by this committer Author: Yasuhiro Kimura ]    commit hash:9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2  commit hash:9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2  commit hash:9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2  9671981  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
*: Remove unnecessary 'port' argument from USES=readline

PR:		248459
Exp-run by:	antoine
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 12 Oct 2020
[ 18:25 pkubaj search for other commits by this committer ] Original commit   Revision:552141
Add libunwind for aarch64, powerpc64 and powerpc64le.
Thu, 2 Apr 2020
[ 12:18 sunpoet search for other commits by this committer ] Original commit   Revision:530360
Fix unintentional change in r530358 and r530359
[ 12:14 sunpoet search for other commits by this committer ] Original commit   Revision:530359
Update to 2.7.1

Changes:	https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/
Fri, 13 Mar 2020
[ 09:27 meta search for other commits by this committer ] Original commit   Revision:528339
lang/ruby27: throw out irb, ri, rdoc from lang/ruby27

because they're provided as "default gem" since Ruby 2.6.

We provide "default gem"s as gem ports rather than a part of lang/ruby*
port.  files/patch-tool_rbinstall.rb makes not to install such default gems
however hollow wrapper scripts bin/{irb,ri,rdoc} and their manpages were
still left.

This commit intend to move out such wrapper scripts and manpages to gem
ports completely.

PR:		243888
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (initial revision)
		meta (myself)
Differential Revision:	https://reviews.freebsd.org/D23514
Wed, 29 Jan 2020
[ 02:25 meta search for other commits by this committer ] Original commit   Revision:524527
lang/ruby27: throw out racc from lang/ruby27

because racc is provied as "default gem" since Ruby 2.7 [1].

We provide default gems as gem ports rather than a part of lang/ruby* port.
files/patch-tool_rbinstall.rb does that. bin/*racc* are leftover wrapper
script that the patch didn't remove default gem racc completely.

racc is provided by devel/rubygem-racc. To avoid conflict racc gem port vs
ruby port, throw it out completely from ruby port.

[1] https://ruby-trunk-changes.hatenablog.com/entry/ruby_trunk_changes_20190620

PR:		242359 237833
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (based on)
Sat, 25 Jan 2020
[ 18:18 sunpoet search for other commits by this committer ] Original commit   Revision:524061
Add ruby27 2.7.0

Number of commits found: 22