diff options
-rw-r--r-- | sysutils/dtpstree/Makefile | 2 | ||||
-rw-r--r-- | sysutils/dtpstree/distinfo | 6 | ||||
-rw-r--r-- | sysutils/dtpstree/pkg-descr | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/dtpstree/Makefile b/sysutils/dtpstree/Makefile index 7d00d9533762..55a133b7ac67 100644 --- a/sysutils/dtpstree/Makefile +++ b/sysutils/dtpstree/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dtpstree -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= sysutils MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ http://code.douglasthrift.net/files/${PORTNAME}/ diff --git a/sysutils/dtpstree/distinfo b/sysutils/dtpstree/distinfo index ed2c2f77b5bc..6866596f1955 100644 --- a/sysutils/dtpstree/distinfo +++ b/sysutils/dtpstree/distinfo @@ -1,3 +1,3 @@ -MD5 (dtpstree-1.0.2.tar.xz) = df3242cddd53e74f474381dd3648761e -SHA256 (dtpstree-1.0.2.tar.xz) = 63804fd3549938cd27c3bdf2aafeea2b177992c50e5a4c2d8bc5f07c876c9623 -SIZE (dtpstree-1.0.2.tar.xz) = 47748 +MD5 (dtpstree-1.0.3.tar.xz) = 246c4028d78281e4a4b88cdcfe0f9f82 +SHA256 (dtpstree-1.0.3.tar.xz) = 1d1b3497342be460606613061370d487b76a2b869be3bb4ce34dc0199de2b68e +SIZE (dtpstree-1.0.3.tar.xz) = 47784 diff --git a/sysutils/dtpstree/pkg-descr b/sysutils/dtpstree/pkg-descr index 6021f12bd452..468f9e813f69 100644 --- a/sysutils/dtpstree/pkg-descr +++ b/sysutils/dtpstree/pkg-descr @@ -1,5 +1,6 @@ -DT PS Tree shows running processes as a tree. It is a reimplementation -of pstree from PSmisc for FreeBSD. It also works without /proc and will -show the full set of processes in a jail even if init is not present. +DT PS Tree shows running processes as a tree. It is a reimplementation of +pstree from PSmisc for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly +other modern BSD variants. It also works without /proc and will show the full +set of processes in a jail even if init is not present. WWW: http://code.douglasthrift.net/trac/dtpstree |