Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 17:05:01 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313114 - head/sysutils/pstree
Message-ID:  <201302281705.r1SH51Lc072841@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302281705.r1SH51Lc072841>