diff options
author | sem <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
commit | 35435d1f9d93e76e05b29c4fb94f5a9eb6b97f0b (patch) | |
tree | e8a63ec5e69747bc60a66ae6393226de6a3cf329 /security/dsniff/Makefile | |
parent | b56264adbb1e79205d6439c49991712e0aec4a6d (diff) | |
download | FreeBSD-ports-35435d1f9d93e76e05b29c4fb94f5a9eb6b97f0b.zip FreeBSD-ports-35435d1f9d93e76e05b29c4fb94f5a9eb6b97f0b.tar.gz |
libnet update:
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
Diffstat (limited to 'security/dsniff/Makefile')
-rw-r--r-- | security/dsniff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index fe1f92c..118d195 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -7,13 +7,14 @@ PORTNAME= dsniff PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://naughty.monkey.org/~dugsong/dsniff/ MAINTAINER= kris@FreeBSD.org COMMENT= Various sniffing utilities for penetration testing -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \ +BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 \ ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids GNU_CONFIGURE= yes |