summaryrefslogtreecommitdiff
path: root/sysutils/pstree
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2003-05-30 08:45:36 +0000
committermjl <mjl@pkgsrc.org>2003-05-30 08:45:36 +0000
commit9933b48d839fe211fcd720262f17ee0f7a8168b1 (patch)
tree269d059c247d6d646663487079e3e081e4a712e6 /sysutils/pstree
parentfb6c76331ef6de587e7ba347278ea6138e0741ac (diff)
downloadpkgsrc-9933b48d839fe211fcd720262f17ee0f7a8168b1.tar.gz
Update pstree to 2.19
No changelog available; our local patches have been folded in.
Diffstat (limited to 'sysutils/pstree')
-rw-r--r--sysutils/pstree/Makefile6
-rw-r--r--sysutils/pstree/distinfo7
-rw-r--r--sysutils/pstree/patches/patch-aa13
3 files changed, 6 insertions, 20 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile
index 05a52a96f70..bc97505ded4 100644
--- a/sysutils/pstree/Makefile
+++ b/sysutils/pstree/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2003/03/29 12:42:29 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2003/05/30 08:45:36 mjl Exp $
#
-DISTNAME= pstree-2.17
+DISTNAME= pstree-2.19
WRKSRC= ${WRKDIR}
CATEGORIES= sysutils
# PKGREVISION= 1
-MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/
+MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/
MAINTAINER= packages@netbsd.org
COMMENT= Display processes in a tree
diff --git a/sysutils/pstree/distinfo b/sysutils/pstree/distinfo
index 2b54e0c9dc3..9229cf8de4a 100644
--- a/sysutils/pstree/distinfo
+++ b/sysutils/pstree/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/02/12 15:29:24 yyamano Exp $
+$NetBSD: distinfo,v 1.5 2003/05/30 08:45:36 mjl Exp $
-SHA1 (pstree-2.17.tar.gz) = 0cdb4693e72bc62cd5bdd50b0848f93f1b6b415a
-Size (pstree-2.17.tar.gz) = 7750 bytes
-SHA1 (patch-aa) = 188502437f7f6c0bd593f8be6d8f5719e73e6221
+SHA1 (pstree-2.19.tar.gz) = b6a7d5d7d33cbab64eae01a7ad84f920f833ea8b
+Size (pstree-2.19.tar.gz) = 8120 bytes
diff --git a/sysutils/pstree/patches/patch-aa b/sysutils/pstree/patches/patch-aa
deleted file mode 100644
index 122e906b529..00000000000
--- a/sysutils/pstree/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/02/12 15:29:25 yyamano Exp $
-
---- pstree.c.orig Mon Dec 17 21:18:02 2001
-+++ pstree.c
-@@ -177,7 +177,7 @@
- # define UID2USER
- # define PSCMD "ps laxw"
- # define PSFORMAT "%*s %ld %ld %ld %*d %*g %*d %*d %*21c %*s %[^\n]"
--#elif defined(__NetBSD__) || defined(__OpenBSD__)
-+#elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
- /* NetBSD contributed by Gary D. Duzan <gary@wheel.tiac.net> */
- # define HAS_PGID
- # define PSCMD "ps -axwwo user,pid,ppid,pgid,command"