Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Jan 2021 08:22:39
5.8.0

|
sunpoet  |
Clean up Makefile after r559531 (USES=python:3.6+) |
28 Dec 2020 23:02:15
5.8.0

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
24 Dec 2020 13:46:02
5.8.0

|
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) |
20 Dec 2020 15:24:08
5.8.0

|
sunpoet  |
Update to 5.8.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
08 Nov 2020 17:20:46
5.7.3

|
sunpoet  |
Update to 5.7.3
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
24 Jul 2020 07:16:28
5.7.2

|
sunpoet  |
Update to 5.7.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
24 Jun 2020 17:38:32
5.7.0

|
sunpoet  |
Cosmetic change |
21 Feb 2020 18:57:16
5.7.0

|
sunpoet  |
Update to 5.7.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
12 Dec 2019 13:48:33
5.6.7_1

|
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 |
10 Dec 2019 17:11:47
5.6.7

|
sunpoet  |
Update to 5.6.7
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
08 Dec 2019 17:04:03
5.6.6

|
sunpoet  |
Update to 5.6.6
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
13 Nov 2019 23:35:53
5.6.5

|
sunpoet  |
Update to 5.6.5
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
05 Nov 2019 16:51:08
5.6.4

|
sunpoet  |
Update to 5.6.4
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
21 Oct 2019 18:02:18
5.6.3

|
amdmi3  |
- Fix PYTHONPREFIX_SITELIBDIR vs PYTHON_SITELIBDIR misuse
Approved by: portmgr blanket |
11 Jun 2019 20:19:47
5.6.3

|
sunpoet  |
Update to 5.6.3
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
26 Apr 2019 20:45:55
5.6.2

|
sunpoet  |
Update to 5.6.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
12 Mar 2019 18:10:03
5.6.1

|
sunpoet  |
Update to 5.6.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
06 Mar 2019 18:06:48
5.6.0

|
sunpoet  |
Update to 5.6.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
17 Feb 2019 19:40:09
5.5.1

|
sunpoet  |
Update to 5.5.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
24 Jan 2019 17:38:15
5.5.0

|
sunpoet  |
Update to 5.5.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
01 Nov 2018 19:14:13
5.4.8

|
sunpoet  |
Update to 5.4.8
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
16 Aug 2018 23:41:57
5.4.7

|
sunpoet  |
Update to 5.4.7
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
24 Jun 2018 20:18:40
5.4.6

|
sunpoet  |
Update to 5.4.6
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
20 Jun 2018 17:05:44
5.4.5

|
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 |
25 Apr 2018 16:42:38
5.4.5

|
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 |
15 Apr 2018 20:03:16
5.4.5

|
sunpoet  |
Update to 5.4.5
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
14 Apr 2018 23:58:36
5.4.4

|
sunpoet  |
Update to 5.4.4
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
02 Jan 2018 15:33:18
5.4.3

|
sunpoet  |
Update to 5.4.3
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
27 Dec 2017 19:51:45
5.4.2

|
sunpoet  |
Mark CONFLICTS_INSTALL with sysutils/py-psutil121 |
11 Dec 2017 10:38:51
5.4.2

|
sunpoet  |
Update to 5.4.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
30 Nov 2017 15:50:34
5.4.1

|
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 ) |
09 Nov 2017 19:44:22
5.4.1

|
sunpoet  |
Update to 5.4.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
13 Oct 2017 09:19:44
5.4.0

|
sunpoet  |
Update to 5.4.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
10 Sep 2017 13:09:04
5.3.1

|
sunpoet  |
Update to 5.3.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
08 Sep 2017 21:51:56
5.3.0

|
sunpoet  |
Update ino64 support
Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> |
04 Sep 2017 00:00:38
5.3.0

|
sunpoet  |
Re-add ino64 support which was not merged upstream yet |
02 Sep 2017 14:23:49
5.3.0

|
sunpoet  |
Update to 5.3.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
31 May 2017 17:29:44
5.2.2

