From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 9 08:10: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 A8A5E1F3 for ; Thu, 9 May 2013 08:10: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 9553E7CF for ; Thu, 9 May 2013 08:10: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 r498A0GR082875 for ; Thu, 9 May 2013 08:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r498A0dR082874; Thu, 9 May 2013 08:10:00 GMT (envelope-from gnats) Date: Thu, 9 May 2013 08:10:00 GMT Message-Id: <201305090810.r498A0dR082874@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: James Hunt Subject: Re: ports/177715: Port: sysutils/procenv Utility to show process environment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Hunt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 08:10:01 -0000 The following reply was made to PR ports/177715; it has been noted by GNATS. From: James Hunt To: bug-followup@FreeBSD.org, james.hunt@ubuntu.com Cc: Subject: Re: ports/177715: Port: sysutils/procenv Utility to show process environment Date: Thu, 09 May 2013 08:49:44 +0100 This is a multi-part message in MIME format. --------------020008040907080102000000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Updated diff attached. Kind regards, James. -- James Hunt ____________________________________ #upstart on freenode http://upstart.ubuntu.com/cookbook https://lists.ubuntu.com/mailman/listinfo/upstart-devel --------------020008040907080102000000 Content-Type: text/x-diff; name="procenv-0.21.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="procenv-0.21.diff" Index: Makefile =================================================================== --- Makefile (revision 317643) +++ Makefile (working copy) @@ -2,9 +2,11 @@ # $FreeBSD$ PORTNAME= procenv -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= sysutils -MASTER_SITES= http://launchpadlibrarian.net/128556138/ +MASTER_SITES= https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \ + DEBIAN \ + http://people.canonical.com/~jhunt/debian/procenv/ MAINTAINER= james.hunt@ubuntu.com COMMENT= Utility to show process environment @@ -13,6 +15,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes +FETCH_ARGS= -Fpr MAN1= procenv.1 PLIST_FILES= bin/procenv Index: distinfo =================================================================== --- distinfo (revision 317643) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (procenv-0.20.tar.gz) = 5405daba9373bc410ad227c0a1be1e960fe52f3ea070d55593cec46d11b7fe6a -SIZE (procenv-0.20.tar.gz) = 210631 +SHA256 (procenv-0.21.tar.gz) = c29e7a0a4a1f882a456cb0c7d27c7ca9991da86d20f975cf131e5fc96f81fcae +SIZE (procenv-0.21.tar.gz) = 211693 --------------020008040907080102000000--