notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: Mk/bsd.ruby.mk

Number of commits found: 368 (showing only 100 on this page)

1 | 2 | 3 | 4  »  

Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Friday, 30 Dec 2022
09:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/bsd.ruby.mk: Consolidate RUBY_PORTEPOCH

RUBY_PORTEPOCH is identical for all ruby ports (lang/rubyXX).
commit hash: 0e6cbfa14a8e8d9a2052f28dd6f7cf272cf7cc94 commit hash: 0e6cbfa14a8e8d9a2052f28dd6f7cf272cf7cc94 commit hash: 0e6cbfa14a8e8d9a2052f28dd6f7cf272cf7cc94 commit hash: 0e6cbfa14a8e8d9a2052f28dd6f7cf272cf7cc94 0e6cbfa
Monday, 26 Dec 2022
07:57 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby32: Update to 3.2.0

Add YJIT option, that enables YJIT (Yet Another Ruby JIT).

ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/
PR:		268557
Approved by:	meta (ruby, maintainer)
commit hash: f3851a563ed18e44f77806182f3e230ff9960613 commit hash: f3851a563ed18e44f77806182f3e230ff9960613 commit hash: f3851a563ed18e44f77806182f3e230ff9960613 commit hash: f3851a563ed18e44f77806182f3e230ff9960613 f3851a5
Monday, 12 Dec 2022
11:01 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby32: Update to 3.2.0-rc1

ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/12/06/ruby-3-2-0-rc1-released/
PR:		267776
Approved by:	meta (ruby, maintainer)
MFH:		2022Q4
Security:	84ab03b6-6c20-11ed-b519-080027f5fec9
commit hash: 63ffcdf556866ff9d6073be8a6df3f148bbf80bb commit hash: 63ffcdf556866ff9d6073be8a6df3f148bbf80bb commit hash: 63ffcdf556866ff9d6073be8a6df3f148bbf80bb commit hash: 63ffcdf556866ff9d6073be8a6df3f148bbf80bb 63ffcdf
Friday, 9 Dec 2022
04:35 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby31: Update to 3.1.3

ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-1-3-released/
PR:		267979
Approved by:	meta (ruby@)
MFH:		2022Q4
Security:	84ab03b6-6c20-11ed-b519-080027f5fec9
commit hash: 9f81108971acc0511315067197ae72fc477c2141 commit hash: 9f81108971acc0511315067197ae72fc477c2141 commit hash: 9f81108971acc0511315067197ae72fc477c2141 commit hash: 9f81108971acc0511315067197ae72fc477c2141 9f81108
04:35 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby30: Update to 3.0.5

ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-0-5-released/
PR:		267978
Approved by:	maintainer timeout
Exp-run by:	antoine
MFH:		2022Q4
Security:	84ab03b6-6c20-11ed-b519-080027f5fec9
commit hash: 6db5d783fedc155ed6e233785ba7e1162cee2ce1 commit hash: 6db5d783fedc155ed6e233785ba7e1162cee2ce1 commit hash: 6db5d783fedc155ed6e233785ba7e1162cee2ce1 commit hash: 6db5d783fedc155ed6e233785ba7e1162cee2ce1 6db5d78
04:35 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby27: Update to 2.7.7

ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/11/24/ruby-2-7-7-released/
PR:		267977
Approved by:	maintainer timeout
MFH:		2022Q4
Security:	84ab03b6-6c20-11ed-b519-080027f5fec9
commit hash: 60808c6c007c8a4d5a3dcb800d492806d6bd60df commit hash: 60808c6c007c8a4d5a3dcb800d492806d6bd60df commit hash: 60808c6c007c8a4d5a3dcb800d492806d6bd60df commit hash: 60808c6c007c8a4d5a3dcb800d492806d6bd60df 60808c6
Thursday, 22 Sep 2022
10:13 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/ruby*: switch ruby ports to clang on powerpc with the same workaround that
arm uses
commit hash: 11b39f56368e20ac102639cd18e0a2eaf5ebb530 commit hash: 11b39f56368e20ac102639cd18e0a2eaf5ebb530 commit hash: 11b39f56368e20ac102639cd18e0a2eaf5ebb530 commit hash: 11b39f56368e20ac102639cd18e0a2eaf5ebb530 11b39f5
Saturday, 10 Sep 2022
16:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/ruby32: Update to 3.2.0-preview2

Changes:	https://www.ruby-lang.org/en/news/2022/09/09/ruby-3-2-0-preview2-released/
		https://github.com/ruby/ruby/releases/tag/v3_2_0_preview2
commit hash: 73216b1ead65455ddba54de788e55c000bbc1ec2 commit hash: 73216b1ead65455ddba54de788e55c000bbc1ec2 commit hash: 73216b1ead65455ddba54de788e55c000bbc1ec2 commit hash: 73216b1ead65455ddba54de788e55c000bbc1ec2 73216b1
Wednesday, 20 Jul 2022
19:40 Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove 'Created by' lines

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

  *  Akinori MUSHA <knu@FreeBSD.org>
  *  Alejandro Pulver <alepulver@FreeBSD.org>
  *  Edwin Groothuis <edwin@freebsd.org>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Florent Thoumie <flz@FreeBSD.org>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Mark Linimon <linimon@FreeBSD.org>
  *  Shaun Amott <shaun@inerd.com>

