From owner-svn-ports-all@FreeBSD.ORG Thu May 14 21:13:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8350F95E; Thu, 14 May 2015 21:13:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7255E146B; Thu, 14 May 2015 21:13:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4ELDKiY058048; Thu, 14 May 2015 21:13:20 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4ELDKWg058046; Thu, 14 May 2015 21:13:20 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201505142113.t4ELDKWg058046@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 14 May 2015 21:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386363 - head/sysutils/pstree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 21:13:20 -0000 Author: jgh Date: Thu May 14 21:13:19 2015 New Revision: 386363 URL: https://svnweb.freebsd.org/changeset/ports/386363 Log: - update to 2.39 From Changelog: Don't use uninitialized structs when ioctl() fails, e.g. if run with stdout redirected. Problem reported by Jan Stary. Modified: head/sysutils/pstree/Makefile head/sysutils/pstree/distinfo Modified: head/sysutils/pstree/Makefile ============================================================================== --- head/sysutils/pstree/Makefile Thu May 14 21:10:10 2015 (r386362) +++ head/sysutils/pstree/Makefile Thu May 14 21:13:19 2015 (r386363) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pstree -PORTVERSION= 2.38 +PORTVERSION= 2.39 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.thp.uni-due.de/pub/source/ \ LOCAL/jgh/sysutils/${PORTNAME}/ Modified: head/sysutils/pstree/distinfo ============================================================================== --- head/sysutils/pstree/distinfo Thu May 14 21:10:10 2015 (r386362) +++ head/sysutils/pstree/distinfo Thu May 14 21:13:19 2015 (r386363) @@ -1,2 +1,2 @@ -SHA256 (pstree-2.38.tar.gz) = efbd3259210f9913583d9d4d3eb9a487e82d407c4ce0e16545a07abb35affee3 -SIZE (pstree-2.38.tar.gz) = 12843 +SHA256 (pstree-2.39.tar.gz) = 7c9bc3b43ee6f93a9bc054eeff1e79d30a01cac13df810e2953e3fc24ad8479f +SIZE (pstree-2.39.tar.gz) = 12929