diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
commit | e1c4707bab49a445d286c16116d18d54e213b1c0 (patch) | |
tree | 04c85b031b3bfa837bea4ce1098f07e265147ebb /security/firewalk | |
parent | Add CVE name to an old sudo entry. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=148262
Diffstat (limited to 'security/firewalk')
-rw-r--r-- | security/firewalk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/firewalk/Makefile b/security/firewalk/Makefile index 39dff95283ea..dd8e73049871 100644 --- a/security/firewalk/Makefile +++ b/security/firewalk/Makefile @@ -7,7 +7,7 @@ PORTNAME= firewalk PORTVERSION= 5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.packetfactory.net/firewalk/dist/ EXTRACT_SUFX= .tgz @@ -16,7 +16,7 @@ MAINTAINER= onatan@gmail.com COMMENT= A remote firewall auditing tool BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ - ${LOCALBASE}/include/libnet/libnet-types.h:${PORTSDIR}/net/libnet-devel + libnet*>=1.1.2,1:${PORTSDIR}/net/libnet RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/Firewalk |