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

(-)file/Makefile (-3 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	file
8
PORTNAME=	file
9
PORTVERSION=	4.21
9
PORTVERSION=	4.25
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	ftp://ftp.astron.com/pub/file/ \
11
MASTER_SITES=	ftp://ftp.astron.com/pub/file/ \
12
		ftp://ftp.gw.com/mirrors/pub/unix/file/ \
12
		ftp://ftp.gw.com/mirrors/pub/unix/file/ \
Lines 16-26 Link Here
16
COMMENT=	Utility to determine file type
16
COMMENT=	Utility to determine file type
17
17
18
USE_AUTOTOOLS=	libtool:15
18
USE_AUTOTOOLS=	libtool:15
19
GNU_CONFIGURE=	yes
20
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
21
USE_GCC=	3.4+
20
USE_GCC=	3.4+
22
21
23
CONFIGURE_ARGS=	--enable-fsect-man5
22
CONFIGURE_ARGS+=	--enable-fsect-man5
24
23
25
CONFLICTS=	tct-[0-9]*
24
CONFLICTS=	tct-[0-9]*
26
25
Lines 28-31 Link Here
28
MAN3=		libmagic.3
27
MAN3=		libmagic.3
29
MAN5=		magic.5
28
MAN5=		magic.5
30
29
30
regression-test: build
31
	@( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; )
32
31
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)file/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (file-4.21.tar.gz) = 9e3503116f4269a1be70220ee2234b0e
1
MD5 (file-4.25.tar.gz) = cdf1f90d2704e71118353c16c19898ba
2
SHA256 (file-4.21.tar.gz) = 6f5644d56cc603138533158076a6cb41cd33c33d27e5310cb76cb6576151ca67
2
SHA256 (file-4.25.tar.gz) = abcd5bc7f9a604b5966463eac4a3f54de180a08adb513d902bb44152ebad6c8a
3
SIZE (file-4.21.tar.gz) = 549938
3
SIZE (file-4.25.tar.gz) = 582227

Return to bug 125321