diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile index e270678dbdd5..881de35470fd 100644 --- a/net-mgmt/arpwatch/Makefile +++ b/net-mgmt/arpwatch/Makefile @@ -1,61 +1,61 @@ PORTNAME= arpwatch -PORTVERSION= 3.7 +PORTVERSION= 3.8 CATEGORIES= net-mgmt MASTER_SITES= https://ee.lbl.gov/downloads/arpwatch/ \ LOCAL/leres/arpwatch MAINTAINER= leres@FreeBSD.org COMMENT= Monitor arp & rarp requests WWW= https://ee.lbl.gov/downloads/arpwatch/ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/include/pcap.h:net/libpcap RUN_DEPENDS= ${LOCALBASE}/bin/curl:ftp/curl \ ca_root_nss>=0:security/ca_root_nss \ ${LOCALBASE}/include/pcap.h:net/libpcap USES= python:run GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sendmail=/usr/sbin/sendmail GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SUB_FILES= pkg-message OPTIONS_DEFINE= DEBUG ZEROPAD OPTIONS_DEFAULT=ZEROPAD OPTIONS_SUB= yes ZEROPAD_DESC= zero pad displayed ethernet addresses by default .include .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --disable-optimization .endif .if ${PORT_OPTIONS:MZEROPAD} CONFIGURE_ARGS+= --enable-zeropad .endif .ifdef ARPDIR MAKE_ARGS= ARPDIR=${ARPDIR} .endif post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/arpwatch .for F in d.awk duplicates.awk euppertolower.awk e.awk p.awk ${INSTALL_DATA} ${WRKSRC}/${F} ${STAGEDIR}${PREFIX}/arpwatch .endfor ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${STAGEDIR}${PREFIX}/arpwatch ${INSTALL_SCRIPT} ${WRKSRC}/massagevendor.py \ ${STAGEDIR}${PREFIX}/arpwatch/massagevendor ${INSTALL_SCRIPT} ${WRKSRC}/update-ethercodes.sh \ ${STAGEDIR}${PREFIX}/arpwatch/update-ethercodes post-configure: ${REINPLACE_CMD} -e "/^LIBS *=/s,-lpcap,${LOCALBASE}/lib/libpcap.so.1," \ ${WRKSRC}/Makefile .include diff --git a/net-mgmt/arpwatch/distinfo b/net-mgmt/arpwatch/distinfo index 9f2b095b6b2d..5617f066cc05 100644 --- a/net-mgmt/arpwatch/distinfo +++ b/net-mgmt/arpwatch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727985811 -SHA256 (arpwatch-3.7.tar.gz) = 3eb63ea79fbafc8174653e557e28899873c4c3908c66fc81f6f29ced3a10987e -SIZE (arpwatch-3.7.tar.gz) = 117274 +TIMESTAMP = 1740938592 +SHA256 (arpwatch-3.8.tar.gz) = c763409f3534b8b3f119173cd92a4b9d42378b6c666cc00b255cc036d318b29c +SIZE (arpwatch-3.8.tar.gz) = 117299