diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-14 13:24:59 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-14 13:24:59 +0000 |
commit | 2b9a8b5e1fb67ce91b1bbd5334da243d620bb4da (patch) | |
tree | bee646156e93d6aeb94f3204982092537b603c80 /net/hping/Makefile | |
parent | f4202e52fe5f6dea233a0deb1da532fe79e56c0b (diff) |
Notes
Diffstat (limited to 'net/hping/Makefile')
-rw-r--r-- | net/hping/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net/hping/Makefile b/net/hping/Makefile index f61dd0afb4b2..33c46420abbc 100644 --- a/net/hping/Makefile +++ b/net/hping/Makefile @@ -6,18 +6,17 @@ # PORTNAME= hping -PORTVERSION= 2b54 -PORTREVISION= 1 +PORTVERSION= 2.0.0r1 CATEGORIES= security net -MASTER_SITES= http://www.kyuzz.org/antirez/hping2-src/ -DISTNAME= hping2-beta54 +MASTER_SITES= http://www.hping.org/ +DISTNAME= hping2.0.0-rc1 -MAINTAINER= roman@xpert.com - -BROKEN= See PR 28974 +MAINTAINER= Nicolas.Jombart@hsc-labs.com +WRKSRC= ${WRKDIR}/hping2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --force-libpcap +USE_GMAKE= yes MAN8= hping.8 |