summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-02-10 13:20:28 +0000
committerwiz <wiz@pkgsrc.org>2016-02-10 13:20:28 +0000
commit214fcee1575426af0018777064faf78c0f9b5780 (patch)
tree8aa857c50a273457dde1e548ac924108a9d94ecf /sysutils
parentca0ac93e8d644fe60f2165970ba40ebb9aa6c9be (diff)
downloadpkgsrc-214fcee1575426af0018777064faf78c0f9b5780.tar.gz
Add upstream bug report URL.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-psutil/distinfo4
-rw-r--r--sysutils/py-psutil/patches/patch-psutil___psutil__bsd.c4
2 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo
index 5e1085412cd..3aed667b6b7 100644
--- a/sysutils/py-psutil/distinfo
+++ b/sysutils/py-psutil/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2016/02/10 06:31:28 wiz Exp $
+$NetBSD: distinfo,v 1.15 2016/02/10 13:20:28 wiz Exp $
SHA1 (psutil-release-3.4.2.tar.gz) = 14d6aa8925c782f0d27706901a0af47eb11f13fa
RMD160 (psutil-release-3.4.2.tar.gz) = 98f12c89c2ab07cf44932563aa954fa2d9048200
SHA512 (psutil-release-3.4.2.tar.gz) = 84bf7e2ae2558223129917d31f91df6ffb90d38e742b8d09f115d25c0ab4b01b8b20dce96361aa74084850fa2881ea4cd2e9f1e910c32b3c3eb69d9d909a337c
Size (psutil-release-3.4.2.tar.gz) = 267700 bytes
-SHA1 (patch-psutil___psutil__bsd.c) = cbe2ecbb544917bc6cd91a618dac5c4055f11f4c
+SHA1 (patch-psutil___psutil__bsd.c) = 089a38592fc22d81e9ede7b9d239cb6234c8844d
diff --git a/sysutils/py-psutil/patches/patch-psutil___psutil__bsd.c b/sysutils/py-psutil/patches/patch-psutil___psutil__bsd.c
index db2c976faa3..69d990de8dc 100644
--- a/sysutils/py-psutil/patches/patch-psutil___psutil__bsd.c
+++ b/sysutils/py-psutil/patches/patch-psutil___psutil__bsd.c
@@ -1,10 +1,12 @@
-$NetBSD: patch-psutil___psutil__bsd.c,v 1.4 2016/02/10 06:31:28 wiz Exp $
+$NetBSD: patch-psutil___psutil__bsd.c,v 1.5 2016/02/10 13:20:28 wiz Exp $
1. chunk: Workaround for DTYPE_VNODE not being available in public
headers, even with _KERNEL set, on NetBSD-6.
2. chunk: MNT_DISCARD not available on NetBSD-6.
+https://github.com/giampaolo/psutil/pull/764
+
--- psutil/_psutil_bsd.c.orig 2016-01-20 16:26:28.000000000 +0000
+++ psutil/_psutil_bsd.c
@@ -100,6 +100,9 @@