Bug 176500 - [PATCH] sysutils/pstree: update to 2.35
Summary: [PATCH] sysutils/pstree: update to 2.35
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 09:50 UTC by Denis Generalov
Modified: 2013-02-28 17:10 UTC (History)
0 users

See Also:


Attachments
file.txt (1.34 KB, text/plain)
2013-02-28 09:50 UTC, Denis Generalov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Generalov 2013-02-28 09:50:02 UTC
Update port sysutils/pstree: 2.33 -> 2.35
Update MASTER_SITES
Trim Makefile header

Fix: Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-02-28 10:34:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-02-28 17:05:16 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-28 17:05:17 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"