Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2013 09:32:53 GMT
From:      Tomasz Walaszek <tmwalaszek@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184717: ptools
Message-ID:  <201312120932.rBC9Wr0h036107@oldred.freebsd.org>
Resent-Message-ID: <201312120940.rBC9e0Td092071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184717
>Category:       ports
>Synopsis:       ptools
>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:   Thu Dec 12 09:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Tomasz Walaszek
>Release:        
>Organization:
>Environment:
>Description:
* -C option. 
* Fix bug in ptree. Ptree shows wrong results when pid of the parent was higher than the child pid.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ptools-0.2/Makefile ptools-0.3/Makefile
--- ptools-0.2/Makefile	2013-12-12 09:21:17.000000000 +0100
+++ ptools-0.3/Makefile	2013-12-12 10:12:27.000000000 +0100
@@ -2,9 +2,9 @@
 # $FreeBSD: sysutils/ptools/Makefile 327772 2013-09-20 23:05:58Z bapt $
 
 PORTNAME=	ptools
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	sysutils
-MASTER_SITES=	http://shewolf.com.pl/ptools/
+MASTER_SITES=	http://10.6.6.6/ptools/
 
 MAINTAINER=	tmwalaszek@gmail.com
 COMMENT=	Toolset based on Solaris ptools functionality
diff -ruN ptools-0.2/distinfo ptools-0.3/distinfo
--- ptools-0.2/distinfo	2013-12-12 09:21:17.000000000 +0100
+++ ptools-0.3/distinfo	2013-12-12 10:13:01.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (ptools-0.2.tar.gz) = ed408301814dd03018b02d76e917ec9c92bb93907fe3ec272fd7009fd11b5c77
-SIZE (ptools-0.2.tar.gz) = 3613
+SHA256 (ptools-0.3.tar.gz) = 7fcf2177a277f40d320a44548809ce2e22bdacab1eacc95955f33046348101c8
+SIZE (ptools-0.3.tar.gz) = 3769


>Release-Note:
>Audit-Trail:
>Unformatted:



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