net/iplog: Mark broken on 13-CURRENT

Also update maintainer's email.

PR:		248686
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
This commit is contained in:
Koichiro Iwao 2020-08-17 01:39:34 +00:00
parent e13f3fa8f3
commit 3020e60d25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545138

View File

@ -7,7 +7,7 @@ PORTREVISION= 3
CATEGORIES= net security
MASTER_SITES= SF/ojnk/${PORTNAME}/${PORTVERSION}
MAINTAINER= udo.schweigert@siemens.com
MAINTAINER= udo@schweigert-muc.de
COMMENT= TCP/IP traffic logging tool
USES= gmake
@ -17,6 +17,12 @@ LDFLAGS+= -lpthread -L${LOCALBASE}/lib
USE_RC_SUBR= iplog
.include <bsd.port.options.mk>
.if ${OSVERSION} >= 1300000
IGNORE = The iplog port is broken for FreeBSD 13.x and above
.endif
post-patch:
.for FILE in example-iplog.conf iplog.8 iplog.conf.5 src/iplog.h
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${FILE}