View | Details | Raw Unified | Return to bug 180453 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +11 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	procenv
4
PORTNAME=	procenv
5
PORTVERSION=	0.23
5
PORTVERSION=	0.24
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \
7
MASTER_SITES=	https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \
8
		DEBIAN \
8
		DEBIAN \
Lines 15-20 Link Here
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_AUTOTOOLS=	aclocal automake
19
BUILD_DEPENDS=	automake>=1.12:${PORTSDIR}/devel/automake
18
FETCH_ARGS=	-Fpr
20
FETCH_ARGS=	-Fpr
19
21
20
MAN1=		procenv.1
22
MAN1=		procenv.1
Lines 26-29 Link Here
26
BROKEN=		does not build on old ${OPSYS} versions
28
BROKEN=		does not build on old ${OPSYS} versions
27
.endif
29
.endif
28
30
31
# Test to ensure procenv will actually run.
32
#
33
# This has the attractive side-effect of displaying the environment
34
# of the build system which may be of interest to those fixing FTBFS
35
# packages that build correctly locally.
36
regression-test:
37
	cd ${WRKSRC} && ${MAKE} check
38
29
.include <bsd.port.post.mk>
39
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (procenv-0.23.tar.gz) = 02f977bc7a61f7e366e193d76097f7390903c9a8c9270a09b96431b7db5e7ba9
1
SHA256 (procenv-0.24.tar.gz) = 576d1799c1e716c12b1ea11e6a658ec6fccb794c94013edc4f72d68e85e4b026
2
SIZE (procenv-0.23.tar.gz) = 212792
2
SIZE (procenv-0.24.tar.gz) = 216260

Return to bug 180453