Date: Thu, 9 May 2013 08:10:00 GMT From: James Hunt <james.hunt@ubuntu.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/177715: Port: sysutils/procenv Utility to show process environment Message-ID: <201305090810.r498A0dR082874@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177715; it has been noted by GNATS. From: James Hunt <james.hunt@ubuntu.com> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305090810.r498A0dR082874>