From nobody@FreeBSD.org  Mon Apr  8 18:57:53 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 2F5E060C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Apr 2013 18:57:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 213791AC
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Apr 2013 18:57:53 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r38Ivq2P025013
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 8 Apr 2013 18:57:52 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r38IvqiY025012;
	Mon, 8 Apr 2013 18:57:52 GMT
	(envelope-from nobody)
Message-Id: <201304081857.r38IvqiY025012@red.freebsd.org>
Date: Mon, 8 Apr 2013 18:57:52 GMT
From: James Hunt <james.hunt@ubuntu.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port: sysutils/procenv Utility to show process environment
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177715
>Category:       ports
>Synopsis:       Port: sysutils/procenv Utility to show process environment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 08 19:00:00 UTC 2013
>Closed-Date:    Fri May 24 18:17:56 UTC 2013
>Last-Modified:  Fri May 24 18:17:56 UTC 2013
>Originator:     James Hunt
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
>Environment:
>Description:
Patch attached for sysutils/procenv update to version 0.21.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(revision 315761)
+++ 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
Index: Makefile
===================================================================
--- Makefile	(revision 315761)
+++ Makefile	(working copy)
@@ -2,9 +2,9 @@
 # $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/
 
 MAINTAINER=	james.hunt@ubuntu.com
 COMMENT=	Utility to show process environment


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pawel 
State-Changed-When: Thu May 2 12:14:56 UTC 2013 
State-Changed-Why:  
Does not fetch: 

[corn:ports/sysutils/procenv]# make ===>  License GPLv3 accepted by the 
user ===>   procenv-0.21 depends on file: /usr/local/sbin/pkg - found => 
procenv-0.21.tar.gz doesn't seem to exist in /usr/ports/distfiles/.  => 
Attempting to fetch 
https://launchpad.net/procenv/trunk/0.21/+download/procenv-0.21.tar.gz 
fetch: 
https://launchpad.net/procenv/trunk/0.21/+download/procenv-0.21.tar.gz: 
Moved Temporarily => Attempting to fetch 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/procenv-0.21.tar.gz 
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/procenv-0.21.tar.gz: 
File unavailable (e.g., file not found, no access) => Couldn't fetch it 
- please try to retrieve this => port manually into 
/usr/ports/distfiles/ and try again.  *** [do-fetch] Error code 1 


http://www.freebsd.org/cgi/query-pr.cgi?pr=177715 

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--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177715: commit references a PR
Date: Sat, 11 May 2013 21:21:49 +0000 (UTC)

 Author: rakuco
 Date: Sat May 11 21:21:37 2013
 New Revision: 317918
 URL: http://svnweb.freebsd.org/changeset/ports/317918
 
 Log:
   Update to 0.21.
   
   PR:		ports/177715
   Submitted by:	James Hunt <james.hunt@ubuntu.com> (maintainer)
 
 Modified:
   head/sysutils/procenv/Makefile
   head/sysutils/procenv/distinfo
 
 Modified: head/sysutils/procenv/Makefile
 ==============================================================================
 --- head/sysutils/procenv/Makefile	Sat May 11 21:19:22 2013	(r317917)
 +++ head/sysutils/procenv/Makefile	Sat May 11 21:21:37 2013	(r317918)
 @@ -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 @@ LICENSE=	GPLv3
  
  GNU_CONFIGURE=	yes
  USE_GMAKE=	yes
 +FETCH_ARGS=	-Fpr
  
  MAN1=		procenv.1
  PLIST_FILES=	bin/procenv
 
 Modified: head/sysutils/procenv/distinfo
 ==============================================================================
 --- head/sysutils/procenv/distinfo	Sat May 11 21:19:22 2013	(r317917)
 +++ head/sysutils/procenv/distinfo	Sat May 11 21:21:37 2013	(r317918)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Fri May 24 18:17:55 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177715 
>Unformatted:
