- Update to 1.2

PR:		ports/81512
Submitted by:	ports fury
This commit is contained in:
Sergey Matveychuk 2005-05-26 15:24:32 +00:00
parent a05c27ef38
commit 4fb9dbb840
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136179
2 changed files with 10 additions and 7 deletions

View File

@ -6,19 +6,22 @@
#
PORTNAME= arprelease
PORTVERSION= 1.0
PORTVERSION= 1.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= arprelease
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
BUILD_DEPENDS= libnet-config:${PORTSDIR}/net/libnet-devel
WRKSRC= ${WRKDIR}/${PORTNAME}
LIBNET_CONFIG= libnet-config
PLIST_FILES= bin/arprelease
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
do-build:
(cd ${WRKSRC} && \
${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \
@ -26,6 +29,6 @@ do-build:
`${LIBNET_CONFIG} --defines` `${LIBNET_CONFIG} --libs`)
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/arprelease ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/arprelease ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (arprelease-1.0.tar.gz) = e9156537a8deb2a481333f7f7c31707f
SIZE (arprelease-1.0.tar.gz) = 7489
MD5 (arprelease-1.2.tar.gz) = 23c967238d2d111cfcb61cfd3d27bf02
SIZE (arprelease-1.2.tar.gz) = 7572