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) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/ruby32/Makefile

Number of commits found: 15

Saturday, 13 Apr 2024
16:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/ruby*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
commit hash: 587e1972b2b4904bf6346a11e7c57f1d0e0e6008 commit hash: 587e1972b2b4904bf6346a11e7c57f1d0e0e6008 commit hash: 587e1972b2b4904bf6346a11e7c57f1d0e0e6008 commit hash: 587e1972b2b4904bf6346a11e7c57f1d0e0e6008 587e197
Wednesday, 21 Feb 2024
15:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/ruby32: Sort PLIST
commit hash: 33a0cb7dda9cf43b7d7d94a630a005d0b5c3bebd commit hash: 33a0cb7dda9cf43b7d7d94a630a005d0b5c3bebd commit hash: 33a0cb7dda9cf43b7d7d94a630a005d0b5c3bebd commit hash: 33a0cb7dda9cf43b7d7d94a630a005d0b5c3bebd 33a0cb7
Monday, 22 Jan 2024
20:26 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/ruby32: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: c168dcf7b417b922e76ef60b6950240616dba2bb commit hash: c168dcf7b417b922e76ef60b6950240616dba2bb commit hash: c168dcf7b417b922e76ef60b6950240616dba2bb commit hash: c168dcf7b417b922e76ef60b6950240616dba2bb c168dcf
Friday, 5 Jan 2024
21:04 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/ruby32: drop ELFv1 support
commit hash: c57e84ad94357fa688fe53ee30e02c9a6a424cae commit hash: c57e84ad94357fa688fe53ee30e02c9a6a424cae commit hash: c57e84ad94357fa688fe53ee30e02c9a6a424cae commit hash: c57e84ad94357fa688fe53ee30e02c9a6a424cae c57e84a
Wednesday, 26 Apr 2023
12:53 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/ruby32: enable libunwind on powerpc
commit hash: b2fbf8efd5ad9d6cc38999e4ba1fad072da85072 commit hash: b2fbf8efd5ad9d6cc38999e4ba1fad072da85072 commit hash: b2fbf8efd5ad9d6cc38999e4ba1fad072da85072 commit hash: b2fbf8efd5ad9d6cc38999e4ba1fad072da85072 b2fbf8e
Tuesday, 18 Apr 2023
18:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/ruby32: Fix typo
commit hash: 50ca512331ced7869ed014b641acb00ec401e3f0 commit hash: 50ca512331ced7869ed014b641acb00ec401e3f0 commit hash: 50ca512331ced7869ed014b641acb00ec401e3f0 commit hash: 50ca512331ced7869ed014b641acb00ec401e3f0 50ca512
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
lang/ruby32: Fix orphaned .timestamp in b49bdb1fe4680488411546540e6f737770a6003b

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
commit hash: 1626e9a9a59cf12d9757f49f9991e6bd531c768e commit hash: 1626e9a9a59cf12d9757f49f9991e6bd531c768e commit hash: 1626e9a9a59cf12d9757f49f9991e6bd531c768e commit hash: 1626e9a9a59cf12d9757f49f9991e6bd531c768e 1626e9a
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
Friday, 9 Dec 2022
04:35 Yasuhiro Kimura (yasu) search for other commits by this committer
lang/ruby32: 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:		b49bdb1fe468 lang/ruby32: Simplify CAPIDOCS handling
commit hash: e8d4ab71ea07e6d3c3a5bcf7a3003bd9a9ce6c23 commit hash: e8d4ab71ea07e6d3c3a5bcf7a3003bd9a9ce6c23 commit hash: e8d4ab71ea07e6d3c3a5bcf7a3003bd9a9ce6c23 commit hash: e8d4ab71ea07e6d3c3a5bcf7a3003bd9a9ce6c23 e8d4ab7
Sunday, 9 Oct 2022
15:38 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/ruby32: Simplify CAPIDOCS handling
commit hash: b49bdb1fe4680488411546540e6f737770a6003b commit hash: b49bdb1fe4680488411546540e6f737770a6003b commit hash: b49bdb1fe4680488411546540e6f737770a6003b commit hash: b49bdb1fe4680488411546540e6f737770a6003b b49bdb1
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
13:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/ruby32: Update comment
commit hash: fbb11271757677c8f46f9cc727be382c462989f4 commit hash: fbb11271757677c8f46f9cc727be382c462989f4 commit hash: fbb11271757677c8f46f9cc727be382c462989f4 commit hash: fbb11271757677c8f46f9cc727be382c462989f4 fbb1127
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
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

Number of commits found: 15