Bug 186310

Summary: update sysutils/procenv to version 0.32
Product: Ports & Packages Reporter: jamesodhunt
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jamesodhunt 2014-01-31 22:10:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-02-07 16:45:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-07 17:10:53 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"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-02-07 17:10:57 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!