Date: Fri, 19 Jul 2013 21:22:34 GMT From: James Hunt <james.hunt@ubuntu.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/180663: update sysutils/procenv, Utility to show process environment Message-ID: <201307192122.r6JLMYnW069860@oldred.freebsd.org> Resent-Message-ID: <201307192130.r6JLU0qS028609@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307192122.r6JLMYnW069860>