diff options
author | culot <culot@FreeBSD.org> | 2013-03-01 01:05:01 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-03-01 01:05:01 +0800 |
commit | 786fa0ed28795b936af7446ae12ca324268cbf66 (patch) | |
tree | e6e1af83a5f126ebfaf2141984ac65c18831ab65 /sysutils | |
parent | fa84ad0bef60cbe2bf5b0a7569ad65181a668793 (diff) | |
download | freebsd-ports-gnome-786fa0ed28795b936af7446ae12ca324268cbf66.tar.gz freebsd-ports-gnome-786fa0ed28795b936af7446ae12ca324268cbf66.tar.zst freebsd-ports-gnome-786fa0ed28795b936af7446ae12ca324268cbf66.zip |
- Update to 2.35 [1]
- Update MASTER_SITES [1]
- Trim Makefile's header [1]
- Add WWW link to pkg-descr
PR: ports/176500 [1]
Submitted by: Denis Generalov <gd@rambler-co.ru>
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/ |