Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
25.0.2_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> |
25.0.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
25.0.2 30 Mar 2023 17:51:18 |
Roman Bogorodskiy (novel) |
net/py-pyzmq: update to 25.0.2 |
25.0.1 17 Mar 2023 20:12:39 |
Roman Bogorodskiy (novel) |
net/py-pyzmq: update to 25.0.1 |
25.0.0 12 Mar 2023 19:10:27 |
Roman Bogorodskiy (novel) |
net/py-pyzmq: update to 25.0.0 |
24.0.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
24.0.1 15 Oct 2022 08:00:44 |
Yuri Victorovich (yuri) |
net/py-pyzmq: Update 22.3.0 -> 24.0.1
PR: 266695
Approved by: novel@ (maintainer's timeout; 17 days) |
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) |
22.3.0_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 ) |
22.3.0_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 ) |
22.3.0_1 27 Apr 2022 11:42:14 |
Dmitry Marakasov (amdmi3) |
net/py-pyzmq: add dependency on cython
This:
- Fixes hidden dependency, as cython is used as soon as its detected
- Improves compatibility with newer python versions by regenerating C
files with latest cython
- Fixes tests which require pyximport module from cython
PR: 263580
Reported by: reprise
Approved by: novel (maintainer) |
22.3.0 19 Sep 2021 03:59:19 |
Roman Bogorodskiy (novel) |
net/py-pyzmq: update to 22.3.0 |
22.2.1 06 Aug 2021 11:49:19 |
Roman Bogorodskiy (novel) |
net/py-pyzmq: update to 22.2.1 |
22.2.0 06 Aug 2021 02:47:38 |
Roman Bogorodskiy (novel) |
net/py-pyzmq: update to 22.2.0 |
22.1.0 05 Jun 2021 06:05:13 |
Roman Bogorodskiy (novel) |
net/py-pyzmq: update to 22.1.0 |
22.0.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
22.0.3 13 Feb 2021 02:52:37 |
novel |
net/py-pyzmq: update to 22.0.3 |
22.0.2 07 Feb 2021 10:38:02 |
novel |
net/py-pyzmq: update to 22.0.2 |
19.0.2 12 Jan 2021 22:03:52 |
rene |
Simplify some ports using PYTHON_VER and Python 3.6+ |
19.0.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
19.0.2 01 Aug 2020 11:52:26 |
novel |
net/py-pyzmq: update to 19.0.2 |
19.0.1 10 May 2020 09:19:50 |
novel |
net/py-pyzmq: update to 19.0.1 |
19.0.0 16 Apr 2020 03:01:14 |
novel |
net/py-pyzmq: update to 19.0.0 |
18.1.1 17 Nov 2019 05:52:08 |
novel |
net/py-pyzmq: update to 18.1.1 |
18.1.0 11 Aug 2019 10:36:46 |
novel |
net/py-pyzmq: update to 18.1.0 |
18.0.2 30 Jun 2019 01:18:53 |
novel |
net/py-pyzmq: update to 18.0.2 |
18.0.1 10 Mar 2019 12:00:25 |
novel |
net/py-pyzmq: update to 18.0.1
Drop patch for the issue fixed upstream. |
18.0.0 28 Feb 2019 16:44:05 |
novel |
net/py-pyzmq: update to 18.0.0
- Drop patch-PR1219 for the issue fixed upstream
- Add patch to fix build with Python 3+ and non-Unicode
locale [1]
1: https://github.com/zeromq/pyzmq/pull/1265 |
17.1.2 26 Jan 2019 09:21:14 |
koobs |
net/py-pyzmq: Fix framework compliance issues
Identified while QA'ing an upcoming net/libzmq update [1]:
- Strip shared libraries.
- Update (correct) LICENSE definition, previous was incomplete.
- Backport upstream PR [2] to fix test_large_send OOM issue.
QA: 209 passed, 33 skipped in 58.81 seconds
[2] https://github.com/zeromq/pyzmq/pull/1219
PR: 230575 [1]
Approved by: portmgr (blanket: framework compliance)
MFH: 2019Q1 |
17.1.2 14 Oct 2018 14:27:26 |
novel |
net/py-pyzmq: update to 17.1.2 |
17.0.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
17.0.0 11 Mar 2018 09:46:10 |
novel |
net/py-pyzmq: update to 17.0.0 |
16.0.3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
16.0.3 09 Nov 2017 15:55:32 |
novel |
net/py-pyzmq: update to 16.0.3 |
16.0.2 27 Nov 2016 14:27:42 |
novel |
net/py-pyzmq: update to 16.0.2 |
16.0.1 12 Nov 2016 13:08:14 |
novel |
net/py-pyzmq: update to 16.0.1
- update to 16.0.1
- rename regression-test target to do-test and add TEST_DEPENDS
- fix detecting zmq in non-default LOCALBASE [1]
PR: 214274 [1]
Submitted by: jhujhiti@adjectivism.org [1] |
16.0.0 22 Oct 2016 14:32:27 |
novel |
net/py-pyzmq: update to 16.0.0 |
15.4.0 26 Aug 2016 21:35:14 |
novel |
net/py-pyzmq: update to 15.4.0 |
15.3.0 24 Jul 2016 21:27:40 |
novel |
net/py-pyzmq: update to 15.3.0 |
15.2.0_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
15.2.0_1 23 Mar 2016 09:20:35 |
vsevolod |
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at |
15.2.0 03 Mar 2016 15:23:44 |
novel |
net/py-pyzmq: update to 15.2.0
Also, pyzmq now ships asyncio support that requires support of PEP 0409 [1]
and depends on asyncio. As PEP0409 is supported in Python 3.3+ and
asyncio is included into stdlib in 3.4, for 3.3 add dependency on
devel/py-asyncio.
1: https://www.python.org/dev/peps/pep-0409/
Reviewed by: koobs
Differential Revision: D5531 |
14.7.0 29 Aug 2015 14:07:15 |
novel |
Update to 14.7.0. |
14.6.0_1 15 Jun 2015 11:06:49 |
koobs |
net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721
- Update to 4.1.2
- Update pkg-plist
- USES: pkg-config is now a global dependency
- OPTIONS: with-sytem-pgm is now with-pgm, update helpers
- OPTIONS: with-libsodium no longer takes args, update helpers
- Override pkgconfigdir via configure, deprecate USES: pathfix
- Bump PORTREVISION for dependent ports for shared library version
change
While I'm here:
- Whitespace align Makefile
Based on:
PR: 200502
Reported by: Sevan Janiyan <venture37 geeklan co uk>
Submitted by: Jason Unovitch <jason.unovitch gmail com>
MFH: 2015Q2
Security: 10a6d0aa-0b1c-11e5-bb90-002590263bf5
Security: CVE-2014-9721 |
14.6.0 31 May 2015 13:57:18 |
novel |
Update to 14.6.0.
PR: 200549
Submitted by: rsimmons0@gmail.com |
14.5.0 08 Mar 2015 22:05:33 |
robak |
net/py-pyzmq: update 14.3.1 -> 14.5.0
- Maintainer's timeout (novel@FreeBSD.org)
PR: 197410
Submitted by: Robert Simmons <rsimmons0@gmail.com> |
14.3.1_1 09 Feb 2015 03:23:50 |
koobs |
net/libzmq4: Update to 4.0.5
- Update to 4.0.5
- Add LICENSE_FILE
- Sort Makefile sections
- Verbose'ify build
- Reduce diffs between net/libzmq3 [1]
[1] NOTE: OpenPGM is now a DEFAULT option in net/libzmq3
Changes:
* https://github.com/zeromq/zeromq4-x/blob/v4.0.5/NEWS
While I'm here:
- Bump PORTREVISIONS to chase shared library version change
- czmq: Verbose'ify czmq build
- czmq: Use install-strip to strip shared library
PR: 197407 |
14.3.1 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
14.3.1 30 Jun 2014 16:41:24 |
koobs |
net/py-pyzmq: Update to 14.3.1
- Update to 14.3.1
Changes:
* https://github.com/zeromq/pyzmq/blob/v14.3.1/docs/source/changelog.rst
Approved by: maintainer (novel) |
14.2.0_1 06 Jun 2014 20:27:57 |
naddy |
Switch ZeroMQ 4 ports to USES=libtool and bump revision of affected ports.
Approved by: koobs |
14.2.0 24 Apr 2014 18:28:29 |
novel |
Update to 14.2.0. |
14.1.1 22 Mar 2014 06:53:46 |
koobs |
devel/py-pyzmq: Move to net/ category, Update to 14.1.1
- Move from devel/ to net/ category with other ZeroMQ ports
- Update to 14.1.1
- Update CATEGORIES order (put primary first)
- Update MOVED, devel/Makefile and net/Makefile
Approved by: maintainer (via email) |