From nobody@FreeBSD.org  Fri May 31 13:24:14 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 472EE7F5
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 May 2013 13:24:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 3920C157
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 May 2013 13:24:14 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4VDODDr032230
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 May 2013 13:24:13 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4VDODuP032229;
	Fri, 31 May 2013 13:24:13 GMT
	(envelope-from nobody)
Message-Id: <201305311324.r4VDODuP032229@oldred.FreeBSD.org>
Date: Fri, 31 May 2013 13:24:13 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:         179144
>Category:       ports
>Synopsis:       update 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:   Fri May 31 13:30:00 UTC 2013
>Closed-Date:    Thu Jun 06 14:44:07 UTC 2013
>Last-Modified:  Thu Jun  6 14:50:00 UTC 2013
>Originator:     James Hunt
>Release:        FreeBSD 9.1-RELEASE i386
>Organization:
>Environment:
>Description:
Patch attached for sysutils/procenv update to version 0.23.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(révision 319489)
+++ Makefile	(copie de travail)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	procenv
-PORTVERSION=	0.21
+PORTVERSION=	0.23
 CATEGORIES=	sysutils
 MASTER_SITES=	https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \
 		DEBIAN \
Index: distinfo
===================================================================
--- distinfo	(révision 319489)
+++ distinfo	(copie de travail)
@@ -1,2 +1,2 @@
-SHA256 (procenv-0.21.tar.gz) = c29e7a0a4a1f882a456cb0c7d27c7ca9991da86d20f975cf131e5fc96f81fcae
-SIZE (procenv-0.21.tar.gz) = 211693
+SHA256 (procenv-0.23.tar.gz) = 02f977bc7a61f7e366e193d76097f7390903c9a8c9270a09b96431b7db5e7ba9
+SIZE (procenv-0.23.tar.gz) = 212792


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Fri May 31 13:30:08 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179144 
State-Changed-From-To: open->feedback 
State-Changed-By: pawel 
State-Changed-When: Sun Jun 2 16:55:37 UTC 2013 
State-Changed-Why:  
Fails to fetch from Debian mirrors, file size mismatch on others. 

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

From: James Hunt <james.hunt@ubuntu.com>
To: bug-followup@FreeBSD.org, james.hunt@ubuntu.com
Cc:  
Subject: Re: ports/179144: update sysutils/procenv, Utility to show process
 environment
Date: Tue, 04 Jun 2013 08:46:06 +0100

 Apologies - I hadn't realised that procenv 0.23 was still in the Debian pending
 queue. However, it has now been uploaded and all MASTER_SITES now work for me so
 I can only think your file size mismatch issue was a transitory one?
 
 Kind regards,
 
 James.
 --
 James Hunt
 ____________________________________
 #upstart on freenode
 http://upstart.ubuntu.com/cookbook
 https://lists.ubuntu.com/mailman/listinfo/upstart-devel
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Thu Jun 6 14:44:06 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179144: commit references a PR
Date: Thu,  6 Jun 2013 14:43:58 +0000 (UTC)

 Author: pawel
 Date: Thu Jun  6 14:43:50 2013
 New Revision: 320103
 URL: http://svnweb.freebsd.org/changeset/ports/320103
 
 Log:
   Update to version 0.23
   
   PR:		ports/179144
   Submitted by:	James Hunt <james.hunt@ubuntu.com> (maintainer)
 
 Modified:
   head/sysutils/procenv/Makefile   (contents, props changed)
   head/sysutils/procenv/distinfo   (contents, props changed)
 
 Modified: head/sysutils/procenv/Makefile
 ==============================================================================
 --- head/sysutils/procenv/Makefile	Thu Jun  6 14:37:23 2013	(r320102)
 +++ head/sysutils/procenv/Makefile	Thu Jun  6 14:43:50 2013	(r320103)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	procenv
 -PORTVERSION=	0.21
 +PORTVERSION=	0.23
  CATEGORIES=	sysutils
  MASTER_SITES=	https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \
  		DEBIAN \
 
 Modified: head/sysutils/procenv/distinfo
 ==============================================================================
 --- head/sysutils/procenv/distinfo	Thu Jun  6 14:37:23 2013	(r320102)
 +++ head/sysutils/procenv/distinfo	Thu Jun  6 14:43:50 2013	(r320103)
 @@ -1,2 +1,2 @@
 -SHA256 (procenv-0.21.tar.gz) = c29e7a0a4a1f882a456cb0c7d27c7ca9991da86d20f975cf131e5fc96f81fcae
 -SIZE (procenv-0.21.tar.gz) = 211693
 +SHA256 (procenv-0.23.tar.gz) = 02f977bc7a61f7e366e193d76097f7390903c9a8c9270a09b96431b7db5e7ba9
 +SIZE (procenv-0.23.tar.gz) = 212792
 _______________________________________________
 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"
 
>Unformatted:
