diff options
author | sem <sem@FreeBSD.org> | 2005-11-15 01:07:08 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-15 01:07:08 +0800 |
commit | 35435d1f9d93e76e05b29c4fb94f5a9eb6b97f0b (patch) | |
tree | e8a63ec5e69747bc60a66ae6393226de6a3cf329 /security/unicornscan | |
parent | b56264adbb1e79205d6439c49991712e0aec4a6d (diff) | |
download | freebsd-ports-gnome-35435d1f9d93e76e05b29c4fb94f5a9eb6b97f0b.tar.gz freebsd-ports-gnome-35435d1f9d93e76e05b29c4fb94f5a9eb6b97f0b.tar.zst freebsd-ports-gnome-35435d1f9d93e76e05b29c4fb94f5a9eb6b97f0b.zip |
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/unicornscan')
-rw-r--r-- | security/unicornscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/unicornscan/Makefile b/security/unicornscan/Makefile index 548ef0e817ea..066540de552d 100644 --- a/security/unicornscan/Makefile +++ b/security/unicornscan/Makefile @@ -7,14 +7,14 @@ PORTNAME= unicornscan PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.dyadsecurity.com/unicornscan/ MAINTAINER= cykyc@yahoo.com COMMENT= Next-generation of udpscan plus a high-speed TCP scanner -BUILD_DEPENDS= ${LOCALBASE}/include/libnet/libnet-types.h:${PORTSDIR}/net/libnet-devel +BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet USE_GMAKE= yes USE_REINPLACE= yes |