diff options
author | wiz <wiz> | 2014-10-05 14:54:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-05 14:54:37 +0000 |
commit | 453d5bfd9832a3762186031323496858c360cada (patch) | |
tree | 4ef2bf87ecd3a2934d2f85297c557b4b0c52aba7 /sysutils/py-psutil/Makefile | |
parent | a416f886dfaeca1075e604866c950d0e6560f3b4 (diff) | |
download | pkgsrc-453d5bfd9832a3762186031323496858c360cada.tar.gz |
Update to 2.1.3:
2.1.3 2014-09-26
================
**Bug fixes**
- #536: [Linux]: fix "undefined symbol: CPU_ALLOC" compilation error.
Diffstat (limited to 'sysutils/py-psutil/Makefile')
-rw-r--r-- | sysutils/py-psutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 5ff684bdad4..5add991eecf 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/10/01 11:53:33 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/10/05 14:54:37 wiz Exp $ -DISTNAME= psutil-2.1.2 +DISTNAME= psutil-2.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils MASTER_SITES= https://pypi.python.org/packages/source/p/psutil/ |