summaryrefslogtreecommitdiffstats
path: root/net/arprelease
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-05-26 15:24:32 +0000
committersem <sem@FreeBSD.org>2005-05-26 15:24:32 +0000
commit999b3e507e9a088e76569310d7d90577a379d99a (patch)
tree28ee66b36f12f13226674c6444d4f8fbeede3c49 /net/arprelease
parent9c1e5113e78656533ff243c03acd01e7b5ebe602 (diff)
downloadFreeBSD-ports-999b3e507e9a088e76569310d7d90577a379d99a.zip
FreeBSD-ports-999b3e507e9a088e76569310d7d90577a379d99a.tar.gz
- Update to 1.2
PR: ports/81512 Submitted by: ports fury
Diffstat (limited to 'net/arprelease')
-rw-r--r--net/arprelease/Makefile13
-rw-r--r--net/arprelease/distinfo4
2 files changed, 10 insertions, 7 deletions
diff --git a/net/arprelease/Makefile b/net/arprelease/Makefile
index 4eadc4a..e33adbb 100644
--- a/net/arprelease/Makefile
+++ b/net/arprelease/Makefile
@@ -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>
diff --git a/net/arprelease/distinfo b/net/arprelease/distinfo
index df5f296..2c4dc9d 100644
--- a/net/arprelease/distinfo
+++ b/net/arprelease/distinfo
@@ -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
OpenPOWER on IntegriCloud