Date: Fri, 10 Jan 2014 09:20:28 GMT From: Tomasz Walaszek <tmwalaszek@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/185635: Fix bug in ptree. There were situations where ptree shows duplicated processes in output. Message-ID: <201401100920.s0A9KS4P046739@oldred.freebsd.org> Resent-Message-ID: <201401100930.s0A9U0vr024792@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185635 >Category: ports >Synopsis: Fix bug in ptree. There were situations where ptree shows duplicated processes in output. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 10 09:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Tomasz Walaszek >Release: >Organization: >Environment: >Description: Fix bug in ptree. There were situations where ptree shows duplicated processes in output. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ptools-0.3/Makefile ptools-0.4/Makefile --- ptools-0.3/Makefile 2014-01-10 10:09:23.000000000 +0100 +++ ptools-0.4/Makefile 2014-01-10 09:57:14.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: sysutils/ptools/Makefile 336890 2013-12-19 12:07:44Z pawel $ PORTNAME= ptools -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= sysutils MASTER_SITES= http://shewolf.com.pl/ptools/ PKGNAMESUFFIX= 2 diff -ruN ptools-0.3/distinfo ptools-0.4/distinfo --- ptools-0.3/distinfo 2014-01-10 10:08:09.000000000 +0100 +++ ptools-0.4/distinfo 2014-01-10 09:56:53.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (ptools-0.3.tar.gz) = 7fcf2177a277f40d320a44548809ce2e22bdacab1eacc95955f33046348101c8 -SIZE (ptools-0.3.tar.gz) = 3769 +SHA256 (ptools-0.4.tar.gz) = fb931551aed23ee96497e7495ae53194c47218919cc02de5a07eb526ec53dafa +SIZE (ptools-0.4.tar.gz) = 3841 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401100920.s0A9KS4P046739>