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-msgpack/Makefile

Number of commits found: 44

Wednesday, 16 Aug 2023
18:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.7.2

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 4ff645691b6ff33b69e47b180593828304e22eec commit hash: 4ff645691b6ff33b69e47b180593828304e22eec commit hash: 4ff645691b6ff33b69e47b180593828304e22eec commit hash: 4ff645691b6ff33b69e47b180593828304e22eec 4ff6456
Saturday, 27 May 2023
23:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.7.1

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 516402982df61bcad73b64d1792f72dfa8c34dbc commit hash: 516402982df61bcad73b64d1792f72dfa8c34dbc commit hash: 516402982df61bcad73b64d1792f72dfa8c34dbc commit hash: 516402982df61bcad73b64d1792f72dfa8c34dbc 5164029
Sunday, 9 Apr 2023
13:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.7.0

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 95b95a00c4ffa76caf2d66e23b1a73a67097ce98 commit hash: 95b95a00c4ffa76caf2d66e23b1a73a67097ce98 commit hash: 95b95a00c4ffa76caf2d66e23b1a73a67097ce98 commit hash: 95b95a00c4ffa76caf2d66e23b1a73a67097ce98 95b95a0
Wednesday, 5 Apr 2023
17:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.6.1

- Update WWW and clean up pkg-descr

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 394f57215d7b629dccd4df8732e2accdb013a019 commit hash: 394f57215d7b629dccd4df8732e2accdb013a019 commit hash: 394f57215d7b629dccd4df8732e2accdb013a019 commit hash: 394f57215d7b629dccd4df8732e2accdb013a019 394f572
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
Monday, 3 Oct 2022
17:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.6.0

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 8718c8d97a47afb63402283a850037ae2b2201ca commit hash: 8718c8d97a47afb63402283a850037ae2b2201ca commit hash: 8718c8d97a47afb63402283a850037ae2b2201ca commit hash: 8718c8d97a47afb63402283a850037ae2b2201ca 8718c8d
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, 31 Aug 2022
18:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.5.6

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 3bada918e52ba1fab16fa1b3bf4118823f06900c commit hash: 3bada918e52ba1fab16fa1b3bf4118823f06900c commit hash: 3bada918e52ba1fab16fa1b3bf4118823f06900c commit hash: 3bada918e52ba1fab16fa1b3bf4118823f06900c 3bada91
11:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.5.5

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 57a8d5cc4c47631b6d70b0dad00df8ede6dbb1e1 commit hash: 57a8d5cc4c47631b6d70b0dad00df8ede6dbb1e1 commit hash: 57a8d5cc4c47631b6d70b0dad00df8ede6dbb1e1 commit hash: 57a8d5cc4c47631b6d70b0dad00df8ede6dbb1e1 57a8d5c
Saturday, 30 Jul 2022
19:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.5.4

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 327dfa876c0e74aad916dbea83b9800099d76bfb commit hash: 327dfa876c0e74aad916dbea83b9800099d76bfb commit hash: 327dfa876c0e74aad916dbea83b9800099d76bfb commit hash: 327dfa876c0e74aad916dbea83b9800099d76bfb 327dfa8
Thursday, 7 Jul 2022
12:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.5.3

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 9c69b4e5459a8a222dcce26583f69ace8701d09b commit hash: 9c69b4e5459a8a222dcce26583f69ace8701d09b commit hash: 9c69b4e5459a8a222dcce26583f69ace8701d09b commit hash: 9c69b4e5459a8a222dcce26583f69ace8701d09b 9c69b4e
Friday, 3 Jun 2022
09:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.5.2

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 88c366a3260939791b1cc0a7e84b8290a4cb0fd8 commit hash: 88c366a3260939791b1cc0a7e84b8290a4cb0fd8 commit hash: 88c366a3260939791b1cc0a7e84b8290a4cb0fd8 commit hash: 88c366a3260939791b1cc0a7e84b8290a4cb0fd8 88c366a
Sunday, 17 Apr 2022
23:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.5.1

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: af41fafc5a56dd38fff3d79edebeb6c2e28054ff commit hash: af41fafc5a56dd38fff3d79edebeb6c2e28054ff commit hash: af41fafc5a56dd38fff3d79edebeb6c2e28054ff commit hash: af41fafc5a56dd38fff3d79edebeb6c2e28054ff af41faf
Monday, 7 Mar 2022
18:12 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.4.5

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: a91da6bcbed2c677c17a651f3994f12dc6e88413 commit hash: a91da6bcbed2c677c17a651f3994f12dc6e88413 commit hash: a91da6bcbed2c677c17a651f3994f12dc6e88413 commit hash: a91da6bcbed2c677c17a651f3994f12dc6e88413 a91da6b
Tuesday, 25 Jan 2022
19:51 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-msgpack: Update to 1.4.4

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
commit hash: 36468065f2ff72547bef5302d9b3de48a901e562 commit hash: 36468065f2ff72547bef5302d9b3de48a901e562 commit hash: 36468065f2ff72547bef5302d9b3de48a901e562 commit hash: 36468065f2ff72547bef5302d9b3de48a901e562 3646806
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
Wednesday, 3 Feb 2021
19:50 sunpoet search for other commits by this committer
Update to 1.4.2

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
Original commitRevision:563952 
Monday, 1 Feb 2021
19:43 sunpoet search for other commits by this committer
Update to 1.4.1

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
Original commitRevision:563711 
Saturday, 30 Jan 2021
12:34 sunpoet search for other commits by this committer
Update to 1.4.0

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
Original commitRevision:563378 
Wednesday, 5 Feb 2020
18:24 sunpoet search for other commits by this committer
Update to 1.3.3

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
Original commitRevision:525310 
Tuesday, 4 Feb 2020
17:55 sunpoet search for other commits by this committer
Update to 1.3.2

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
Original commitRevision:525211 
Monday, 5 Aug 2019
15:42 sunpoet search for other commits by this committer
Update to 1.3.1

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
Original commitRevision:508184 
Tuesday, 25 Jun 2019
20:52 sunpoet search for other commits by this committer
Update to 1.3.0

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
Original commitRevision:505121 
Saturday, 27 Apr 2019
18:26 sunpoet search for other commits by this committer
Update to 1.2.10

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
Original commitRevision:500242 
Friday, 26 Apr 2019
20:48 sunpoet search for other commits by this committer
Update to 1.2.9

