Date: Fri, 7 Feb 2014 17:10:46 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343281 - head/sysutils/procenv Message-ID: <201402071710.s17HAkg9020737@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402071710.s17HAkg9020737>