Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
24.2.1 28 May 2024 10:21:30 |
Po-Chuan Hsieh (sunpoet) |
devel/py-gevent: Adjust 3f2436c02e8314614dda02f9ef9f5a13de6d18c2 |
24.2.1 20 May 2024 21:53:51 |
Daniel Engberg (diizzy) |
devel/py-gevent: Convert post-patch to EXTRACT_AFTER_ARGS
Reduces I/O by not extracting files at all
Remove reference to src/gevent/_util_py2.py as it's no longer distributed
PR: 278737
Approved by: portmgr (maintainer timeout, 2+ weeks) |
24.2.1 08 Apr 2024 20:16:54 |
Po-Chuan Hsieh (sunpoet) |
devel/py-gevent: Update to 24.2.1
- Update WWW and clean up pkg-descr
- Convert to USE_PYTHON=pep517
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst
https://www.gevent.org/changelog.html |
22.10.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> |
22.10.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
22.10.2 30 Dec 2022 09:04:37 |
Po-Chuan Hsieh (sunpoet) |
devel/py-gevent: Update to 22.10.2
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
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) |
21.12.0 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 ) |
21.12.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
21.12.0 28 Feb 2022 12:46:13 |
Po-Chuan Hsieh (sunpoet) |
devel/py-gevent: Update to 21.12.0
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
21.8.0 05 Nov 2021 23:54:03 |
Po-Chuan Hsieh (sunpoet) |
devel/py-gevent: Remove -f because RM has it already |
21.8.0 21 Sep 2021 22:23:31 |
Po-Chuan Hsieh (sunpoet) |
devel/py-gevent: Update to 21.8.0
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
21.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
21.1.2 30 Jan 2021 12:23:26 |
sunpoet |
Update to 21.1.2
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
20.9.0 11 Jan 2021 19:36:17 |
rene |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
20.9.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
20.9.0 02 Oct 2020 07:30:44 |
sunpoet |
Update to 20.9.0
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
20.6.2 27 Jun 2020 08:33:28 |
pkubaj |
devel/py-gevent:
Use newer GCC:
src/gevent/libev/corecext.h:157: error: wrong number of arguments specified for
'__deprecated__' attribute |
20.6.2 26 Jun 2020 08:43:59 |
sunpoet |
Fix make test |
20.6.2 22 Jun 2020 19:35:47 |
sunpoet |
Update to 20.6.2
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.5.0 19 Jun 2020 16:45:09 |
sunpoet |
Update to 1.5.0
- Update WWW
Changes: https://github.com/gevent/gevent/blob/master/docs/changelog_1_5.rst
https://www.gevent.org/whatsnew_1_5.html |
1.4.0 06 Jan 2019 20:40:35 |
sunpoet |
Update to 1.4.0
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.3.7 14 Oct 2018 16:28:37 |
sunpoet |
Update to 1.3.7
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.3.6 19 Aug 2018 20:32:16 |
sunpoet |
Remove duplicate entry of RUN_DEPENDS from TEST_DEPENDS
Notified by: mat |
1.3.6 18 Aug 2018 20:41:29 |
sunpoet |
Update to 1.3.6
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.3.5 29 Jul 2018 19:15:41 |
sunpoet |
Update to 1.3.5
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.3.4 24 Jun 2018 20:17:09 |
sunpoet |
Update to 1.3.4
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.3.2 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 |
1.3.2 30 May 2018 19:47:48 |
sunpoet |
Update to 1.3.2
Changes: https://github.com/gevent/gevent/releases
https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.3.1 19 May 2018 11:06:47 |
sunpoet |
Update to 1.3.1
Changes: https://github.com/gevent/gevent/releases
https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.3.0 12 May 2018 23:50:24 |
sunpoet |
Update to 1.3.0
Changes: https://github.com/gevent/gevent/releases
https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.2.2 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.2.2 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
1.2.2 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 ) |
1.2.2 06 Jun 2017 13:50:44 |
sunpoet |
Update to 1.2.2
Changes: https://github.com/gevent/gevent/releases
https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.2.1 13 Jan 2017 14:43:45 |
sunpoet |
Update to 1.2.1
Changes: https://github.com/gevent/gevent/releases
https://github.com/gevent/gevent/blob/master/CHANGES.rst |
1.2.0 24 Dec 2016 12:58:20 |
sunpoet |
- Update to 1.2.0
Changes: https://github.com/gevent/gevent/releases |
1.1.2_1 04 Dec 2016 10:43:59 |
sunpoet |
- Fix _util_py2 build failure with Python 3
- Bump PORTREVISION for package change |
1.1.2 19 Nov 2016 17:06:35 |
sunpoet |
- Update to 1.1.2
Changes: https://github.com/gevent/gevent/releases |
1.1.1 08 Apr 2016 16:28:34 |
sunpoet |
- Update to 1.1.1
Changes: https://github.com/gevent/gevent/releases |
1.1.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.0 07 Mar 2016 20:12:37 |
sunpoet |
- Update to 1.1.0
- Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/gevent/gevent/releases |
1.0.2_1 21 Dec 2015 18:33:43 |
sunpoet |
- Add LICENSE_FILE
- Use libraries from ports tree instead of bundled one
- Strip shared library in post-install:
- Bump PORTREVISION for dependency and package change |
1.0.2 03 Oct 2015 17:07:25 |
sunpoet |
- Convert to new test framework |
1.0.2 15 Jun 2015 19:20:18 |
sunpoet |
- Update to 1.0.2
- Regenerate patch file with makepatch:
Changes: https://github.com/gevent/gevent/blob/master/changelog.rst |
1.0.1 21 Feb 2015 15:11:22 |
sunpoet |
- Fix build with Clang 3.6.0
PR: 197868
Submitted by: dim |
1.0.1 15 Aug 2014 03:43:55 |
sunpoet |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
1.0.1 15 Aug 2014 03:00:38 |
sunpoet |
- Use USES=python |
1.0.1 02 May 2014 09:41:25 |
sunpoet |
- Update to 1.0.1
Changes: https://github.com/surfly/gevent/blob/master/changelog.rst |
1.0_2 14 Feb 2014 19:41:00 |
sunpoet |
- Update COMMENT
- Remove LIB_DEPENDS
- Use PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION for dependency change |
1.0_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.0_1 29 Nov 2013 16:58:12 |
sunpoet |
- Fix PLIST
- Bump PORTREVISION for package change |
1.0 27 Nov 2013 20:52:08 |
sunpoet |
- Update to 1.0
- Use REINPLACE_CMD instead of patch file
- Strip shared library
- Fix regression-test: in tinderbox
Changes: https://github.com/surfly/gevent/blob/master/changelog.rst |
0.13.8_1 26 Oct 2013 08:46:13 |
sunpoet |
- Convert to new LIB_DEPENDS format: it also avoids build failure when libevent2
is installed
- Add TEST_DEPENDS
- Add regression-test:
- Support STAGEDIR
- While I'm here, strip shared library and bump PORTREVISION for package change
PR: ports/183319 (based on)
Submitted by: koobs |
0.13.8 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.13.8 07 Sep 2013 17:53:23 |
sunpoet |
- Cosmetic change |
0.13.8 21 Aug 2013 17:42:58 |
sunpoet |
- Cleanup Makefile header |
0.13.8 08 Sep 2012 00:14:31 |
sunpoet |
- Update to 0.13.8
Changes: https://groups.google.com/forum/?fromgroups#!topic/gevent/tJc8YSgOF1U
- core: fix compilation with the latest Cython: remove emit_ifdef/emit_else/
emit_endif.
- Fixed issue #80: gevent.httplib failed with RequestFailed errors because
timeout was reset to 1s. Patch by Tomasz Prus.
- Fixed issue #132: gevent.socket.gethostbyname(<unicode>) now does ascii
encoding and uses gevent's resolver rather than calling built-in resolver.
Patch by Alexey Borzenkov. |
0.13.7 13 Jul 2012 15:04:57 |
sunpoet |
- Take maintainership
- Update pkg-descr |
0.13.7 13 Jul 2012 14:14:13 |
tabthorpe |
- Reassign to the heap
- Thank you for your years of service
With hat:: portmgr |
0.13.7 19 Jun 2012 17:58:23 |
rm |
- update to 0.13.7
- add LICENSE (MIT)
While here:
- strict to python 2.x
PR: 168692
Submitted by: koobs <koobs.freebsd at gmail dot com>
Approved by: maintainer timeout (2 weeks) |
0.13.6 29 May 2011 12:48:24 |
sunpoet |
- Update to 0.13.6
Changes: http://gevent.org/changelog.html
PR: ports/157027
Submitted by: Mirko Zinn <mail@derzinn.de>
Approved by: maintainer (timeout, 15 days) |
0.13.3 09 Mar 2011 06:25:56 |
wen |
- Update to 0.13.3
PR: ports/155390
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) |
0.13.1 09 Oct 2010 19:31:55 |
lwhsu |
- Update to 0.13.1
PR: ports/151346
Submitted by: lwhsu
Approved by: Peter Schuller <peter.schuller AT infidyne.com> (maintainer) |
0.12.2_1 02 Jul 2010 05:31:49 |
stefan |
Add dependency on devel/py-greenlet.
PR: 147776
Submitted by: Robert Kruus <rob.kruus@gmail.com>
Approved by: maintainer
Feature safe: yes |
0.12.2 23 Mar 2010 14:37:13 |
yzlin |
- Update to 0.12.2
PR: ports/144957
Submitted by: Keith Gaughan <k AT stereochro.me>
Approved by: Peter Schuller <peter.schuller AT infidyne.com> (maintainer),
lwhsu/rafan (mentors, implicit) |
0.12.0 12 Feb 2010 19:26:10 |
pgollucci |
A coroutine-based Python networking library that uses greenlet to
provide a high-level synchronous API on top of an libevent event loop.
WWW: http://www.gevent.org/
PR: ports/143589
Submitted by: Peter Schuller <peter.schuller at infidyne.com> |