Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.1 31 Dec 2024 15:50:18 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 6.1.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
https://psutil.readthedocs.io/en/latest/#timeline |
6.1.0 25 Oct 2024 11:18:02 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 6.1.0
- Remove outdated CONFLICTS_INSTALL
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
https://psutil.readthedocs.io/en/latest/#timeline |
6.0.0 03 Jul 2024 04:36:48 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 6.0.0
- Update WWW
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.9.8 21 Feb 2024 15:08:00 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 5.9.8
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.9.7 25 Dec 2023 09:00:57 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 5.9.7
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.9.6 16 Oct 2023 15:59:53 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 5.9.6
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.9.5 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
5.9.5 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> |
5.9.5 19 Apr 2023 18:54:29 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 5.9.5
- Convert to USE_PYTHON=pep517
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.9.4 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
5.9.4 30 Dec 2022 09:05:08 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 5.9.4
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.9.2 18 Dec 2022 17:26:43 |
Dimitry Andric (dim) |
sysutils/py-psutil: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
sysutils/py-psutil failed to build with clang 15:
psutil/arch/freebsd/sys_socks.c:70:25: warning: comparison between pointer and
integer ('kvaddr_t' (aka 'unsigned long long') and 'void *')
[-Wpointer-integer-compare]
if (xf->xf_data == sock)
~~~~~~~~~~~ ^ ~~~~
psutil/arch/freebsd/sys_socks.c:182:40: error: incompatible integer to pointer
conversion passing 'kvaddr_t' (aka 'unsigned long long') to parameter of type
'void *' [-Wint-conversion]
xf = psutil_get_file_from_sock(so->xso_so);
^~~~~~~~~~
psutil/arch/freebsd/sys_socks.c:65:33: note: passing argument to parameter
'sock' here
psutil_get_file_from_sock(void *sock) {
^
psutil/arch/freebsd/sys_socks.c:303:40: error: incompatible integer to pointer
conversion passing 'kvaddr_t' (aka 'unsigned long long') to parameter of type
'void *' [-Wint-conversion] (Only the first 15 lines of the commit message are shown above ) |
5.9.2 10 Sep 2022 13:02:47 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 5.9.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.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) |
5.9.1_2 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 ) |
5.9.1_2 08 Aug 2022 18:43:24 |
Yuri Victorovich (yuri) |
sysutils/py-psutil: Fix run-time failure: Undefined symbol "kinfo_getfile"
Approved by: portmgr (bugfix) |
5.9.1_1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
5.9.1_1 21 Jun 2022 20:58:58 |
Po-Chuan Hsieh (sunpoet) Author: Torsten Blum |
sysutils/py-psutil: Fix failing __FreeBSD_version check
- Bump PORTREVISION for package change
psutil 5.9.1 does not include <sys/param.h> in arch/freebsd/mem.c, causing the
__FreeBSD_version check there not not work properly and thus breaking the port
on systems without COMPAT_FREEBSD7.
PR: 264807
Reference: https://github.com/giampaolo/psutil/issues/2113 |
5.9.1 22 May 2022 04:37:30 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 5.9.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.9.0 23 Jan 2022 18:51:49 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Update to 5.9.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.8.0 13 Oct 2021 19:15:22 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Cosmetic change |
5.8.0 13 Oct 2021 13:52:59 |
Stefan Eßer (se) |
sysutils/py-psutil: Add CPE information
Approved by: portmgr (blanket) |
5.8.0 11 May 2021 21:47:19 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil: Simplify Makefile |
5.8.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.8.0 10 Jan 2021 08:22:39 |
sunpoet |
Clean up Makefile after r559531 (USES=python:3.6+) |
5.8.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
5.8.0 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
5.8.0 20 Dec 2020 15:24:08 |
sunpoet |
Update to 5.8.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.7.3 08 Nov 2020 17:20:46 |
sunpoet |
Update to 5.7.3
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.7.2 24 Jul 2020 07:16:28 |
sunpoet |
Update to 5.7.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.7.0 24 Jun 2020 17:38:32 |
sunpoet |
Cosmetic change |
5.7.0 21 Feb 2020 18:57:16 |
sunpoet |
Update to 5.7.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.6.7_1 12 Dec 2019 13:48:33 |
sunpoet |
Fix Process on 12.0+ i386
- Bump PORTREVISION for package change
FreeBSD 12.0+ change ki_tdev from 32 bits to 64 bits.
PR: 242543
Submitted by: antoine |
5.6.7 10 Dec 2019 17:11:47 |
sunpoet |
Update to 5.6.7
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.6.6 08 Dec 2019 17:04:03 |
sunpoet |
Update to 5.6.6
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.6.5 13 Nov 2019 23:35:53 |
sunpoet |
Update to 5.6.5
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.6.4 05 Nov 2019 16:51:08 |
sunpoet |
Update to 5.6.4
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.6.3 21 Oct 2019 18:02:18 |
amdmi3 |
- Fix PYTHONPREFIX_SITELIBDIR vs PYTHON_SITELIBDIR misuse
Approved by: portmgr blanket |
5.6.3 11 Jun 2019 20:19:47 |
sunpoet |
Update to 5.6.3
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.6.2 26 Apr 2019 20:45:55 |
sunpoet |
Update to 5.6.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.6.1 12 Mar 2019 18:10:03 |
sunpoet |
Update to 5.6.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.6.0 06 Mar 2019 18:06:48 |
sunpoet |
Update to 5.6.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.5.1 17 Feb 2019 19:40:09 |
sunpoet |
Update to 5.5.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.5.0 24 Jan 2019 17:38:15 |
sunpoet |
Update to 5.5.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.4.8 01 Nov 2018 19:14:13 |
sunpoet |
Update to 5.4.8
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.4.7 16 Aug 2018 23:41:57 |
sunpoet |
Update to 5.4.7
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.4.6 24 Jun 2018 20:18:40 |
sunpoet |
Update to 5.4.6
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.4.5 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 |
5.4.5 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 |
5.4.5 15 Apr 2018 20:03:16 |
sunpoet |
Update to 5.4.5
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.4.4 14 Apr 2018 23:58:36 |
sunpoet |
Update to 5.4.4
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.4.3 02 Jan 2018 15:33:18 |
sunpoet |
Update to 5.4.3
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.4.2 27 Dec 2017 19:51:45 |
sunpoet |
Mark CONFLICTS_INSTALL with sysutils/py-psutil121 |
5.4.2 11 Dec 2017 10:38:51 |
sunpoet |
Update to 5.4.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.4.1 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 ) |
5.4.1 09 Nov 2017 19:44:22 |
sunpoet |
Update to 5.4.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.4.0 13 Oct 2017 09:19:44 |
sunpoet |
Update to 5.4.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.3.1 10 Sep 2017 13:09:04 |
sunpoet |
Update to 5.3.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.3.0 08 Sep 2017 21:51:56 |
sunpoet |
Update ino64 support
Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> |
5.3.0 04 Sep 2017 00:00:38 |
sunpoet |
Re-add ino64 support which was not merged upstream yet |
5.3.0 02 Sep 2017 14:23:49 |
sunpoet |
Update to 5.3.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.2.2 31 May 2017 17:29:44 |
sunpoet |
Add ino64 support
Submitted by: kib
Differential Revision: https://reviews.freebsd.org/D10801 (based on) |
5.2.2 11 Apr 2017 15:56:04 |
sunpoet |
Update to 5.2.2
- Regenerate patch file with makepatch:
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.2.1 26 Mar 2017 21:24:20 |
sunpoet |
Update to 5.2.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.2.0_1 21 Mar 2017 08:38:28 |
glebius |
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported. |
5.2.0 06 Mar 2017 15:49:41 |
sunpoet |
Update to 5.2.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.1.3 08 Feb 2017 23:45:50 |
sunpoet |
Update to 5.1.3
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.1.2 05 Feb 2017 10:06:12 |
sunpoet |
Update to 5.1.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.1.1 05 Feb 2017 05:30:17 |
sunpoet |
Update to 5.1.1
- Add TEST_DEPENDS
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.1.0 02 Feb 2017 13:30:51 |
sunpoet |
Update to 5.1.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.0.1 01 Jan 2017 21:41:02 |
sunpoet |
- Update to 5.0.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
5.0.0 24 Nov 2016 16:10:16 |
sunpoet |
- Update to 5.0.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
4.4.2 19 Nov 2016 17:07:29 |
sunpoet |
- Update to 4.4.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
4.3.0 26 Jun 2016 17:23:04 |
sunpoet |
- Update to 4.3.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
4.2.0 19 May 2016 03:42:44 |
sunpoet |
- Update to 4.2.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
4.1.0 13 Mar 2016 14:56:03 |
sunpoet |
- Update to 4.1.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
4.0.0 06 Mar 2016 06:24:15 |
sunpoet |
- Update to 4.0.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
3.3.0 25 Dec 2015 19:44:23 |
sunpoet |
- Add LICENSE_FILE |
3.3.0 11 Dec 2015 05:28:40 |
sunpoet |
- Update to 3.3.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
3.2.2 04 Oct 2015 17:59:46 |
sunpoet |
- Update to 3.2.2
- Reformat pkg-descr
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
3.2.0 07 Sep 2015 17:51:20 |
sunpoet |
- Update to 3.2.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
PR: 202882
Submitted by: olivierd |
3.1.1 31 Aug 2015 13:32:52 |
sunpoet |
- Allow concurrent installation (USE_PYTHON=concurrent) |
3.1.1 26 Jul 2015 15:22:54 |
sunpoet |
- Update to 3.1.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
2.2.1 18 Feb 2015 16:19:31 |
sunpoet |
- Update to 2.2.1
- Update WWW
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
Notified by: koobs |
2.1.1 15 Aug 2014 03:43:55 |
sunpoet |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
2.1.1 15 Aug 2014 03:02:36 |
sunpoet |
- Use USES=python |
2.1.1 02 May 2014 09:41:10 |
sunpoet |
- Update to 2.1.1
Changes: https://code.google.com/p/psutil/source/browse/HISTORY |
2.1.0 12 Apr 2014 21:23:14 |
sunpoet |
- Update to 2.1.0
- Strip shared library
Changes: https://code.google.com/p/psutil/source/browse/HISTORY |
2.0.0 11 Mar 2014 18:02:32 |
sunpoet |
- Update to 2.0.0
Changes: https://code.google.com/p/psutil/source/browse/HISTORY |
1.2.1_1 08 Mar 2014 10:54:21 |
sunpoet |
- Remove unnecessary PYDISTUTILS_PKGNAME
- Remove post-patch:
- Bump PORTREVISION for package change |
1.2.1 23 Dec 2013 18:30:02 |
sunpoet |
- Update to 1.2.1
- Update MASTER_SITES
Changes: https://code.google.com/p/psutil/source/browse/HISTORY
PR: ports/184802
Submitted by: Gasol Wu <gasol.wu@gmail.com> |
1.0.1 23 Dec 2013 17:08:12 |
sunpoet |
- Update LICENSE |
1.0.1 30 Nov 2013 09:15:17 |
sunpoet |
- Use PYDISTUTILS_AUTOPLIST
Suggested by: mva |
1.0.1 29 Nov 2013 22:40:06 |
sunpoet |
- Use PYTHON_PY3K_PLIST_HACK |
1.0.1 20 Nov 2013 03:21:52 |
sunpoet |
- Support STAGEDIR |
1.0.1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.0.1 07 Sep 2013 17:53:23 |
sunpoet |
- Cosmetic change |
1.0.1 13 Jul 2013 11:52:24 |
sunpoet |
- Update to 1.0.1
- Add LICENSE
- Remove leading indefinite article from COMMENT
Changes: https://code.google.com/p/psutil/source/browse/HISTORY |
0.7.1 08 May 2013 15:33:42 |
sunpoet |
- Update to 0.7.1
Changes: https://code.google.com/p/psutil/source/browse/HISTORY |
0.7.0 18 Apr 2013 15:46:26 |
sunpoet |
- Update to 0.7.0
- Sort PLIST
Changes: https://code.google.com/p/psutil/source/browse/HISTORY
Feature safe: yes |