diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-02-28 17:05:01 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-02-28 17:05:01 +0000 |
commit | e9600a35a4108abafb774813150654635495a78b (patch) | |
tree | e6e1af83a5f126ebfaf2141984ac65c18831ab65 /sysutils | |
parent | 3c9154d705214536af85fd9babfdbaf953ae79ad (diff) | |
download | ports-e9600a35a4108abafb774813150654635495a78b.tar.gz ports-e9600a35a4108abafb774813150654635495a78b.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pstree/Makefile | 11 | ||||
-rw-r--r-- | sysutils/pstree/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pstree/pkg-descr | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 276e7eeabb0e..bdbd20e7cad6 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -1,15 +1,12 @@ -# Ports collection makefile for: pstree -# Date created: 22 Aug 2001 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pstree -PORTVERSION= 2.33 +PORTVERSION= 2.35 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ \ +MASTER_SITES= http://www.thp.uni-due.de/pstree/ \ LOCAL/avl +DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= List processes as a tree diff --git a/sysutils/pstree/distinfo b/sysutils/pstree/distinfo index a692925173d5..47efabf704ce 100644 --- a/sysutils/pstree/distinfo +++ b/sysutils/pstree/distinfo @@ -1,2 +1,2 @@ -SHA256 (pstree-2.33.tar.gz) = 0f06116208cf15932cf99785d001c053e523e0aed474b936858f1b7f61a6c990 -SIZE (pstree-2.33.tar.gz) = 10204 +SHA256 (pstree.tar.gz) = 72ec2d14be78eac2ab0871e90f4359fea9a41f7708826a201dc6e6051a6df1c3 +SIZE (pstree.tar.gz) = 10916 diff --git a/sysutils/pstree/pkg-descr b/sysutils/pstree/pkg-descr index ae9effd2db6a..6861f9799847 100644 --- a/sysutils/pstree/pkg-descr +++ b/sysutils/pstree/pkg-descr @@ -3,3 +3,5 @@ listing as a tree (as the name implies...). It has several options to make selection criteria and to change the output style. For that it uses the output of /bin/ps. + +WWW: http://www.thp.uni-due.de/pstree/ |