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 /net/nemesis | |
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 'net/nemesis')
-rw-r--r-- | net/nemesis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile index 1919d73230ce..30d67a8cda47 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -7,6 +7,7 @@ PORTNAME= nemesis PORTVERSION= 1.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= molter@tin.it COMMENT= Command-line network packet creation and injection suite -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet +BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libnet-includes="${LOCALBASE}/include" \ |