1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- Update to version 0.32 [1]

- Support staging
- Strip program binary

PR:		ports/186310 [1]
Submitted by:	maintainer
This commit is contained in:
Pawel Pekala 2014-02-07 17:10:46 +00:00
parent cac64996be
commit 819469ee26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343281
2 changed files with 12 additions and 7 deletions

View File

@ -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 environment
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} versions
# 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>

View File

@ -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