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

(-)Makefile (-3 / +8 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	multitail
8
PORTNAME=	multitail
9
PORTVERSION=	3.8.10
9
PORTVERSION=	4.0.1
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://www.vanheusden.com/multitail/
11
MASTER_SITES=	http://www.vanheusden.com/multitail/
12
EXTRACT_SUFX=	.tgz
12
EXTRACT_SUFX=	.tgz
Lines 14-24 Link Here
14
MAINTAINER=	obraun@FreeBSD.org
14
MAINTAINER=	obraun@FreeBSD.org
15
COMMENT=	Tail multiple files on console with ncurses
15
COMMENT=	Tail multiple files on console with ncurses
16
16
17
USE_REINPLACE=	yes
18
USE_GMAKE=	yes
17
USE_GMAKE=	yes
19
18
20
MAN1=		multitail.1
19
MAN1=		multitail.1
21
20
21
.include <bsd.port.pre.mk>
22
23
.if ${OSVERSION} < 500000
24
EXTRA_PATCHES=	${FILESDIR}/e-patch-config.c ${FILESDIR}/e-patch-cv.c
25
.endif
26
22
post-patch:
27
post-patch:
23
	@${REINPLACE_CMD} -e '/^CC/d ; s/^CFLAGS=/CFLAGS+=/' ${WRKSRC}/Makefile
28
	@${REINPLACE_CMD} -e '/^CC/d ; s/^CFLAGS=/CFLAGS+=/' ${WRKSRC}/Makefile
24
	@${REINPLACE_CMD} -e 's,/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \
29
	@${REINPLACE_CMD} -e 's,/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \
Lines 34-37 Link Here
34
	${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR}
39
	${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR}
35
.endif
40
.endif
36
41
37
.include <bsd.port.mk>
42
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (multitail-3.8.10.tgz) = 1b4cb6288298fe61c4c5147b50bfd48d
1
MD5 (multitail-4.0.1.tgz) = 297e3b0026499cf3091e9b7c654b9d19
2
SHA256 (multitail-3.8.10.tgz) = f99b77805a96bee639f1a9b39704156b9d1bf75feb9cc32c3218853dee817f67
2
SHA256 (multitail-4.0.1.tgz) = d724a5f4696c2f220df9d9701eb46fee747f9e5cb846b3414e4f7affdacf80c3
3
SIZE (multitail-3.8.10.tgz) = 82860
3
SIZE (multitail-4.0.1.tgz) = 123628

Return to bug 95986