From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 19 21:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 516B7EEC for ; Fri, 19 Jul 2013 21:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3797F21F for ; Fri, 19 Jul 2013 21:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6JLU1nI028611 for ; Fri, 19 Jul 2013 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6JLU0qS028609; Fri, 19 Jul 2013 21:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 19 Jul 2013 21:30:00 GMT Resent-Message-Id: <201307192130.r6JLU0qS028609@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Hunt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C5D36E7C for ; Fri, 19 Jul 2013 21:22: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 9F0A91E5 for ; Fri, 19 Jul 2013 21:22:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6JLMYIb069866 for ; Fri, 19 Jul 2013 21:22:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6JLMYnW069860; Fri, 19 Jul 2013 21:22:34 GMT (envelope-from nobody) Message-Id: <201307192122.r6JLMYnW069860@oldred.freebsd.org> Date: Fri, 19 Jul 2013 21:22:34 GMT From: James Hunt To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180663: update sysutils/procenv, Utility to show process environment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 21:30:01 -0000 >Number: 180663 >Category: ports >Synopsis: update sysutils/procenv, Utility to show process environment >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 19 21:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: James Hunt >Release: FreeBSD 9.1-RELEASE i386 >Organization: >Environment: >Description: Update procenv port to version 0.25 that fixes a bug where procenv would spin in a FreeBSD jail. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 323112) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= procenv -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= sysutils MASTER_SITES= https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \ DEBIAN \ @@ -13,8 +13,10 @@ LICENSE= GPLv3 +BUILD_DEPENDS= ${AUTOMAKE}>=1.12:${PORTSDIR}/devel/automake + GNU_CONFIGURE= yes -USES= gmake +USE_GMAKE= yes USE_AUTOTOOLS= aclocal automake FETCH_ARGS= -Fpr @@ -33,7 +35,7 @@ # This has the attractive side-effect of displaying the environment # of the build system which may be of interest to those fixing FTBFS # packages that build correctly locally. -regression-test: build +regression-test: cd ${WRKSRC} && ${MAKE} check test: regression-test Index: distinfo =================================================================== --- distinfo (revision 323112) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (procenv-0.24.tar.gz) = 576d1799c1e716c12b1ea11e6a658ec6fccb794c94013edc4f72d68e85e4b026 -SIZE (procenv-0.24.tar.gz) = 216260 +SHA256 (procenv-0.25.tar.gz) = 0fa10d3f85d9189cc904724134c5ae095735a5a409d7c1d247226cff11cd6505 +SIZE (procenv-0.25.tar.gz) = 217815 Index: pkg-descr =================================================================== --- pkg-descr (revision 323112) +++ pkg-descr (working copy) @@ -1,6 +1,6 @@ -This package contains command-line tool that displays as much detail about -itself and its environment as possible. It can be used as a test tool, to -understand the type of environment a process runs in, and for comparing -system environments. +This package contains a command-line tool that displays as much detail +about itself and its environment as possible. It can be used as a test +tool, to understand the type of environment a process runs in, and for +comparing system environments. WWW: https://code.launchpad.net/procenv >Release-Note: >Audit-Trail: >Unformatted: