svn commit: r317714 - head/sysutils/ptools

Bryan Drewery bdrewery at FreeBSD.org
Wed May 8 22:36:09 UTC 2013


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 at 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


More information about the svn-ports-all mailing list