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: devel/rubygem-rice/Makefile

Number of commits found: 26

Saturday, 9 Mar 2024
14:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-rice: Update to 4.3.0

Changes:	https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
commit hash: 057436a0b6348dfda19897706b202d9572c35901 commit hash: 057436a0b6348dfda19897706b202d9572c35901 commit hash: 057436a0b6348dfda19897706b202d9572c35901 commit hash: 057436a0b6348dfda19897706b202d9572c35901 057436a
Wednesday, 21 Feb 2024
15:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-rice: Update to 4.2.1

Changes:	https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
commit hash: f07d170419426f171b254173487b8b7cec2b8760 commit hash: f07d170419426f171b254173487b8b7cec2b8760 commit hash: f07d170419426f171b254173487b8b7cec2b8760 commit hash: f07d170419426f171b254173487b8b7cec2b8760 f07d170
Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Thursday, 27 Apr 2023
15:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-rice: Update to 4.1.0

Changes:	https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
commit hash: f032e5d8eb40eba3d58f30e23c465653d6ace46c commit hash: f032e5d8eb40eba3d58f30e23c465653d6ace46c commit hash: f032e5d8eb40eba3d58f30e23c465653d6ace46c commit hash: f032e5d8eb40eba3d58f30e23c465653d6ace46c f032e5d
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
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
Friday, 3 Jun 2022
09:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-rice: Update to 4.0.4

Changes:	https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
		https://github.com/jasonroelofs/rice/commits/master
commit hash: ea4393e500cf1e2d123f322010c70ba68cb7745e commit hash: ea4393e500cf1e2d123f322010c70ba68cb7745e commit hash: ea4393e500cf1e2d123f322010c70ba68cb7745e commit hash: ea4393e500cf1e2d123f322010c70ba68cb7745e ea4393e
Wednesday, 30 Mar 2022
22:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-rice: Update to 4.0.3

Changes:	https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
		https://github.com/jasonroelofs/rice/commits/master
commit hash: d7d6e4b2d6b4f638774a35569e9b28b0ed6edbce commit hash: d7d6e4b2d6b4f638774a35569e9b28b0ed6edbce commit hash: d7d6e4b2d6b4f638774a35569e9b28b0ed6edbce commit hash: d7d6e4b2d6b4f638774a35569e9b28b0ed6edbce d7d6e4b
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Tuesday, 6 Jul 2021
14:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-rice: Update to 4.0.2

- Add NO_ARCH
- Update pkg-descr
- Update WWW

Changes:	https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
		https://github.com/jasonroelofs/rice/commits/master
commit hash: 3a128c6fb1a596a479350a1fc2b5bebb86f2686d commit hash: 3a128c6fb1a596a479350a1fc2b5bebb86f2686d commit hash: 3a128c6fb1a596a479350a1fc2b5bebb86f2686d commit hash: 3a128c6fb1a596a479350a1fc2b5bebb86f2686d 3a128c6
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 24 Nov 2020
16:00 mfechner search for other commits by this committer
Update to 2.2.0 which fixes compiliation errors with ruby 2.7.

PR:		244787
Original commitRevision:556168 
Saturday, 18 Jan 2020
14:24 pkubaj search for other commits by this committer
devel/rubygem-rice: unbreak on powerpc64 elfv2

Builds fine.
Original commitRevision:523420 
Wednesday, 27 Dec 2017
19:53 sunpoet search for other commits by this committer
Strip binary executable

- Bump PORTREVISION for package change
Original commitRevision:457411 
Monday, 25 Dec 2017
13:54 sunpoet search for other commits by this committer
Remove no-op GNU_CONFIGURE
Original commitRevision:457238 
Sunday, 24 Dec 2017
11:15 sunpoet search for other commits by this committer
Remove outdated STAGEDIR fix
Original commitRevision:457147 
Saturday, 23 Dec 2017
19:27 tijl search for other commits by this committer
Add build dependency on autotools.

Reported by:	sunpoet
Original commitRevision:457100 
16:30 tijl search for other commits by this committer
Drop unneeded USE_AUTOTOOLS.
Original commitRevision:457065 
Friday, 8 Dec 2017
01:46 linimon search for other commits by this committer
Mark these ports as buildable on armv6 after a trybroken run.  (Also
tested with trybroken on armv7.)

The 'runaway process' ones are most likely just statistical.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:455765 
Wednesday, 22 Nov 2017
23:35 sunpoet search for other commits by this committer
Update to 2.1.2

Changes:	https://github.com/jasonroelofs/rice/commits/master
Original commitRevision:454725 
Saturday, 27 May 2017
20:33 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "configure_error".

Note: this skips all the ports that _sometimes_ fail with CMake errors.  We
need to investigate that problem, and find out if it is specific to the qemu
environment.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441874 
Monday, 22 May 2017
13:17 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441455 
Sunday, 8 Jan 2017
20:43 sunpoet search for other commits by this committer
Update to 2.1.1

- Add LICENSE
- Remove leading indefinite article from COMMENT

Changes:	https://github.com/jasonroelofs/rice/commits/master
Original commitRevision:430890 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:427552 
Sunday, 15 May 2016
17:11 brd search for other commits by this committer
Add devel/rubygem-rice.

Rice is a C++ interface to Ruby's C API. It provides a type-safe and
exception-safe interface in order to make embedding Ruby and writing Ruby
extensions with C++ easier. It is similar to Boost.Python in many ways, but
also attempts to provide an object-oriented interface to all of the Ruby C API.

Approved by:    swills (mentor)
Original commitRevision:415267 

Number of commits found: 26