|
sunpoet  |
Add ino64 support
Submitted by: kib
Differential Revision: https://reviews.freebsd.org/D10801 (based on) |
11 Apr 2017 15:56:04
5.2.2

|
sunpoet  |
Update to 5.2.2
- Regenerate patch file with makepatch:
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
26 Mar 2017 21:24:20
5.2.1

|
sunpoet  |
Update to 5.2.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
21 Mar 2017 08:38:28
5.2.0_1

|
glebius  |
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported. |
06 Mar 2017 15:49:41
5.2.0

|
sunpoet  |
Update to 5.2.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
08 Feb 2017 23:45:50
5.1.3

|
sunpoet  |
Update to 5.1.3
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
05 Feb 2017 10:06:12
5.1.2

|
sunpoet  |
Update to 5.1.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
05 Feb 2017 05:30:17
5.1.1

|
sunpoet  |
Update to 5.1.1
- Add TEST_DEPENDS
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
02 Feb 2017 13:30:51
5.1.0

|
sunpoet  |
Update to 5.1.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
01 Jan 2017 21:41:02
5.0.1

|
sunpoet  |
- Update to 5.0.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
24 Nov 2016 16:10:16
5.0.0

|
sunpoet  |
- Update to 5.0.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
19 Nov 2016 17:07:29
4.4.2

|
sunpoet  |
- Update to 4.4.2
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
26 Jun 2016 17:23:04
4.3.0

|
sunpoet  |
- Update to 4.3.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
19 May 2016 03:42:44
4.2.0

|
sunpoet  |
- Update to 4.2.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
13 Mar 2016 14:56:03
4.1.0

|
sunpoet  |
- Update to 4.1.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
06 Mar 2016 06:24:15
4.0.0

|
sunpoet  |
- Update to 4.0.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
25 Dec 2015 19:44:23
3.3.0

|
sunpoet  |
- Add LICENSE_FILE |
11 Dec 2015 05:28:40
3.3.0

|
sunpoet  |
- Update to 3.3.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
04 Oct 2015 17:59:46
3.2.2

|
sunpoet  |
- Update to 3.2.2
- Reformat pkg-descr
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
07 Sep 2015 17:51:20
3.2.0

|
sunpoet  |
- Update to 3.2.0
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
PR: 202882
Submitted by: olivierd |
31 Aug 2015 13:32:52
3.1.1

|
sunpoet  |
- Allow concurrent installation (USE_PYTHON=concurrent) |
26 Jul 2015 15:22:54
3.1.1

|
sunpoet  |
- Update to 3.1.1
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst |
18 Feb 2015 16:19:31
2.2.1

|
sunpoet  |
- Update to 2.2.1
- Update WWW
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
Notified by: koobs |
15 Aug 2014 03:43:55
2.1.1

|
sunpoet  |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
15 Aug 2014 03:02:36
2.1.1

|
sunpoet  |
- Use USES=python |
02 May 2014 09:41:10
2.1.1

|
sunpoet  |
- Update to 2.1.1
Changes: https://code.google.com/p/psutil/source/browse/HISTORY |
12 Apr 2014 21:23:14
2.1.0

|
sunpoet  |
- Update to 2.1.0
- Strip shared library
Changes: https://code.google.com/p/psutil/source/browse/HISTORY |
11 Mar 2014 18:02:32
2.0.0

|
sunpoet  |
- Update to 2.0.0
Changes: https://code.google.com/p/psutil/source/browse/HISTORY |
08 Mar 2014 10:54:21
1.2.1_1

|
sunpoet  |
- Remove unnecessary PYDISTUTILS_PKGNAME
- Remove post-patch:
- Bump PORTREVISION for package change |
23 Dec 2013 18:30:02
1.2.1

|
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> |
23 Dec 2013 17:08:12
1.0.1

|
sunpoet  |
- Update LICENSE |
30 Nov 2013 09:15:17
1.0.1

|
sunpoet  |
- Use PYDISTUTILS_AUTOPLIST
Suggested by: mva |
29 Nov 2013 22:40:06
1.0.1

