summaryrefslogtreecommitdiff
path: root/net/arprelease
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-11-14 17:07:08 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-11-14 17:07:08 +0000
commite1c4707bab49a445d286c16116d18d54e213b1c0 (patch)
tree04c85b031b3bfa837bea4ce1098f07e265147ebb /net/arprelease
parentAdd CVE name to an old sudo entry. (diff)
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/arprelease')
-rw-r--r--net/arprelease/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/arprelease/Makefile b/net/arprelease/Makefile
index e33adbb4050f..71fa99e54495 100644
--- a/net/arprelease/Makefile
+++ b/net/arprelease/Makefile
@@ -7,6 +7,7 @@
PORTNAME= arprelease
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Libnet tool to flush arp cache entries from devices (eg. routers)
-BUILD_DEPENDS= libnet-config:${PORTSDIR}/net/libnet-devel
+BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet
WRKSRC= ${WRKDIR}/${PORTNAME}