From nobody@FreeBSD.org  Fri Jan 31 22:06:43 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id D3F8F2DE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Jan 2014 22:06:43 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id BFFC31E6B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Jan 2014 22:06:43 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0VM6haO006254
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Jan 2014 22:06:43 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0VM6hLe006253;
	Fri, 31 Jan 2014 22:06:43 GMT
	(envelope-from nobody)
Message-Id: <201401312206.s0VM6hLe006253@oldred.freebsd.org>
Date: Fri, 31 Jan 2014 22:06:43 GMT
From: James Hunt <james.hunt@ubuntu.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update sysutils/procenv to version 0.32
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         186310
>Category:       ports
>Synopsis:       update sysutils/procenv to version 0.32
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 31 22:10:00 UTC 2014
>Closed-Date:    Fri Feb 07 17:10:58 UTC 2014
>Last-Modified:  Fri Feb  7 17:20:00 UTC 2014
>Originator:     James Hunt
>Release:        FreeBSD 10.0-RELEASE i386
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 333493)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	procenv
-PORTVERSION=	0.26
+PORTVERSION=	0.32
 CATEGORIES=	sysutils
 MASTER_SITES=	https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \
 		DEBIAN \
@@ -13,13 +13,17 @@
 
 LICENSE=	GPLv3
 
+BUILD_DEPENDS=	xmlwf:${PORTSDIR}/textproc/expat2
+
 GNU_CONFIGURE=	yes
 USES=		gmake
 USE_AUTOTOOLS=	aclocal automake
+USE_PERL5_BUILD=YES
 
 FETCH_ARGS=	-Fpr
 
 MAN1=		procenv.1
+
 PLIST_FILES=	bin/procenv
 
 NO_STAGE=	yes
@@ -35,7 +39,7 @@
 # of the build system which may be of interest to those fixing FTBFS
 # packages that build correctly locally.
 regression-test: build
-	cd ${WRKSRC} && ${MAKE} check
+	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check
 
 test: regression-test
 
Index: distinfo
===================================================================
--- distinfo	(revision 333493)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (procenv-0.26.tar.gz) = 7cec064414b9f4e22f4b9ddfecb1e31d5cf3d81243211d70190bc5f0b90b1bee
-SIZE (procenv-0.26.tar.gz) = 223494
+SHA256 (procenv-0.32.tar.gz) = 238bcf117b2475bbe783ffed663bdffc804c54f6fc9c7e927c08c5ac061acf80
+SIZE (procenv-0.32.tar.gz) = 252507


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Fri Feb 7 16:45:42 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186310 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Fri Feb 7 17:10:57 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186310: commit references a PR
Date: Fri,  7 Feb 2014 17:10:53 +0000 (UTC)

 Author: pawel
 Date: Fri Feb  7 17:10:46 2014
 New Revision: 343281
 URL: http://svnweb.freebsd.org/changeset/ports/343281
 QAT: https://qat.redports.org/buildarchive/r343281/
 
 Log:
   - Update to version 0.32 [1]
   - Support staging
   - Strip program binary
   
   PR:		ports/186310 [1]
   Submitted by:	maintainer
 
 Modified:
   head/sysutils/procenv/Makefile
   head/sysutils/procenv/distinfo
 
 Modified: head/sysutils/procenv/Makefile
 ==============================================================================
 --- head/sysutils/procenv/Makefile	Fri Feb  7 16:46:04 2014	(r343280)
 +++ head/sysutils/procenv/Makefile	Fri Feb  7 17:10:46 2014	(r343281)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	procenv
 -PORTVERSION=	0.26
 +PORTVERSION=	0.32
  CATEGORIES=	sysutils
  MASTER_SITES=	https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \
  		DEBIAN \
 @@ -13,14 +13,16 @@ COMMENT=	Utility to show process environ
  
  LICENSE=	GPLv3
  
 +BUILD_DEPENDS=	xmlwf:${PORTSDIR}/textproc/expat2
 +
  GNU_CONFIGURE=	yes
  USES=		gmake
  USE_AUTOTOOLS=	aclocal automake
 +USE_PERL5_BUILD=yes
  
 -MAN1=		procenv.1
 -PLIST_FILES=	bin/procenv
 +PLIST_FILES=	bin/procenv \
 +		man/man1/procenv.1.gz
  
 -NO_STAGE=	yes
  .include <bsd.port.pre.mk>
  
  .if ${OSVERSION} < 800505
 @@ -33,8 +35,11 @@ BROKEN=		does not build on old ${OPSYS} 
  # of the build system which may be of interest to those fixing FTBFS
  # packages that build correctly locally.
  regression-test: build
 -	cd ${WRKSRC} && ${MAKE} check
 +	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
  
  test: regression-test
  
 +post-install:
 +	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/procenv
 +
  .include <bsd.port.post.mk>
 
 Modified: head/sysutils/procenv/distinfo
 ==============================================================================
 --- head/sysutils/procenv/distinfo	Fri Feb  7 16:46:04 2014	(r343280)
 +++ head/sysutils/procenv/distinfo	Fri Feb  7 17:10:46 2014	(r343281)
 @@ -1,2 +1,2 @@
 -SHA256 (procenv-0.26.tar.gz) = 7cec064414b9f4e22f4b9ddfecb1e31d5cf3d81243211d70190bc5f0b90b1bee
 -SIZE (procenv-0.26.tar.gz) = 223494
 +SHA256 (procenv-0.32.tar.gz) = 238bcf117b2475bbe783ffed663bdffc804c54f6fc9c7e927c08c5ac061acf80
 +SIZE (procenv-0.32.tar.gz) = 252507
 _______________________________________________
 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:
