From owner-svn-ports-head@FreeBSD.ORG Fri Feb 7 17:10:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D92BCCC; Fri, 7 Feb 2014 17:10:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4C713B1; Fri, 7 Feb 2014 17:10:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s17HAlU9020739; Fri, 7 Feb 2014 17:10:47 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s17HAkg9020737; Fri, 7 Feb 2014 17:10:46 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201402071710.s17HAkg9020737@svn.freebsd.org> From: Pawel Pekala Date: Fri, 7 Feb 2014 17:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343281 - head/sysutils/procenv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 17:10:47 -0000 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 .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 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