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 /net/arp-sk | |
parent | 13c002e952c5963263b7c7f75c08b2907aa79d9e (diff) | |
download | ports-e1c4707bab49a445d286c16116d18d54e213b1c0.tar.gz ports-e1c4707bab49a445d286c16116d18d54e213b1c0.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>
Notes
Notes:
svn path=/head/; revision=148262
Diffstat (limited to 'net/arp-sk')
-rw-r--r-- | net/arp-sk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/arp-sk/Makefile b/net/arp-sk/Makefile index cd93c38ef5e2..3b7e8b9bd3bd 100644 --- a/net/arp-sk/Makefile +++ b/net/arp-sk/Makefile @@ -8,6 +8,7 @@ PORTNAME= arp-sk PORTVERSION= 0.0.16 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.arp-sk.org/files/ EXTRACT_SUFX= .tgz @@ -15,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A tool designed to manipulate ARP tables of all kinds of equipment -BUILD_DEPENDS= ${LOCALBASE}/include/libnet/libnet-types.h:${PORTSDIR}/net/libnet-devel +BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet USE_REINPLACE= yes #USE_GETOPT_LONG= yes |