summaryrefslogtreecommitdiff
path: root/security/ipguard
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-10-05 10:19:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-10-05 10:19:53 +0000
commitdd9e29567770ece46b026e5f7bb89e7842f86742 (patch)
tree3aed8864bd923c658c71acc4dcb1159348d8697d /security/ipguard
parentGiggle is a graphical frontend for the git (diff)
- Update to 1.00
PR: 127873 Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=221228
Diffstat (limited to 'security/ipguard')
-rw-r--r--security/ipguard/Makefile7
-rw-r--r--security/ipguard/distinfo6
-rw-r--r--security/ipguard/files/patch-Makefile27
3 files changed, 6 insertions, 34 deletions
diff --git a/security/ipguard/Makefile b/security/ipguard/Makefile
index e2651af0175e..faaf5b876617 100644
--- a/security/ipguard/Makefile
+++ b/security/ipguard/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= ipguard
-PORTVERSION= 0.04
-PORTREVISION= 2
+PORTVERSION= 1.00
CATEGORIES= security net
MASTER_SITES= http://ipguard.deep.perm.ru/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool designed to protect LAN IP adress space by ARP spoofing
-BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
+BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
MAN8= ipguard.8
@@ -25,7 +24,7 @@ MAKE_ARGS+= ETHERS=${ETHERS}
SUB_FILES= pkg-message
SUB_LIST= ETHERS=${ETHERS}
-LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
+LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
post-patch:
@${REINPLACE_CMD} -Ee \
diff --git a/security/ipguard/distinfo b/security/ipguard/distinfo
index 8827f24e4010..7f026f37eb1f 100644
--- a/security/ipguard/distinfo
+++ b/security/ipguard/distinfo
@@ -1,3 +1,3 @@
-MD5 (ipguard-0.04.tar.gz) = 00bff6650e3908e9fa352d48d1574850
-SHA256 (ipguard-0.04.tar.gz) = 9316d69010027c14f73e237e4b3584b8c1d86552c59e45df132470a0bf74c8ac
-SIZE (ipguard-0.04.tar.gz) = 11169
+MD5 (ipguard-1.00.tar.gz) = 3b8e99994a283c549e2e7f452ef38fd7
+SHA256 (ipguard-1.00.tar.gz) = fb9d7f34a9c83976a1186f6fd33b04e31462beee7550c95001132aef3d08322e
+SIZE (ipguard-1.00.tar.gz) = 25095
diff --git a/security/ipguard/files/patch-Makefile b/security/ipguard/files/patch-Makefile
deleted file mode 100644
index 1a04c0ac32e5..000000000000
--- a/security/ipguard/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.orig Mon Aug 22 17:34:48 2005
-+++ Makefile Sat Sep 3 19:27:19 2005
-@@ -3,18 +3,19 @@
- ## copyright (c) 2005 SeaD
- ##
-
--PREFIX=/usr/local
--ETHERS=/etc/ethers
-+PREFIX?=/usr/local
-+LOCALBASE?=/usr/local
-+ETHERS?=/etc/ethers
-
- NAME=ipguard
- VERSION=0.04
--INCLUDES=-I/usr/local/include
--LIBS=-lpcap `libnet-config --libs` -L/usr/local/lib
-+INCLUDES=-I${LOCALBASE}/include
-+LIBS=-lpcap `libnet-config --libs` -L${LOCALBASE}/lib
- DEFINES=`libnet-config --defines`
- STATIC=
- CC=gcc
-
--CFLAGS+=-g -Wall -O2 -DETHERS='"$(ETHERS)"'
-+CFLAGS+=-g -Wall -DETHERS='"$(ETHERS)"'
-
- OBJS=ethers.o ipguard.o packet.o system.o
- DOCS=ethers.sample ipguard.sh.sample NEWS README TODO