Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 22:06:43 GMT
From:      James Hunt <james.hunt@ubuntu.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186310: update sysutils/procenv to version 0.32
Message-ID:  <201401312206.s0VM6hLe006253@oldred.freebsd.org>
Resent-Message-ID: <201401312210.s0VMA044004785@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186310
>Category:       ports
>Synopsis:       update sysutils/procenv to version 0.32
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 31 22:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401312206.s0VM6hLe006253>