With hat:	portmgr
Reported by:	mat
commit hash: 2c54d261a63d7af9bef550ad62b7a47e20c7b05f commit hash: 2c54d261a63d7af9bef550ad62b7a47e20c7b05f commit hash: 2c54d261a63d7af9bef550ad62b7a47e20c7b05f commit hash: 2c54d261a63d7af9bef550ad62b7a47e20c7b05f 2c54d26
Sunday, 22 May 2022
05:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/bsd.ruby.mk: Remove PLIST_SUB helpers

These PLIST_SUB helpers are not being used for many years.
AFAIK, I've never seen RUBY25 or above being used anywhere.
commit hash: 5a7c1cce4080dfc64f0c59830f2180b1e9994f0c commit hash: 5a7c1cce4080dfc64f0c59830f2180b1e9994f0c commit hash: 5a7c1cce4080dfc64f0c59830f2180b1e9994f0c commit hash: 5a7c1cce4080dfc64f0c59830f2180b1e9994f0c 5a7c1cc
Monday, 9 May 2022
19:23 Kevin Bowling (kbowling) search for other commits by this committer
devel/libffi: Bump deps PORTREVISION for shlib change

PR:		263764
Reported by:	VVD <vvd@unislabs.com>
commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 db78da8
Monday, 2 May 2022
11:14 Yasuhiro Kimura (yasu) search for other commits by this committer
Mk/bsd.ruby.mk: Remove RUBY_RDOC

After lang/ruby26 is removed the value of it is same with all
supported ruby versions. So ports need not use it to specify full
patch of rdoc executable.

PR:		263386
Approved by:	maintainer timeout
commit hash: e4a56e48d471fef7f8a2c20fb7e4463af4e892d6 commit hash: e4a56e48d471fef7f8a2c20fb7e4463af4e892d6 commit hash: e4a56e48d471fef7f8a2c20fb7e4463af4e892d6 commit hash: e4a56e48d471fef7f8a2c20fb7e4463af4e892d6 e4a56e4
Sunday, 24 Apr 2022
10:00 Tobias C. Berner (tcberner) search for other commits by this committer
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 aa25396
Saturday, 23 Apr 2022
00:49 Yasuhiro Kimura (yasu) search for other commits by this committer
Mk/bsd.ruby.mk: Bump RUBY_PORTREVISION of Ruby 2.7 and 3.0

Both lang/ruby27 and lang/ruby30 need to be rebuilt after default
version of Ruby has switched from 2.7 to 3.0.

Reported by:	bdrewery
Fixes:		eca58e376812 (Mk/bsd.default-versions.mk: Switch default version of Ruby
from 2.7 to 3.0)
commit hash: 8fd85e6135ebde545a0cff96f184579c054f1e7e commit hash: 8fd85e6135ebde545a0cff96f184579c054f1e7e commit hash: 8fd85e6135ebde545a0cff96f184579c054f1e7e commit hash: 8fd85e6135ebde545a0cff96f184579c054f1e7e 8fd85e6
Sunday, 17 Apr 2022
04:07 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby32: Add upstream patches to fix recent vulnerabilities

PR:		263357
Approved by:	sunpoet (ruby@)
Security:	f22144d7-bad1-11ec-9cfe-0800270512f4
Security:	06ed6a49-bad4-11ec-9cfe-0800270512f4
commit hash: 3d90d93bd56ee79ea165afecd38fd9fec6674d26 commit hash: 3d90d93bd56ee79ea165afecd38fd9fec6674d26 commit hash: 3d90d93bd56ee79ea165afecd38fd9fec6674d26 commit hash: 3d90d93bd56ee79ea165afecd38fd9fec6674d26 3d90d93
Saturday, 16 Apr 2022
13:32 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby27: Update to 2.7.6

ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-7-6-released/
PR:		263250
Exp-run by:	antoine
Approved by:	sunpoet (ruby@)
MFH:		2022Q2
Security:	06ed6a49-bad4-11ec-9cfe-0800270512f4
commit hash: dc1e57cf9170bfb3f7f29af852dd3e03d5c2db5b commit hash: dc1e57cf9170bfb3f7f29af852dd3e03d5c2db5b commit hash: dc1e57cf9170bfb3f7f29af852dd3e03d5c2db5b commit hash: dc1e57cf9170bfb3f7f29af852dd3e03d5c2db5b dc1e57c
08:07 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby31: Update to 3.1.2

ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-1-2-released/
PR:		263253
Approved by:	sunpoet (ruby@)
MFH:		2022Q2
Security:	f22144d7-bad1-11ec-9cfe-0800270512f4
Security:	06ed6a49-bad4-11ec-9cfe-0800270512f4
commit hash: 05180249ac9a352f68ca42dcdb71a84059b5c1a0 commit hash: 05180249ac9a352f68ca42dcdb71a84059b5c1a0 commit hash: 05180249ac9a352f68ca42dcdb71a84059b5c1a0 commit hash: 05180249ac9a352f68ca42dcdb71a84059b5c1a0 0518024
08:07 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby30: Update to 3.0.4

ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-0-4-released/
PR:		263252
Approved by:	sunpoet (ruby@)
MFH:		2022Q2
Security:	f22144d7-bad1-11ec-9cfe-0800270512f4
Security:	06ed6a49-bad4-11ec-9cfe-0800270512f4
commit hash: 28c7cc8b38e7c2daa8fc02104312145ce3b5831c commit hash: 28c7cc8b38e7c2daa8fc02104312145ce3b5831c commit hash: 28c7cc8b38e7c2daa8fc02104312145ce3b5831c commit hash: 28c7cc8b38e7c2daa8fc02104312145ce3b5831c 28c7cc8
Wednesday, 13 Apr 2022
03:04 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby32: Add new port

Add preview1 of Ruby 3.2 series.

ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/04/03/ruby-3-2-0-preview1-released/
PR:		263030
Approved by:	sunpoet (ruby)
commit hash: add80dec1ab9913292b08ca8a9968728c755c222 commit hash: add80dec1ab9913292b08ca8a9968728c755c222 commit hash: add80dec1ab9913292b08ca8a9968728c755c222 commit hash: add80dec1ab9913292b08ca8a9968728c755c222 add80de
Wednesday, 6 Apr 2022
01:20 Yasuhiro Kimura (yasu) search for other commits by this committer
*/*: Cleanup after removal of lang/ruby26

* Remove conditions that are applied to Ruby 2.6 or before.
* Remove BROKEN_RUBY26.
* Mark ports broken with all supported versions of Ruby as DEPRECATED
  and set EXPIRATION_DATE.

Reviewed by:	rene
Approved by:	rene (portmgr)
Differential Revision:	https://reviews.freebsd.org/D34745
commit hash: c18c1057fd1e6a0dbd4800700b929064e43e1a29 commit hash: c18c1057fd1e6a0dbd4800700b929064e43e1a29 commit hash: c18c1057fd1e6a0dbd4800700b929064e43e1a29 commit hash: c18c1057fd1e6a0dbd4800700b929064e43e1a29 c18c105
Thursday, 31 Mar 2022
14:38 Rene Ladan (rene) search for other commits by this committer
Mk: unregister expired NodeJS 10 and Ruby 2.6
commit hash: 63ff13713ef542d7ee39b62169163309744e7ff7 commit hash: 63ff13713ef542d7ee39b62169163309744e7ff7 commit hash: 63ff13713ef542d7ee39b62169163309744e7ff7 commit hash: 63ff13713ef542d7ee39b62169163309744e7ff7 63ff137
Saturday, 19 Mar 2022
07:07 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby31: Update to 3.1.1

Changes:	https://github.com/ruby/ruby/compare/v3_1_0...v3_1_1
PR:		262051
Approved by:	maintainer timeout
commit hash: fd2319539f541e85a17d05d40ba7701bb7ae70b4 commit hash: fd2319539f541e85a17d05d40ba7701bb7ae70b4 commit hash: fd2319539f541e85a17d05d40ba7701bb7ae70b4 commit hash: fd2319539f541e85a17d05d40ba7701bb7ae70b4 fd23195
Sunday, 23 Jan 2022
01:25 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/ruby{2,3}*: enable dtrace on powerpc64le and bump PORTREVISION

Since dtrace is currently disabled on ruby3*, bump PORTREVISION only on ruby2*
commit hash: f3ed92aaf3513829c70cb5993914e851560cfd9d commit hash: f3ed92aaf3513829c70cb5993914e851560cfd9d commit hash: f3ed92aaf3513829c70cb5993914e851560cfd9d commit hash: f3ed92aaf3513829c70cb5993914e851560cfd9d f3ed92a
Sunday, 26 Dec 2021
00:32 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby31: Update to 3.1.0

ReleaseNotes:	https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
commit hash: 1dd141b73480babb1409aa5183ba144d3cb5ef3f commit hash: 1dd141b73480babb1409aa5183ba144d3cb5ef3f commit hash: 1dd141b73480babb1409aa5183ba144d3cb5ef3f commit hash: 1dd141b73480babb1409aa5183ba144d3cb5ef3f 1dd141b
Sunday, 19 Dec 2021
23:57 Yasuhiro Kimura (yasu) search for other commits by this committer
Mk/bsd.ruby.mk: Fix typo

Reported by:	makc
Fixes:		633b51aa6f3e (lang/ruby31: Add new port)
commit hash: 6fefa07c6fb5b6be9dcfb8ffa27bef5993661560 commit hash: 6fefa07c6fb5b6be9dcfb8ffa27bef5993661560 commit hash: 6fefa07c6fb5b6be9dcfb8ffa27bef5993661560 commit hash: 6fefa07c6fb5b6be9dcfb8ffa27bef5993661560 6fefa07
00:34 Yasuhiro Kimura (yasu) search for other commits by this committer
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)
commit hash: 633b51aa6f3efa1e4cc4ebcf07b95880cdd9a3fe commit hash: 633b51aa6f3efa1e4cc4ebcf07b95880cdd9a3fe commit hash: 633b51aa6f3efa1e4cc4ebcf07b95880cdd9a3fe commit hash: 633b51aa6f3efa1e4cc4ebcf07b95880cdd9a3fe 633b51a
Wednesday, 8 Dec 2021
23:21 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby30: Update to 3.0.3

ReleaseNotes:	https://www.ruby-lang.org/en/news/2021/11/24/ruby-3-0-3-released/
PR:		260032
Approved by:	maintainer timeout (> 2 weeks)
Security:	CVE-2021-41816
Security:	CVE-2021-41817
Security:	CVE-2021-41819
MFH:		2021Q4
commit hash: ac9a45551035273287bcd981fe5d586a1a2304a4 commit hash: ac9a45551035273287bcd981fe5d586a1a2304a4 commit hash: ac9a45551035273287bcd981fe5d586a1a2304a4 commit hash: ac9a45551035273287bcd981fe5d586a1a2304a4 ac9a455
23:21 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby27: Update to 2.7.5

ReleaseNotes:	https://www.ruby-lang.org/en/news/2021/11/24/ruby-2-7-5-released/
PR:		260030
Exp-run by:	antoine
Approved by:	maintainer timeout (> 2 weeks)
Security:	CVE-2021-41816
Security:	CVE-2021-41817
Security:	CVE-2021-41819
MFH:		2021Q4
commit hash: 2883204dd3c0b2b07fdf5cdaba87be83e1ff19a7 commit hash: 2883204dd3c0b2b07fdf5cdaba87be83e1ff19a7 commit hash: 2883204dd3c0b2b07fdf5cdaba87be83e1ff19a7 commit hash: 2883204dd3c0b2b07fdf5cdaba87be83e1ff19a7 2883204
23:21 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby26: Update to 2.6.9

While here, mark DEPRECATED and set EXPIRATION_DATE.

RelaseNotes:	https://www.ruby-lang.org/en/news/2021/11/24/ruby-2-6-9-released/
PR:		260026
Approved by:	maintainer timeout (> 2 weeks)
Security:	CVE-2021-41817
Security:	CVE-2021-41819
MFH:		2021Q4
commit hash: 9ad0cc4eeeeccbb1125e4342366cfb564ff8f6c7 commit hash: 9ad0cc4eeeeccbb1125e4342366cfb564ff8f6c7 commit hash: 9ad0cc4eeeeccbb1125e4342366cfb564ff8f6c7 commit hash: 9ad0cc4eeeeccbb1125e4342366cfb564ff8f6c7 9ad0cc4
Monday, 1 Nov 2021
21:28 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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}.
commit hash: 4d163e8a81407f90efa39db5a9ca58389ecea3a3 commit hash: 4d163e8a81407f90efa39db5a9ca58389ecea3a3 commit hash: 4d163e8a81407f90efa39db5a9ca58389ecea3a3 commit hash: 4d163e8a81407f90efa39db5a9ca58389ecea3a3 4d163e8
Sunday, 18 Jul 2021
22:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/bsd.ruby.mk: Clean up unused RUBY_REQUIRE
commit hash: 2bb087ae1291834566f42137cb06b37990d6cbae commit hash: 2bb087ae1291834566f42137cb06b37990d6cbae commit hash: 2bb087ae1291834566f42137cb06b37990d6cbae commit hash: 2bb087ae1291834566f42137cb06b37990d6cbae 2bb087a
Thursday, 15 Jul 2021
20:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/bsd.ruby.mk: Clean up USE_RUBY_RDOC

USE_RUBY_RDOC is only used in 1 port (databases/ruby-bdb).
commit hash: 66151345cf078a305265d0674571be398ed4b193 commit hash: 66151345cf078a305265d0674571be398ed4b193 commit hash: 66151345cf078a305265d0674571be398ed4b193 commit hash: 66151345cf078a305265d0674571be398ed4b193 6615134
Wednesday, 14 Jul 2021
17:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/bsd.ruby.mk: Clean up undefined/unused DEPEND_RUBY_RDOC
commit hash: 3c0ce2a8eeb1815592226a5575b973a14e851fa8 commit hash: 3c0ce2a8eeb1815592226a5575b973a14e851fa8 commit hash: 3c0ce2a8eeb1815592226a5575b973a14e851fa8 commit hash: 3c0ce2a8eeb1815592226a5575b973a14e851fa8 3c0ce2a
16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/ruby30: Update to 3.0.2

Changes:	https://www.ruby-lang.org/en/news/2021/07/07/ruby-3-0-2-released/
commit hash: 61639bd3774264d922e70ba66ae249bbab5c8ced commit hash: 61639bd3774264d922e70ba66ae249bbab5c8ced commit hash: 61639bd3774264d922e70ba66ae249bbab5c8ced commit hash: 61639bd3774264d922e70ba66ae249bbab5c8ced 61639bd
16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/ruby26: Update to 2.6.8

Changes:	https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-6-8-released/
commit hash: 928e85f3d88ea743154731314f03906c41d1e592 commit hash: 928e85f3d88ea743154731314f03906c41d1e592 commit hash: 928e85f3d88ea743154731314f03906c41d1e592 commit hash: 928e85f3d88ea743154731314f03906c41d1e592 928e85f
16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/ruby27: Update to 2.7.4

Changes:	https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-7-4-released/
commit hash: 97066a4833323344c0873303eabe9e6d891661ec commit hash: 97066a4833323344c0873303eabe9e6d891661ec commit hash: 97066a4833323344c0873303eabe9e6d891661ec commit hash: 97066a4833323344c0873303eabe9e6d891661ec 97066a48
16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/bsd.ruby.mk: Clean up undefined/unused RUBY_RDOC_PORT
commit hash: fb4c9a3781cab69a9f96130f553a826adc5b7de0 commit hash: fb4c9a3781cab69a9f96130f553a826adc5b7de0 commit hash: fb4c9a3781cab69a9f96130f553a826adc5b7de0 commit hash: fb4c9a3781cab69a9f96130f553a826adc5b7de0 fb4c9a3
Monday, 28 Jun 2021
20:27 Piotr Kubaj (pkubaj) search for other commits by this committer
Mk/bsd.ruby.mk: bump PORTREVISION for dependency change
commit hash: 3c7a9f20ead983d6fd824c7f435da5f3f10cb15b commit hash: 3c7a9f20ead983d6fd824c7f435da5f3f10cb15b commit hash: 3c7a9f20ead983d6fd824c7f435da5f3f10cb15b commit hash: 3c7a9f20ead983d6fd824c7f435da5f3f10cb15b 3c7a9f2
Sunday, 25 Apr 2021
20:53 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/ruby30: Update to 3.0.1

Changes:	https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
		https://www.ruby-lang.org/en/news/2021/04/05/ruby-3-0-1-released/
PR:		251741
Reported by:	Yasuhiro Kimura <yasu@utahime.org>
commit hash: e9a5dbb3d4e2d45e5bc40c288ce9d2869c68aebd commit hash: e9a5dbb3d4e2d45e5bc40c288ce9d2869c68aebd commit hash: e9a5dbb3d4e2d45e5bc40c288ce9d2869c68aebd commit hash: e9a5dbb3d4e2d45e5bc40c288ce9d2869c68aebd e9a5dbb
Sunday, 18 Apr 2021
10:02 Dima Panov (fluffy) search for other commits by this committer
devel/doxygen: update to 1.9.1 release

Also regen 'pkg-plist' for affected consumers, with PORTREVISION bump
Touch Mk/bsd.ruby.mk due to all ruby* is affected
MFH:	2021Q2
commit hash: b8ac15afd00127044d75894e357f697d825ed385 commit hash: b8ac15afd00127044d75894e357f697d825ed385 commit hash: b8ac15afd00127044d75894e357f697d825ed385 commit hash: b8ac15afd00127044d75894e357f697d825ed385 b8ac15a
Tuesday, 6 Apr 2021
15:49 Rene Ladan (rene) search for other commits by this committer
Mk: remove support for Ruby 2.5
commit hash: 38ae329339857c1c0dd2264bdab85b43b350c630 commit hash: 38ae329339857c1c0dd2264bdab85b43b350c630 commit hash: 38ae329339857c1c0dd2264bdab85b43b350c630 commit hash: 38ae329339857c1c0dd2264bdab85b43b350c630 38ae329
14:27 Mathieu Arnold (mat) search for other commits by this committer
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 5d33e04
13:21 Koichiro Iwao (meta) search for other commits by this committer
lang/ruby26: Update to 2.6.7

PR:		254800
Reported by:	Yasuhiro Kimura <yasu@utahime.org>
Reviewed by:	meta (myself)
Relnotes:	https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-6-7-released/
Security:	CVE-2020-25613
Security:	CVE-2021-28965
commit hash: 421b0b3639c3168a9b9f283cf96874b87a1bfc73 commit hash: 421b0b3639c3168a9b9f283cf96874b87a1bfc73 commit hash: 421b0b3639c3168a9b9f283cf96874b87a1bfc73 commit hash: 421b0b3639c3168a9b9f283cf96874b87a1bfc73 421b0b3
13:21 Koichiro Iwao (meta) search for other commits by this committer
lang/ruby27: Update to 2.7.3

PR:		254802
Reported by:	Yasuhiro Kimura <yasu@utahime.org>
Reviewed by:	meta (myself)
Relnotes:	https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-7-3-released/
Security:	CVE-2021-28965
Security:	CVE-2021-28966
commit hash: 4ba1ba53f548cc0a9b4a2e77445b6540f9beb99c commit hash: 4ba1ba53f548cc0a9b4a2e77445b6540f9beb99c commit hash: 4ba1ba53f548cc0a9b4a2e77445b6540f9beb99c commit hash: 4ba1ba53f548cc0a9b4a2e77445b6540f9beb99c 4ba1ba5
12:44 Koichiro Iwao (meta) search for other commits by this committer
lang/ruby25: Update to 2.5.9

PR:		254799
Reported by:	Yasuhiro Kimura <yasu@utahime.org>
Reviewed by:	meta (myself)
Relnotes:	https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-5-9-released/
commit hash: d852d12dd264057709220450a10e56757d68cb31 commit hash: d852d12dd264057709220450a10e56757d68cb31 commit hash: d852d12dd264057709220450a10e56757d68cb31 commit hash: d852d12dd264057709220450a10e56757d68cb31 d852d12
Monday, 12 Oct 2020
18:25 pkubaj search for other commits by this committer
Add libunwind for aarch64, powerpc64 and powerpc64le.
Original commitRevision:552141 
03:02 meta search for other commits by this committer
Add lang/ruby30 (Ruby 3.0.0 Preview 1)

PR:		250131
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by:	meta (myself)
Relnotes:	https://www.ruby-lang.org/en/news/2020/09/25/ruby-3-0-0-preview1-released/
Original commitRevision:552092 
Sunday, 11 Oct 2020
12:31 meta search for other commits by this committer
Mk/bsd.ruby.mk: Remove RUBY24 leftovers

since it lang/ruby24 has already been unregistered. It should have been
removed in r529959.
Original commitRevision:552057 
Friday, 9 Oct 2020
06:37 meta search for other commits by this committer
lang/ruby27: Update to 2.7.2

PR:		250050
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by:	meta (myself)
Relnotes:	https://www.ruby-lang.org/en/news/2020/10/02/ruby-2-7-2-released/
Original commitRevision:551748 
Saturday, 4 Jul 2020
18:11 zeising search for other commits by this committer
Chanse update of devel/libffi

Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
Original commitRevision:541232 
Sunday, 12 Apr 2020
09:32 ume search for other commits by this committer
Fix RUBY_RDOC with Ruby 2.7.  Neither lang/ruby27 nor
devel/rubygem-rdoc do not install /usr/local/bin/rdoc27.

PR:		245340
Submitted by:	ume
Reviewed by:	meta
Original commitRevision:531497 
Thursday, 2 Apr 2020
12:20 sunpoet search for other commits by this committer
Update to 2.6.6

Changes:	https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/
Original commitRevision:530363 
12:14 sunpoet search for other commits by this committer
Update to 2.7.1

Changes:	https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/
Original commitRevision:530359 
12:11 sunpoet search for other commits by this committer
Update to 2.5.8

Changes:	https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-5-8-released/
Original commitRevision:530358 
Tuesday, 31 Mar 2020
11:13 rene search for other commits by this committer
Unregister expired Ruby 2.4
Original commitRevision:529959 
Friday, 13 Mar 2020
09:27 meta search for other commits by this committer
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
Original commitRevision:528339 
Wednesday, 5 Feb 2020
02:40 meta search for other commits by this committer
Add forgotten PLIST_SUB helper for lang/ruby27 at r524061

Fortunately, PLIST_SUB helper RUBY27 is not used anywhere right now.
No PORTREVISION bumps required.

Reported by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:525252 
Wednesday, 29 Jan 2020
02:25 meta search for other commits by this committer
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)
Original commitRevision:524527 
Saturday, 25 Jan 2020
18:18 sunpoet search for other commits by this committer
Add ruby27 2.7.0
Original commitRevision:524061 
Wednesday, 6 Nov 2019
05:20 meta search for other commits by this committer
Mk/bsd.ruby.mk: Remove
RUBY_{PATCHLEVEL,RELVERSION,RELVERSION_CODE,RUBY_DISTVERSION}

1. RUBY_PATCHLEVEL has been 0 since Ruby 2.1
2. After RUBY_PATCHLEVEL is removed , RUBY_RELVERSION and RUBY_VERSION are
always
   same value and it also applies to RUBY_RELEVERSION_CODE and RUBY_VERSION_CODE
3. RUBY_PATCHLEVEL is only used to set value of CPE_UPDATE in lang/ruby2[456]
and
   setting CPE_UPDATE is optional
4. RUBY_RELEVERSION is only used to set value of CPE_VERSION in lang/ruby2[456]
   but as is describled in 2, it can be replased with RUBY_VERSION
5. RUBY_RELVERSION_CODE is not used anywhere

PR:		241473
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by:	sunpoet
Original commitRevision:516858 
Wednesday, 2 Oct 2019
19:25 sunpoet search for other commits by this committer
Update to 2.6.5

Changes:	https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-6-5-released/
PR:		240985
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Security:	f7fcb75c-e537-11e9-863e-b9b7af01ba9e
MFH:		2019Q4
Original commitRevision:513610 
19:25 sunpoet search for other commits by this committer
Update to 2.5.7

Changes:	https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-5-7-released/
PR:		240984
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Security:	f7fcb75c-e537-11e9-863e-b9b7af01ba9e
MFH:		2019Q4
Original commitRevision:513609 
19:24 sunpoet search for other commits by this committer
Update to 2.4.9

Changes:	https://www.ruby-lang.org/en/news/2019/10/02/ruby-2-4-9-released/
		https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-4-8-released/
PR:		240983
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Security:	f7fcb75c-e537-11e9-863e-b9b7af01ba9e
MFH:		2019Q4
Original commitRevision:513607 
Monday, 2 Sep 2019
20:39 sunpoet search for other commits by this committer
Update to 2.5.6

Changes:	https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-5-6-released/
PR:		240202
Exp-run by:	antoine
Security:	ed8d5535-ca78-11e9-980b-999ff59c22ea
Original commitRevision:510849 
Friday, 30 Aug 2019
00:14 sunpoet search for other commits by this committer
Update to 2.6.4

Changes:	https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-6-4-released/
Security:	ed8d5535-ca78-11e9-980b-999ff59c22ea
Original commitRevision:510227 
00:11 sunpoet search for other commits by this committer
Update to 2.4.7

Changes:	https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-4-7-released/
Security:	ed8d5535-ca78-11e9-980b-999ff59c22ea
Original commitRevision:510225 
Wednesday, 21 Aug 2019
19:27 sunpoet search for other commits by this committer
Fix PLIST

- Bump PORTREVISION for package change

PR:		239933
Submitted by:	Syouichi TAKAMIYA <takazeki@gmail.com>
Original commitRevision:509546 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Tuesday, 25 Jun 2019
04:38 meta search for other commits by this committer
lang/ruby26: Fix plist when CAPIDOCS=on

PR:		238747
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Original commitRevision:505069 
Thursday, 9 May 2019
06:42 meta search for other commits by this committer
lang/ruby26: Fix pkg-plist when EXAMPLES=off

Reported by:	adamw
Original commitRevision:501075 
01:28 meta search for other commits by this committer
Add ruby26 2.6.3 (copied from ruby25)

PR:		234509 235826
Submitted by:	pete@nomadlogic.org (initial revision)
		Yasuhiro KIMURA <yasu@utahime.org> (initial revision)
		meta (myself, minor modifications)
Relnotes::	https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/
		https://www.ruby-lang.org/en/news/2019/01/30/ruby-2-6-1-released/
		https://www.ruby-lang.org/en/news/2019/03/13/ruby-2-6-2-released/
		https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/
Differential Revision:	https://reviews.freebsd.org/D19961
Original commitRevision:501068 
Tuesday, 30 Apr 2019
11:22 meta search for other commits by this committer
lang/ruby2[45]: Remove dbm library and replace it with databases/rubygem-dbm

PR:		230289
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (initial revision)
		meta (myself)
Reviewed by:	sunpoet, ruby
Approved by:	sunpoet
Differential Revision:	https://reviews.freebsd.org/D20000
Original commitRevision:500480 
Monday, 15 Apr 2019
20:26 sunpoet search for other commits by this committer
Update to 2.4.6

Changes:	https://www.ruby-lang.org/en/news/2019/04/01/ruby-2-4-6-released/
PR:		237229
Exp-run by:	antoine
Original commitRevision:499044 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Sunday, 31 Mar 2019
13:48 sunpoet search for other commits by this committer
Remove ruby 2.3 support
Original commitRevision:497422 
Friday, 15 Mar 2019
21:41 sunpoet search for other commits by this committer
Update to 2.5.5

Changes:	https://www.ruby-lang.org/en/news/2019/03/15/ruby-2-5-5-released/
		https://www.ruby-lang.org/en/news/2019/03/13/ruby-2-5-4-released/
Original commitRevision:495828 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Saturday, 20 Oct 2018
14:58 sunpoet search for other commits by this committer
Update to 2.3.8

- Move BROKEN_* upward
- Move USES upward
- Remove no-op MLINKS and create symlinks for manpages
- Sort INSTALLED_SCRIPTS
- Regenerate patch files with makepatch:

Changes:	https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-3-8-released/
PR:		232438
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Security:	afc60484-0652-440e-b01a-5ef814747f06
MFH:		2018Q4
Original commitRevision:482556 
14:58 sunpoet search for other commits by this committer
Update to 2.4.5

- Move USES upward
- Remove no-op MLINKS and create symlinks for manpages
- Sort INSTALLED_SCRIPTS
- Regenerate patch files with makepatch:

Changes:	https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-4-5-released/
PR:		232435
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Security:	afc60484-0652-440e-b01a-5ef814747f06
MFH:		2018Q4
Original commitRevision:482555 
14:57 sunpoet search for other commits by this committer
Update to 2.5.3

- Move USES upward
- Remove no-op MLINKS and create symlinks for manpages
- Sort INSTALLED_SCRIPTS
- Regenerate patch files with makepatch:

Changes:	https://www.ruby-lang.org/en/news/2018/10/18/ruby-2-5-3-released/
		https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-5-2-released/
PR:		232431
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Security:	afc60484-0652-440e-b01a-5ef814747f06
MFH:		2018Q4
Original commitRevision:482554 
Tuesday, 25 Sep 2018
13:11 romain search for other commits by this committer
Address more linker issues

This resolves a ninja-related issues, corrects passing private args to linker
while building libruby itself (without external LDFLAGS), exports the full
symbols table, and pet 'pkg check -d'. Issues with weechat, vim, facter,
rubygem-hpricot and rubygem-rdiscount should be fixed.  See [1] for long story
of hunting and fixing these issues.

Bump PORTREVISIONS accordingly.

PR:		230238 [1], 231361
Submitted by:	fuffy
Approved by:	fuffy
Original commitRevision:480661 
Thursday, 20 Sep 2018
09:12 romain search for other commits by this committer
Revert the "DLD_FLAGS" pollution part of r475483.

It was initially got from ruby23, but recent ruby releases have some
differences in runtime linking, which was not hit by exp-run, and caused
trouble with some ports (e.g. devel/leatherman, sysutils/facter).

PR:		230238
Submitted by:	fluffy
Reported by:	freebsd@ptty.com
Approved by:	fluffy
Original commitRevision:480158 
Thursday, 16 Aug 2018
00:30 swills search for other commits by this committer
Bump PORTREVISION of lang/ruby25

Due to runtime fix in r477249
Original commitRevision:477299 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Saturday, 28 Jul 2018
02:53 fluffy search for other commits by this committer
lang/ruby2[4|5]: Use internal RUBY_DLDFLAGS right way, get rid of unescaped
macro '$@' in the pkg-config template

lang/ruby23 is already fixed same way, port it to newer releases

By the way, this unbreak ninja builds with any port relied on libruby.so

PR:		229898
Submitted by:	fluffy
Reviewed by:	ruby (miwi)
Approved by:	ruby (miwi)
Exp-run by:	antoine
MFH:		2018Q3
Differential Revision:	D16341
Original commitRevision:475483 
Tuesday, 3 Apr 2018
09:46 sunpoet search for other commits by this committer
Update to 2.4.4

Changes:	https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-4-4-released/
PR:		227091
Exp-run by:	antoine
Security:	eb69bcf2-18ef-4aa2-bb0c-83b263364089
Original commitRevision:466296 
Thursday, 29 Mar 2018
20:01 sunpoet search for other commits by this committer
Update to 2.5.1

Changes:	https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-5-1-released/
Security:	eb69bcf2-18ef-4aa2-bb0c-83b263364089
Original commitRevision:465922 
19:59 sunpoet search for other commits by this committer
Update to 2.3.7

Changes:	https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-3-7-released/
Security:	eb69bcf2-18ef-4aa2-bb0c-83b263364089
Original commitRevision:465921 
Friday, 16 Feb 2018
03:11 swills search for other commits by this committer
lang/ruby25: apply upstream patch to fix segfault

PR:		225470
Submitted by:	Charlie Li <ml+freebsd@vishwin.info>
Obtained
from:	https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61523
Differential Revision:	https://reviews.freebsd.org/D14073
Original commitRevision:461970 
Wednesday, 31 Jan 2018
16:41 sunpoet search for other commits by this committer
Remove lang/ruby22
Original commitRevision:460504 
Wednesday, 27 Dec 2017
19:51 sunpoet search for other commits by this committer
Add ruby25 2.5.0 (copied from ruby24)
Original commitRevision:457387 
Tuesday, 19 Dec 2017
02:17 swills search for other commits by this committer
Update lang/ruby2[2,3,4] to latest versions.

Fixes a security issue.

PR:		224356
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
MFH:		2017Q4
Security:	dd644964-e10e-11e7-8097-0800271d4b9c
Original commitRevision:456700 
Wednesday, 22 Nov 2017
13:27 swills search for other commits by this committer
lang/ruby2?: make rubygem-* ports reproducible

PR:		223781
exp-run by:	antoine
Original commitRevision:454686 
Sunday, 24 Sep 2017
12:41 sunpoet search for other commits by this committer
Update to 2.3.5

- Update WWW

Changes:	https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-3-5-released/
PR:		222457
Exp-run by:	antoine
Security:	95b01379-9d52-11e7-a25c-471bafc3262f
MFH:		2017Q3
Original commitRevision:450490 
Tuesday, 19 Sep 2017
17:01 sunpoet search for other commits by this committer
Update to 2.4.1

- Update WWW

Changes:	https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-4-2-released/
Security:	95b01379-9d52-11e7-a25c-471bafc3262f
MFH:		2017Q3
Original commitRevision:450150 
16:59 sunpoet search for other commits by this committer
Update to 2.2.8

- Update WWW

Changes:	https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-2-8-released/
Security:	95b01379-9d52-11e7-a25c-471bafc3262f
MFH:		2017Q3
Original commitRevision:450149 
Tuesday, 11 Jul 2017
21:03 swills search for other commits by this committer
lang/ruby2{2,3,4}: require libunwind

Since ruby detects this if it's installed, and it's more often installed now
due to other deps, and ruby provides no way to not depend on it if it's found,
pull it in as a dependency unconditionally. While here, fix plist for ruby 2.4
with the CAPIDOCS option on, and restore the MAKE_JOBS_UNSAFE flag when using
that build option since it's not fixed like I thought it was.

PR:		219796
Reported by:	Grzegorz Junka <list1@gjunka.com>
Original commitRevision:445549 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
Tuesday, 6 Jun 2017
00:28 bdrewery search for other commits by this committer
Don't pass the default version in DEPENDS_ARGS.

This greatly simplifies handling for Poudriere.

With hat:	portmgr
Original commitRevision:442730 

Number of commits found: 368 (showing only 100 on this page)

1 | 2 | 3 | 4  »