View | Details | Raw Unified | Return to bug 201449
Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	file
4
PORTNAME=	file
5
PORTVERSION=	5.22
5
PORTVERSION=	5.24
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	ftp://ftp.astron.com/pub/file/ \
7
MASTER_SITES=	ftp://ftp.astron.com/pub/file/ \
8
		ftp://ftp.fu-berlin.de/unix/tools/file/
8
		ftp://ftp.fu-berlin.de/unix/tools/file/
Lines 19-26 Link Here
19
CONFIGURE_ARGS+=	--enable-fsect-man5
19
CONFIGURE_ARGS+=	--enable-fsect-man5
20
MAKE_ENV+=	INSTALL_STRIP_FLAG="${STRIP}"
20
MAKE_ENV+=	INSTALL_STRIP_FLAG="${STRIP}"
21
21
22
CONFLICTS=	tct-[0-9]*
23
24
check regression-test test: build
22
check regression-test test: build
25
	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
23
	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
26
24
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (file-5.22.tar.gz) = c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b
1
SHA256 (file-5.24.tar.gz) = 802cb3de2e49e88ef97cdcb52cd507a0f25458112752e398445cea102bc750ce
2
SIZE (file-5.22.tar.gz) = 732556
2
SIZE (file-5.24.tar.gz) = 737911

Return to bug 201449