summaryrefslogtreecommitdiffstats
path: root/net/ttlscan
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-11-14 17:07:08 +0000
committersem <sem@FreeBSD.org>2005-11-14 17:07:08 +0000
commit35435d1f9d93e76e05b29c4fb94f5a9eb6b97f0b (patch)
treee8a63ec5e69747bc60a66ae6393226de6a3cf329 /net/ttlscan
parentb56264adbb1e79205d6439c49991712e0aec4a6d (diff)
downloadFreeBSD-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 'net/ttlscan')
-rw-r--r--net/ttlscan/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ttlscan/Makefile b/net/ttlscan/Makefile
index c705bf2..3b192bc 100644
--- a/net/ttlscan/Makefile
+++ b/net/ttlscan/Makefile
@@ -8,6 +8,7 @@
PORTNAME= ttlscan
PORTVERSION= 0.1.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.wormulon.net/files/ttlscan/
@@ -15,7 +16,7 @@ MAINTAINER= mich@FreeBSD.org
COMMENT= A tcp based scanner, showing ttl responses
BUILD_DEPENDS= ${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \
- ${LOCALBASE}/include/libnet.h:${PORTSDIR}/net/libnet
+ libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
LDFLAGS+= -lpcap -ldnet
OpenPOWER on IntegriCloud