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

Number of commits found: 19

Sunday, 16 Oct 2022
21:10 Adam Weinberger (adamw) search for other commits by this committer
devel/msgpack: Update and split into C and C++ versions

Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.

devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.

In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit.
commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 9e03d99
Friday, 5 Jun 2020
08:21 adamw search for other commits by this committer
msgpack: Update to 3.3.0

  Add json example for C
  Add both header and body packing functions for C
  Set default ref_size and chunk_size to vrefbuffer
  Add examples
  Improve build system
  Improve tests
  Improve documents
  Remove some warnings
  Improve CI environment
Original commitRevision:537993 
Tuesday, 10 Dec 2019
14:17 adamw search for other commits by this committer
msgpack: Update to 3.2.1

Changes: https://github.com/msgpack/msgpack-c/releases/tag/cpp-3.2.1
Original commitRevision:519665 
Monday, 27 May 2019
21:02 adamw search for other commits by this committer
Update msgpack to 3.2.0
Original commitRevision:502832 
Sunday, 9 Sep 2018
13:41 adamw search for other commits by this committer
Update msgpack to 3.1.1

* Add force endian set functionality
* Fix vrefbuffer memory management problem
* Fix msvc specific problem
* Update boost from 1.61.0 to 1.68.0
* Fix msgpack_timestamp type mismatch bug
Original commitRevision:479291 
Thursday, 23 Aug 2018
03:16 adamw search for other commits by this committer
Update msgpack to 3.1.0

Changes: https://github.com/msgpack/msgpack-c/releases/tag/cpp-3.1.0
Original commitRevision:477848 
Sunday, 27 May 2018
14:37 adamw search for other commits by this committer
Update to 3.0.1 and take maintainership

The license has changed from Apache 2.0 to Boost Software License.

I'm taking maintainership as this port has been outdated for two
years with no maintainer input.

PR:		228217
Approved by:	maintainer timeout (2 weeks)
Original commitRevision:470984 
Friday, 27 May 2016
18:56 pi search for other commits by this committer
devel/msgpack: 1.1.0 -> 1.4.2

Changes:
  https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md
- dependent ports PORTREVISION bump because name of shared library changed

PR:		209474
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Reviewed by:	swills
Original commitRevision:415958 
Monday, 27 Jul 2015
14:42 kuriyama search for other commits by this committer
- Upgrade to 1.1.0.

PR:		ports/200789 (https://reviews.freebsd.org/D2782)
Submitted by:	swills
Original commitRevision:392982 
Thursday, 7 May 2015
15:17 mat search for other commits by this committer
Update ports in the games category to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385633 
Wednesday, 6 May 2015
22:48 kuriyama search for other commits by this committer
- Upgrade to 1.0.0.

PR:		ports/198616
Submitted by:	oleksii.tsai@gmail.com
Original commitRevision:385576 
Saturday, 21 Apr 2012
14:17 kuriyama search for other commits by this committer
- Upgrade to 0.5.7.

PR:             ports/166839
Submitted by:   tobez
Original commit
Sunday, 3 Jul 2011
14:59 ohauer search for other commits by this committer
-remove MD5
Original commit
Saturday, 4 Sep 2010
06:01 kuriyama search for other commits by this committer
- Upgrade to 0.5.4.
Original commit
Monday, 19 Jul 2010
14:02 kuriyama search for other commits by this committer
- Upgrade to 0.5.2.
Original commit
Friday, 30 Apr 2010
23:57 kuriyama search for other commits by this committer
- Upgrade to 0.5.0.
Original commit
Saturday, 17 Apr 2010
01:53 kuriyama search for other commits by this committer
- Upgrade to 0.4.3.
- Use 4.4+ for sparc64 build (gcc-4.3 will be deprecated) [1].

Submitted by:   gerald [1]
Original commit
Wednesday, 20 Jan 2010
06:43 kuriyama search for other commits by this committer
- Upgrade to 0.4.1.
Original commit
Monday, 18 Jan 2010
07:47 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: 19