Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.1 22 Sep 2024 22:29:41
![commit hash: 8972588082b260e678bb2c0084ef4619dcd69cdb commit hash: 8972588082b260e678bb2c0084ef4619dcd69cdb](/images/git.png) ![commit hash: 8972588082b260e678bb2c0084ef4619dcd69cdb commit hash: 8972588082b260e678bb2c0084ef4619dcd69cdb](/images/codeberg.svg) ![commit hash: 8972588082b260e678bb2c0084ef4619dcd69cdb commit hash: 8972588082b260e678bb2c0084ef4619dcd69cdb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jimmy Olgeni (olgeni) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to version 4.2.1 |
4.2.0 05 Feb 2024 14:42:00
![commit hash: b5e2b527b0698c2428e1cf4c357d5014fe59ae82 commit hash: b5e2b527b0698c2428e1cf4c357d5014fe59ae82](/images/git.png) ![commit hash: b5e2b527b0698c2428e1cf4c357d5014fe59ae82 commit hash: b5e2b527b0698c2428e1cf4c357d5014fe59ae82](/images/codeberg.svg) ![commit hash: b5e2b527b0698c2428e1cf4c357d5014fe59ae82 commit hash: b5e2b527b0698c2428e1cf4c357d5014fe59ae82](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Juraj Lutter (otis) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: Update to 4.2.0
Approved by: olgeni (maintainer)
Differential revision: https://reviews.freebsd.org/D43365 |
3.6.3.0 27 Jun 2023 19:34:34
![commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb](/images/git.png) ![commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb](/images/codeberg.svg) ![commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rene Ladan (rene) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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> |
3.6.3.0 11 Jan 2023 15:58:34
![commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656](/images/git.png) ![commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656](/images/codeberg.svg) ![commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dmitry Marakasov (amdmi3) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
3.6.3.0 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
3.6.3.0 20 Jul 2022 14:21:35
![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/git.png) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/codeberg.svg) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.6.3.0 27 Sep 2021 15:56:30
![commit hash: 5193d220964447d5da4b95b48c6122ee822f8268 commit hash: 5193d220964447d5da4b95b48c6122ee822f8268](/images/git.png) ![commit hash: 5193d220964447d5da4b95b48c6122ee822f8268 commit hash: 5193d220964447d5da4b95b48c6122ee822f8268](/images/codeberg.svg) ![commit hash: 5193d220964447d5da4b95b48c6122ee822f8268 commit hash: 5193d220964447d5da4b95b48c6122ee822f8268](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: Add NO_ARCH
Approved by: portmgr (blanket) |
3.6.3.0 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
3.6.3.0 28 Dec 2020 23:02:15
![Revision:559531 Revision:559531](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.6.3.0 26 May 2020 01:53:38
![Revision:536561 Revision:536561](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: Update to 3.6.3.0
PR: 245330
Submitted by: Evilham <contact@evilham.com>
Approved by: olgeni (maintainer, via email) |
3.5.0.3 02 Jan 2018 00:51:44
![Revision:457824 Revision:457824](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
olgeni ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: Update to 3.5.0.3 and take over maintainership.
PR: 224520
Submitted by: olgeni
Approved by: maintainer (wg) |
3.3.0.23 19 Jul 2016 13:17:22
![Revision:418775 Revision:418775](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
olgeni ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update devel/py-billiard to 3.3.0.23.
PR: 208429
Submitted by: olgeni
Approved by: maintainer (PR 208431) |
3.3.0.21 10 Nov 2015 16:16:02
![Revision:401200 Revision:401200](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.21 |
3.3.0.18 20 Sep 2015 19:59:04
![Revision:397395 Revision:397395](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
olgeni ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Typos, whitespace and capitalization fixes (A-F). |
3.3.0.18 20 Oct 2014 16:04:14
![Revision:371280 Revision:371280](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mva ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
3.3.0.18 21 Jun 2014 18:08:25
![Revision:358727 Revision:358727](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.18
Changes: https://raw.githubusercontent.com/celery/billiard/3.3/CHANGES.txt |
3.3.0.17 17 Apr 2014 19:53:42
![Revision:351494 Revision:351494](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.17 |
3.3.0.14 20 Jan 2014 13:12:26
![Revision:340388 Revision:340388](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.14 |
3.3.0.13 15 Dec 2013 19:48:12
![Revision:336575 Revision:336575](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.13
- Update to 3.3.0.13
- Switch from easy_install
- Use BSD3CLAUSE license |
3.3.0.12 11 Dec 2013 10:51:02
![Revision:336156 Revision:336156](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.12 |
3.3.0.11 04 Dec 2013 10:14:59
![Revision:335609 Revision:335609](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.11
Changes: https://raw.github.com/celery/billiard/master/CHANGES.txt |
3.3.0.10 03 Dec 2013 10:29:56
![Revision:335554 Revision:335554](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: turns out 3.3.0.10 is already available |
3.3.0.9 03 Dec 2013 10:07:34
![Revision:335552 Revision:335552](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.9 |
3.3.0.8 22 Nov 2013 11:59:02
![Revision:334578 Revision:334578](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.8 |
3.3.0.7 17 Nov 2013 16:07:19
![Revision:334097 Revision:334097](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.7 |
3.3.0.6 13 Nov 2013 11:41:49
![Revision:333673 Revision:333673](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.6
Changes: https://github.com/celery/billiard/blob/master/CHANGES.txt |
3.3.0.5 12 Nov 2013 10:51:39
![Revision:333562 Revision:333562](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.5
Changes: https://raw.github.com/celery/billiard/master/CHANGES.txt |
3.3.0.3 10 Nov 2013 11:14:30
![Revision:333377 Revision:333377](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.3 |
3.3.0.2 09 Nov 2013 19:07:51
![Revision:333326 Revision:333326](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.2
- Update to 3.3.0.2
- Allow staging |
3.3.0.1 05 Nov 2013 15:03:58
![Revision:332856 Revision:332856](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.1 |
3.3.0.0 21 Oct 2013 13:00:01
![Revision:331134 Revision:331134](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: fix autoplist
- Fix autoplist |
3.3.0.0 21 Oct 2013 12:46:47
![Revision:331130 Revision:331130](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 3.3.0.0
- Update to 3.3.0.0
- Use autoplist |
2.7.3.34 13 Oct 2013 22:49:29
![Revision:330264 Revision:330264](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 2.7.3.34
- Update to 2.7.3.34 |
2.7.3.33 05 Oct 2013 10:26:31
![Revision:329436 Revision:329436](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 2.7.3.33
- Update to 2.7.3.33 |
2.7.3.32 20 Sep 2013 17:13:47
![Revision:327724 Revision:327724](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.7.3.32 17 Aug 2013 14:06:50
![Revision:324844 Revision:324844](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 2.7.3.32
- Update to 2.7.3.32
Changes: https://github.com/celery/billiard/blob/2.7/CHANGES.txt |
2.7.3.31 08 Jul 2013 12:30:28
![Revision:322501 Revision:322501](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 2.7.3.31
- Update to 2.7.3.31
Changes: https://github.com/celery/billiard/blob/2.7/CHANGES.txt |
2.7.3.30 29 Jun 2013 11:07:51
![Revision:322043 Revision:322043](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/py-billiard: update to 2.7.3.30
- Update to 2.7.3.30
Changes: https://github.com/celery/billiard/blob/master/CHANGES.txt |
2.7.3.28 16 May 2013 15:00:49
![Revision:318320 Revision:318320](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.7.3.28
- Add LICENSE
Changes:
https://github.com/celery/billiard/blob/master/CHANGES.txt
Approved by: culot (mentor) |
2.7.3.22 15 May 2013 19:33:15
![Revision:318257 Revision:318257](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Change MAINTAINER address of all my ports
Approved by: culot (mentor) |
2.7.3.22 13 Mar 2013 13:36:53
![Revision:314082 Revision:314082](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
culot ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.7.3.22
Changes: https://github.com/celery/billiard/blob/master/CHANGES.txt
PR: ports/176917
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
2.7.3.21 13 Mar 2013 04:42:01
![Revision:314025 Revision:314025](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
add new port: devel/py-billiard
billiard is a fork of the Python 2.7 multiprocessing package.
The multiprocessing package itself is a renamed and updated version
of R Oudkerk's pyprocessing package. This standalone variant is intended
to be compatible with Python 2.4 and 2.5, and will draw it's
fixes/improvements from python-trunk.
WWW: https://github.com/celery/billiard
PR: 176663
Submitted by: william88@gmail.com |