net-mgmt/arpwatch: Update to 3.2

Brad Davis points out that sendmail won't exist if the system was
built with WITHOUT_MAIL which causes configure to fail; use the new
--with-sendmail configure option to hardwire sendmail to
/usr/sbin/sendmail.

Changes since 3.1:

 - Change update-ethercodes to not clobber ethercodes.dat on failure.

 - Add a configure option to specify the path to sendmail.

PR:		260420
Reported by:	Brad Davis
This commit is contained in:
Craig Leres 2021-12-15 15:34:40 -08:00
parent cceeeb0e74
commit 12d98dbb7c
2 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Created by: Brian Somers <brian@FreeBSD.org> # Created by: Brian Somers <brian@FreeBSD.org>
PORTNAME= arpwatch PORTNAME= arpwatch
PORTVERSION= 3.1 PORTVERSION= 3.2
CATEGORIES= net-mgmt CATEGORIES= net-mgmt
MASTER_SITES= https://ee.lbl.gov/downloads/arpwatch/ \ MASTER_SITES= https://ee.lbl.gov/downloads/arpwatch/ \
LOCAL/leres/arpwatch LOCAL/leres/arpwatch
@ -17,6 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/pcap.h:net/libpcap
USES= python:run USES= python:run
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sendmail=/usr/sbin/sendmail
SUB_FILES= pkg-message SUB_FILES= pkg-message

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1586134129 TIMESTAMP = 1639606389
SHA256 (arpwatch-3.1.tar.gz) = ee1d15d9a07952c0c017908b9dbfd5ac988fed0058c3cc4fa6c13e0be36f3a9f SHA256 (arpwatch-3.2.tar.gz) = 175fb3559535c2bb9ac2094ed4f89c6d18c97031dba393c2ef6dcdc521f3a340
SIZE (arpwatch-3.1.tar.gz) = 117196 SIZE (arpwatch-3.2.tar.gz) = 117774