diff -curN ipguard/Makefile ipguard.new/Makefile --- ipguard/Makefile 2007-01-31 22:09:53.000000000 +0800 +++ ipguard.new/Makefile 2008-10-06 01:20:45.000000000 +0800 @@ -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 @@ 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 -curN ipguard/distinfo ipguard.new/distinfo --- ipguard/distinfo 2006-01-24 09:03:05.000000000 +0800 +++ ipguard.new/distinfo 2008-10-05 11:19:47.000000000 +0800 @@ -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 -curN ipguard/files/patch-Makefile ipguard.new/files/patch-Makefile --- ipguard/files/patch-Makefile 2005-09-04 02:51:19.000000000 +0800 +++ ipguard.new/files/patch-Makefile 1970-01-01 08:00:00.000000000 +0800 @@ -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