- Add LICENSE_FILE
- Remove outdated post-install: already stripped by USES=gem
- Request maintainership

Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
PR:		237243
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
Original commitRevision:500162 
Saturday, 3 Feb 2018
04:31 swills search for other commits by this committer
devel/rubygem-msgpack: update to 1.2.2

PR:		225194
Approved by:	maintainer timeout (kuriyama, > 2 weeks)
Original commitRevision:460772 
Monday, 15 Jan 2018
15:56 swills search for other commits by this committer
devel/rubygem-msgpack: update to 1.2.0

PR:		224789
Approved by:	maintainer timeout (kuriyama@FreeBSD.org, > 2 weeks)
Original commitRevision:459075 
Thursday, 4 Jan 2018
20:12 sunpoet search for other commits by this committer
Fix build with Ruby 2.4+ and unbreak this port

Approved by:	portmgr (blanket)
MFH:		2018Q1
Original commitRevision:458080 
Thursday, 14 Dec 2017
18:12 swills search for other commits by this committer
devel/rubygem-msgpack: mark broken with ruby 2.4
Original commitRevision:456329 
Wednesday, 27 Apr 2016
21:57 swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
Original commitRevision:414136 
16:36 swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
Original commitRevision:414118 
Tuesday, 18 Aug 2015
07:10 kuriyama search for other commits by this committer
- Upgrade to 0.5.12.
Original commitRevision:394561 
Friday, 24 Jan 2014
14:47 miwi search for other commits by this committer
- Stage safe
Original commitRevision:340902 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Sunday, 26 May 2013
13:36 kuriyama search for other commits by this committer
- Upgrade to 0.5.5.
Original commitRevision:319108 
Saturday, 22 Sep 2012
18:59 swills search for other commits by this committer
- Update to 0.4.7

PR:		ports/170495
Approved by:	maintainer timeout (kuriyama, >6 weeks)
Original commitRevision:304706 
Monday, 9 Jan 2012
08:05 kuriyama search for other commits by this committer
- Upgrade to 0.4.6.

PR:             ports/162108, ports/163377
Submitted by:   swills, pgollucci
Original commit
Tuesday, 5 Jul 2011
04:53 kuriyama search for other commits by this committer
- Upgrade to 0.4.5.

PR:             ports/158273
Submitted by:   pgollucci
Original commit
Thursday, 2 Dec 2010
05:44 kuriyama search for other commits by this committer
- Upgrade to 0.4.4.
Original commit
Tuesday, 20 Jul 2010
22:41 kuriyama search for other commits by this committer
- Upgrade to 0.4.3.
Original commit
Saturday, 29 May 2010
11:37 kuriyama search for other commits by this committer
- Upgrade to 0.4.1.
Original commit
Wednesday, 26 May 2010
19:51 pgollucci search for other commits by this committer
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@
Original commit
Tuesday, 19 Jan 2010
03:28 kuriyama search for other commits by this committer
MessagePack is a binary-based efficient data interchange format that
is focused on high performance. It is like JSON, but very fast and
small.

WWW: http://msgpack.sourceforge.jp/
Original commit

Number of commits found: 44