ports/180663: update sysutils/procenv, Utility to show process environment

James Hunt james.hunt at ubuntu.com
Sun Jul 21 19:10:02 UTC 2013


The following reply was made to PR ports/180663; it has been noted by GNATS.

From: James Hunt <james.hunt at ubuntu.com>
To: bug-followup at FreeBSD.org, james.hunt at ubuntu.com
Cc:  
Subject: Re: ports/180663: update sysutils/procenv, Utility to show process
 environment
Date: Sun, 21 Jul 2013 20:05:53 +0100

 This is a multi-part message in MIME format.
 --------------000303090909040906050006
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Simpler diff attached.
 
 Note that procenv 0.25 really does need to use automake >= 1.12 (as specified by
 BUILD_DEPENDS) due to its use of `AM_INIT_AUTOMAKE([serial-tests])' in configure.ac.
 
 Kind regards,
 
 James.
 --
 James Hunt
 ____________________________________
 #upstart on freenode
 http://upstart.ubuntu.com/cookbook
 https://lists.ubuntu.com/mailman/listinfo/upstart-devel
 
 --------------000303090909040906050006
 Content-Type: text/x-diff;
  name="procenv-0.25-take2.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="procenv-0.25-take2.diff"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 323409)
 +++ 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,6 +13,8 @@
  
  LICENSE=	GPLv3
  
 +BUILD_DEPENDS=	${AUTOMAKE}>=1.12:${PORTSDIR}/devel/automake
 +
  GNU_CONFIGURE=	yes
  USES=		gmake
  USE_AUTOTOOLS=	aclocal automake
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 323409)
 +++ 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 323409)
 +++ 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
 
 --------------000303090909040906050006--


More information about the freebsd-ports-bugs mailing list