summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormef <mef>2016-02-09 14:27:57 +0000
committermef <mef>2016-02-09 14:27:57 +0000
commit070ac0d9f967f0aae0b6d502e60807ff9222a808 (patch)
treef48dc03b31d89fecb120a95aeb9e9dd0fe7e3353 /sysutils
parent40ad8a62ea4aa54e44d38467f3f60c9b108872d7 (diff)
downloadpkgsrc-070ac0d9f967f0aae0b6d502e60807ff9222a808.tar.gz
(pkgsrc)
- Add LICENSE as gnu-gpl-v1, add comment on patch (upstream) - Update 2.36 to 2.39 ------------------- * Revision 2.39 2015/05/13 12:24:47 fred * Summary: Don't use uninitialized structs when ioctl() fails, e.g. if run with stdout * redirected. Problem reported by Jan Stary. * * Revision 2.38 2015/04/20 14:50:42 fred * Summary: Added patch for AIX61 contributed by Michael Staats * * Revision 2.37 2015/04/20 10:15:29 fred * Summary: V2.36
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pstree/Makefile5
-rw-r--r--sysutils/pstree/distinfo12
-rw-r--r--sysutils/pstree/patches/patch-aa4
3 files changed, 12 insertions, 9 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile
index f16884bf03f..e969b433383 100644
--- a/sysutils/pstree/Makefile
+++ b/sysutils/pstree/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2013/05/09 15:41:23 wen Exp $
+# $NetBSD: Makefile,v 1.28 2016/02/09 14:27:57 mef Exp $
#
-DISTNAME= pstree-2.36
+DISTNAME= pstree-2.39
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/
# http://fresh.t-systems-sfr.com/unix/src/misc/
@@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Display processes in a tree
HOMEPAGE= http://www.thp.uni-duisburg.de/pstree/
+LICENSE= gnu-gpl-v1
WRKSRC= ${WRKDIR}
diff --git a/sysutils/pstree/distinfo b/sysutils/pstree/distinfo
index dd7cf7e3543..157cfa2fd0e 100644
--- a/sysutils/pstree/distinfo
+++ b/sysutils/pstree/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2015/11/04 01:32:27 agc Exp $
+$NetBSD: distinfo,v 1.14 2016/02/09 14:27:57 mef Exp $
-SHA1 (pstree-2.36.tar.gz) = 1ca2e08c62d33afd37d78a215095258e77654b3f
-RMD160 (pstree-2.36.tar.gz) = b98c5ce530cd4193a883a0c09e080da595595cd5
-SHA512 (pstree-2.36.tar.gz) = 8a57f29be9891631e7ac0881f43ff52476851871bb12794db825861673619fbf8cc803034829d134a55c78c55e582457e3f5e32a27c98eabdd4fdc2413162bec
-Size (pstree-2.36.tar.gz) = 11179 bytes
-SHA1 (patch-aa) = dc91fb7fe7f8f0f7a4a3f8c4e6491f932925a792
+SHA1 (pstree-2.39.tar.gz) = 9246b2a39ebcea66250e344fa0a4781dbd48b504
+RMD160 (pstree-2.39.tar.gz) = 74bd6cd2fa22e0bde2f3e4936c1b6ed4d767b6df
+SHA512 (pstree-2.39.tar.gz) = 31ec81b4adb563068a3006312e1e42b026d41107c7756c54f8b38d143b32426fc702602c7eb925a55c62be5cb3ef7d562e6ba032ec7a0788d0c45f5d5b5b0662
+Size (pstree-2.39.tar.gz) = 12929 bytes
+SHA1 (patch-aa) = 52c3f45d43c0c2ad222f7628911ac73d4b4b2c4f
diff --git a/sysutils/pstree/patches/patch-aa b/sysutils/pstree/patches/patch-aa
index 6031e82dbe5..279a02967f9 100644
--- a/sysutils/pstree/patches/patch-aa
+++ b/sysutils/pstree/patches/patch-aa
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.4 2008/02/06 13:43:58 abs Exp $
+$NetBSD: patch-aa,v 1.5 2016/02/09 14:27:58 mef Exp $
+
+Add DragonFly
--- pstree.c.orig 2008-02-05 05:56:52.000000000 -0800
+++ pstree.c 2008-02-05 05:58:25.000000000 -0800