Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.10.0_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
4.10.0 20 Apr 2024 16:11:16 |
Yuri Victorovich (yuri) |
net/cppzmq: update 4.9.0 → 4.10.0 |
4.9.0 20 Apr 2024 16:08:06 |
Yuri Victorovich (yuri) |
net/cppzmq: Take manintainership per maintainer's request
Approved by: vd@ (maintainer) |
4.9.0 10 Oct 2022 07:31:25 |
Vasil Dimov (vd) |
net/cppzmq: Upgrade from 4.8.1 to 4.9.0
PR: 266921
Submitted by: yuri |
4.8.1 28 Sep 2022 09:16:43 |
Vasil Dimov (vd) |
net/cppzmq: add tests target, disabled by default
PR: 266633 |
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) |
4.8.1 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 ) |
4.8.1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
4.8.1 02 Nov 2021 09:41:34 |
Vasil Dimov (vd) |
net/cppzmq: Upgrade from 4.7.1 to 4.8.1 |
4.7.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.7.1 06 Oct 2020 13:15:16 |
vd |
net/cppzmq: Upgrade from 4.6.0 to 4.7.1 |
4.6.0 18 Feb 2020 07:42:59 |
vd |
net/cppzmq: Upgrade from 4.5.0 to 4.6.0 |
4.5.0 05 Nov 2019 09:17:53 |
vd |
net/cppzmq: Upgrade from 4.3.0 to 4.5.0 |
4.3.0_2 01 Mar 2019 08:08:14 |
tobik |
net/openpgm: Do not add -I to non-existing directory in openpgm-5.2.pc
foo/lib/pgm-5.2/include does not exist, so applications using strict
compiler flags will fail to build due to this.
Here this breaks devel/xeus build after r491260 [1]:
CMake Error in CMakeLists.txt:
Imported target "cppzmq" includes non-existent path
"/usr/local/lib/pgm-5.2/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location. (Only the first 15 lines of the commit message are shown above ) |
4.3.0_1 20 Aug 2018 12:43:41 |
vd |
net/cppzmq: Fix CMake config installation path
PR: 230771
Submitted by: jhale@
Reported by: jhale@ |
4.3.0 16 Aug 2018 13:34:22 |
vd |
net/cppzmq: Upgrade from 4.2.3 to 4.3.0 |
4.2.3 12 Feb 2018 09:55:18 |
vd |
net/cppzmq: Upgrade from 4.2.2 to 4.2.3
Also unbreak after an upgrade of a dependency port net/libzmq4 |
4.2.2 13 Nov 2017 15:51:56 |
mat |
Fix USE_GITHUB usage.
Sponsored by: Absolight |
4.2.2 23 Oct 2017 07:19:52 |
vd |
net/cppzmq: s/CONFLICTS/CONFLICTS_INSTALL/
CONFLICTS_INSTALL is more precise (it can be built and packaged
concurrently, just not installed concurrently).
Reported by: koobs@ |
4.2.2 13 Oct 2017 06:12:53 |
vd |
Add new port net/cppzmq - C++ bindings for 0MQ
As of ZeroMQ 3.2.0 zmq.hpp has been split into a separate project under
https://github.com/zeromq/cppzmq/releases
https://zeromq.jira.com/browse/LIBZMQ-359
So, FreeBSD's net/libzmq2 does provide zmq.hpp, while net/libzmq3 and
net/libzmq4 do not and this new port net/cppzmq is supplementary to them. |