Index: head/net/tcpdump398/Makefile =================================================================== --- head/net/tcpdump398/Makefile (revision 433170) +++ head/net/tcpdump398/Makefile (revision 433171) @@ -1,23 +1,27 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= tcpdump398 PORTVERSION= 1.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.mavetju.org/download/adopted/ MAINTAINER= ports@FreeBSD.org COMMENT= Ubiquitous network traffic analysis tool - FreeBSD 7 version for FreeBSD 8 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/contrib/LICENSE +FORBIDDEN= multiple security vulnerabilities +DEPRECATED= multiple security vulnerabilities; not updated since 2009 +EXPIRATION_DATE=2017-03-05 + USES= ssl tar:bzip2 PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}${PREFIX}/bin/tcpdump398 ${INSTALL_MAN} ${WRKSRC}/tcpdump.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1/tcpdump398.1.gz .include