|
sunpoet  |
- Use PYTHON_PY3K_PLIST_HACK |
20 Nov 2013 03:21:52
1.0.1

|
sunpoet  |
- Support STAGEDIR |
20 Sep 2013 23:06:00
1.0.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
07 Sep 2013 17:53:23
1.0.1

|
sunpoet  |
- Cosmetic change |
13 Jul 2013 11:52:24
1.0.1

|
sunpoet  |
- Update to 1.0.1
- Add LICENSE
- Remove leading indefinite article from COMMENT
Changes: https://code.google.com/p/psutil/source/browse/HISTORY |
08 May 2013 15:33:42
0.7.1

|
sunpoet  |
- Update to 0.7.1
Changes: https://code.google.com/p/psutil/source/browse/HISTORY |
18 Apr 2013 15:46:26
0.7.0

|
sunpoet  |
- Update to 0.7.0
- Sort PLIST
Changes: https://code.google.com/p/psutil/source/browse/HISTORY
Feature safe: yes |
13 Apr 2013 11:49:02
0.6.1_1

|
crees  |
Fix on FreeBSD 8+
PR: ports/172803
Submitted by: Jan Beich
Approved by: maintainer timeout (sunpoet, ~6 months)
Approved by: portmgr (decke) |
28 Sep 2012 16:43:04
0.6.1

|
sunpoet  |
- Unbreak sysutils/py-psutil on 7.x |
25 Sep 2012 18:30:39
0.6.1

|
beat  |
- Mark BROKEN on FreeBSD 7.x: does not compile
error: 'MNT_NFS4ACLS' undeclared
Reported by: pointyhat |
22 Aug 2012 06:36:57
0.6.1
|
sunpoet  |
- Update to 0.6.1
Changes: http://code.google.com/p/psutil/source/browse/trunk/HISTORY |
10 Feb 2012 02:34:56
0.4.1
|
sunpoet  |
- Use REINPLACE_CMD instead of a patch file |
17 Dec 2011 15:01:07
0.4.1
|
sunpoet  |
- Update to 0.4.1
Changes: http://psutil.googlecode.com/svn/trunk/HISTORY |
05 Nov 2011 16:36:45
0.4.0
|
sunpoet  |
- Update to 0.4.0
Changes: http://psutil.googlecode.com/svn/trunk/HISTORY |
23 Sep 2011 18:39:41
0.3.0
|
sunpoet  |
- Fix make package when py-distribute or py-setuptools were installed |
22 Sep 2011 06:59:15
0.3.0
|
sunpoet  |
- Space/Tab twiddle
- Take maintainership |
21 Sep 2011 16:48:43
0.3.0
|
tabthorpe  |
- Reassign to the heap |
26 Aug 2011 22:20:12
0.3.0
|
crees  |
Add missed distinfo for 0.3.0
Pointyhat: crees |
23 Aug 2011 14:45:59
0.3.0
|
crees  |
Update to 0.3.0
PR: ports/159881
Submitted by: Stephen Sanders <ssanders@opnet.com> |
30 Jan 2011 18:30:09
0.2.0
|
ohauer  |
- update to version 0.2.0
- remove unused patch files (included now in upstream)
- sort pkg-plist
maintainer timeout
PR: ports/154119
Submitted by: Stephen Sanders <ssanders _at_ opnet.com>
Feature safe: yes |
10 May 2010 08:10:52
0.1.3
|
wen  |
- Fix the build error reported by QAT@
PR: ports/146451
Submitted by: Ju Pengfei <jupengfei@gmail.com> (maintainer) |
05 May 2010 07:05:56
0.1.3
|
wen  |
psutil is a module providing an interface for retrieving information
on running processes and system utilization (CPU, memory) in a portable
way by using Python, implementing many functionalities offered by tools
like ps, top and Windows task manager.
WWW: http://code.google.com/p/psutil/
PR: ports/146279
Submitted by: Ju Pengfei <jupengfei@gmail.com> |