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

(-)net/honeyd/Makefile (-6 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	honeyd
8
PORTNAME=	honeyd
9
PORTVERSION=	0.3
9
PORTVERSION=	0.4a
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	http://www.citi.umich.edu/u/provos/honeyd/
11
MASTER_SITES=	http://www.citi.umich.edu/u/provos/honeyd/
12
12
Lines 19-29 Link Here
19
CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
19
CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
20
		--with-libevent=${LOCALBASE} \
20
		--with-libevent=${LOCALBASE} \
21
		--with-pcap
21
		--with-pcap
22
WRKSRC=		${WRKDIR}/${PORTNAME}
23
MAN8=		honeyd.8
22
MAN8=		honeyd.8
24
25
# This is necessary to keep auto* from running.
26
pre-configure:
27
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}
28
23
29
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)net/honeyd/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (honeyd-0.3.tar.gz) = 027c507bb165bea70403309e4445c601
1
MD5 (honeyd-0.4a.tar.gz) = f821b0791bd512cc9c4cdd421b5c867c

Return to bug 46887