Bug 188423 - sysutils/ptools: Another bug fix in ptree. Some duplicated processes were printed in jails.
Summary: sysutils/ptools: Another bug fix in ptree. Some duplicated processes were pri...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 15:40 UTC by tmwalaszek
Modified: 2014-05-18 20:20 UTC (History)
0 users

See Also:


Attachments
file.diff (993 bytes, patch)
2014-04-10 15:40 UTC, tmwalaszek
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tmwalaszek 2014-04-10 15:40:00 UTC
Upgrade to ptools-0.5
Reason: Another bug fix in ptree. Some duplicated processes were printed in jails.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-05-18 20:15:46 UTC
Author: cs
Date: Sun May 18 19:15:42 2014
New Revision: 354452
URL: http://svnweb.freebsd.org/changeset/ports/354452
QAT: https://qat.redports.org/buildarchive/r354452/

Log:
  Update to 0.5
  
  PR:		ports/188423
  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	Sun May 18 19:13:57 2014	(r354451)
+++ head/sysutils/ptools/Makefile	Sun May 18 19:15:42 2014	(r354452)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ptools
-PORTVERSION=	0.4
+PORTVERSION=	0.5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://shewolf.com.pl/ptools/
 PKGNAMESUFFIX=	2

Modified: head/sysutils/ptools/distinfo
==============================================================================
--- head/sysutils/ptools/distinfo	Sun May 18 19:13:57 2014	(r354451)
+++ head/sysutils/ptools/distinfo	Sun May 18 19:15:42 2014	(r354452)
@@ -1,2 +1,2 @@
-SHA256 (ptools-0.4.tar.gz) = fb931551aed23ee96497e7495ae53194c47218919cc02de5a07eb526ec53dafa
-SIZE (ptools-0.4.tar.gz) = 3841
+SHA256 (ptools-0.5.tar.gz) = 3b35e59be64f97a4e78e1ae43bc3a3a0c3d8ed334a26de244de1476fc737a7d7
+SIZE (ptools-0.5.tar.gz) = 3923
_______________________________________________
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"
Comment 2 Carlo Strub freebsd_committer freebsd_triage 2014-05-18 20:15:58 UTC
State Changed
From-To: open->closed

Committed. Thank you very much.