svn commit: r313114 - head/sysutils/pstree
Frederic Culot
culot at FreeBSD.org
Thu Feb 28 17:05:02 UTC 2013
Author: culot
Date: Thu Feb 28 17:05:01 2013
New Revision: 313114
URL: http://svnweb.freebsd.org/changeset/ports/313114
Log:
- 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 at rambler-co.ru>
Modified:
head/sysutils/pstree/Makefile
head/sysutils/pstree/distinfo
head/sysutils/pstree/pkg-descr
Modified: head/sysutils/pstree/Makefile
==============================================================================
--- head/sysutils/pstree/Makefile Thu Feb 28 16:58:18 2013 (r313113)
+++ head/sysutils/pstree/Makefile Thu Feb 28 17:05:01 2013 (r313114)
@@ -1,15 +1,12 @@
-# Ports collection makefile for: pstree
-# Date created: 22 Aug 2001
-# Whom: Kris Kennaway <kris at FreeBSD.org>
-#
+# Created by: Kris Kennaway <kris at 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 at FreeBSD.org
COMMENT= List processes as a tree
Modified: head/sysutils/pstree/distinfo
==============================================================================
--- head/sysutils/pstree/distinfo Thu Feb 28 16:58:18 2013 (r313113)
+++ head/sysutils/pstree/distinfo Thu Feb 28 17:05:01 2013 (r313114)
@@ -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
Modified: head/sysutils/pstree/pkg-descr
==============================================================================
--- head/sysutils/pstree/pkg-descr Thu Feb 28 16:58:18 2013 (r313113)
+++ head/sysutils/pstree/pkg-descr Thu Feb 28 17:05:01 2013 (r313114)
@@ -3,3 +3,5 @@ listing as a tree (as the name implies..
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/
More information about the svn-ports-head
mailing list