From nobody@FreeBSD.org  Wed May  8 20:46:34 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id C9F52B6C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  8 May 2013 20:46:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id A324AB60
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  8 May 2013 20:46:34 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r48KkYTT098586
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 8 May 2013 20:46:34 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r48KkY2G098585;
	Wed, 8 May 2013 20:46:34 GMT
	(envelope-from nobody)
Message-Id: <201305082046.r48KkY2G098585@oldred.FreeBSD.org>
Date: Wed, 8 May 2013 20:46:34 GMT
From: Tomasz Walaszek <tmwalaszek@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] sysutils/ptools update to version 0.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         178432
>Category:       ports
>Synopsis:       [maintainer update] sysutils/ptools update to version 0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 08 20:50:00 UTC 2013
>Closed-Date:    Wed May 08 17:36:28 CDT 2013
>Last-Modified:  Wed May  8 22:40:00 UTC 2013
>Originator:     Tomasz Walaszek
>Release:        
>Organization:
>Environment:
>Description:
Version 0.2
  * Code polishing.
  * Fix bug in ptree. Ptree -j did not show parent process of the orphaned childerns in jail.
  * Check whether the provided pid or jail number is numerical value.
  * Added -l switch to ptree. It will show also the processes arguments.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ptools/
#	ptools/Makefile
#	ptools/distinfo
#	ptools/pkg-descr
#
echo c - ptools/
mkdir -p ptools/ > /dev/null 2>&1
echo x - ptools/Makefile
sed 's/^X//' >ptools/Makefile << '360601a0d88ce27046792943d111a4ba'
X# Created by: Tomasz Walaszek <tmwalaszek@gmail.com>
X# $FreeBSD: sysutils/ptools/Makefile 315394 2013-03-27 16:37:30Z jgh $
X
XPORTNAME=	ptools
XPORTVERSION=	0.2
XCATEGORIES=	sysutils
XMASTER_SITES=	http://shewolf.com.pl/ptools/
X
XMAINTAINER=	tmwalaszek@gmail.com
XCOMMENT=	Toolset based on Solaris ptools functionality
X
XLICENSE=	BSD
X
XLATEST_LINK=	${PORTNAME}2
X
XPLIST_FILES=	bin/pargs \
X		bin/pwdx \
X		bin/pldd \
X		bin/ptree
X
X.include <bsd.port.mk>
360601a0d88ce27046792943d111a4ba
echo x - ptools/distinfo
sed 's/^X//' >ptools/distinfo << 'd4ddccc3f0f71a89ed38594199d602ce'
XSHA256 (ptools-0.2.tar.gz) = ed408301814dd03018b02d76e917ec9c92bb93907fe3ec272fd7009fd11b5c77
XSIZE (ptools-0.2.tar.gz) = 3613
d4ddccc3f0f71a89ed38594199d602ce
echo x - ptools/pkg-descr
sed 's/^X//' >ptools/pkg-descr << '257d33eccce44ac441d514c5ff82c901'
XPtools is a toolset based on Solaris ptools functionality.
X
XAt this time, four tools are provided:
X* pargs - Display process arguments
X* pldd - Display dynamic linker dependencies
X* pwdx - Display process working directory
X* ptree - Display process hierarchy as tree (with jail option -j)
X
XWWW: http://shewolf.com.pl/ptools/
257d33eccce44ac441d514c5ff82c901
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Wed May 8 17:32:38 CDT 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178432 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Wed May 8 17:36:28 CDT 2013 
State-Changed-Why:  
Committed. Next time please submit a patch from the existing/previous 
version instead of a shar file. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178432 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178432: commit references a PR
Date: Wed,  8 May 2013 22:36:17 +0000 (UTC)

 Author: bdrewery
 Date: Wed May  8 22:36:09 2013
 New Revision: 317714
 URL: http://svnweb.freebsd.org/changeset/ports/317714
 
 Log:
   - Update to 0.2
   
   Changes:
   
     * Code polishing.
     * Fix bug in ptree. Ptree -j did not show parent process of the
       orphaned childerns in jail.
     * Check whether the provided pid or jail number is numerical value.
     * Added -l switch to ptree. It will show also the processes arguments.
   
   PR:		ports/178432
   Submitted by:	Tomasz Walaszek <tmwalaszek@gmail.com> (maintainer)
 
 Modified:
   head/sysutils/ptools/Makefile
   head/sysutils/ptools/distinfo
 
 Modified: head/sysutils/ptools/Makefile
 ==============================================================================
 --- head/sysutils/ptools/Makefile	Wed May  8 22:34:52 2013	(r317713)
 +++ head/sysutils/ptools/Makefile	Wed May  8 22:36:09 2013	(r317714)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	ptools
 -PORTVERSION=	0.1
 +PORTVERSION=	0.2
  CATEGORIES=	sysutils
  MASTER_SITES=	http://shewolf.com.pl/ptools/
  
 
 Modified: head/sysutils/ptools/distinfo
 ==============================================================================
 --- head/sysutils/ptools/distinfo	Wed May  8 22:34:52 2013	(r317713)
 +++ head/sysutils/ptools/distinfo	Wed May  8 22:36:09 2013	(r317714)
 @@ -1,2 +1,2 @@
 -SHA256 (ptools-0.1.tar.gz) = 2a04a7129acca0023231a0cb9aa915aa326e9fa8c580878e83ac4d83cf5701d4
 -SIZE (ptools-0.1.tar.gz) = 3178
 +SHA256 (ptools-0.2.tar.gz) = ed408301814dd03018b02d76e917ec9c92bb93907fe3ec272fd7009fd11b5c77
 +SIZE (ptools-0.2.tar.gz) = 3613
 _______________________________________________
 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"
 
>Unformatted:
