Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0_6 31 Aug 2023 17:30:38
    |
Gleb Popov (arrowd)  Author: Pavel Balaev |
devel/msgpuck: Update to newer snapshot (e3af562)
Tarantool 2.11.1 depends on e3af562 changes. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0_5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.0_5 22 Aug 2022 10:33:57
    |
Gleb Popov (arrowd)  Author: Pavel Balaev |
devel/msgpuck: Update to newer snapshot (0c6680a)
Tarantool 2.10.1 depends on 0c6680a changes.
Signed-off-by: Pavel Balaev <balaev@tarantool.org> |
2.0_4 09 Jun 2022 11:00:42
    |
Po-Chuan Hsieh (sunpoet)  Author: Pavel Balaev |
devel/msgpuck: Update to newer snapshot (234f305)
- Pass maintainership to upstream developer
Changes: https://github.com/tarantool/msgpuck/commits/master
PR: 264494 |
2.0_3 25 Oct 2021 15:57:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/msgpuck: Cosmetic change |
2.0_3 14 Oct 2021 21:30:34
    |
Stefan Eßer (se)  |
devel/msgpuck: Add CPE information
Approved by: portmgr (blanket) |
2.0_3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0_3 08 Nov 2020 17:11:22
  |
sunpoet  |
Update to newer snapshot (06e6308)
- Bump PORTREVISION for package change |
2.0_2 26 Jul 2019 20:46:57
  |
gerald  |
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 |
2.0_1 01 Jul 2019 15:36:44
  |
sunpoet  |
Sort USES |
2.0_1 29 Jun 2019 23:02:48
  |
pkubaj  |
devel/msgpuck: fix build
Add USES=compiler:c11 to fix:
test/CMakeFiles/msgpuck.test.dir/msgpuck.c.o:(.text+0xfe4): undefined reference
to `mp_unreachable'
test/CMakeFiles/msgpuck.test.dir/msgpuck.c.o:(.text+0x1b84): undefined reference
to `mp_unreachable'
Approved by: mentors (implicit approval) |
2.0_1 16 Jun 2019 10:34:44
  |
sunpoet  |
Update to latest snapshot
- Bump PORTREVISION for package change
Changes: https://github.com/tarantool/msgpuck/commits/master |
2.0 01 Mar 2018 13:34:49
  |
sunpoet  |
Update to 2.0
- Update COMMENT
- Add LICENSE_FILE
- Update pkg-descr
- Take maintainership
Changes: https://github.com/tarantool/msgpuck/commits/master |
1.0.0_1 23 Feb 2018 21:09:47
  |
rene  |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
1.0.0_1 29 Dec 2015 14:30:47
  |
mat  |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
1.0.0_1 09 Jul 2015 14:43:37
  |
vg  |
- Updated distfile
- Removed patches |
1.0.0 19 Jun 2015 16:35:05
  |
vg  |
New port: devel/msgpuck
MsgPuck is a simple and efficient MsgPack binary serialization library in
a self-contained header file.
* Can be easily incorporated into your project
* Is very easy to use (see examples below)
* Is fully tested and documented
* Has clean and readable C source code
* Is published under the very liberal license (BSD-2) |