git: 12d98dbb7ca9 - main - net-mgmt/arpwatch: Update to 3.2

From: Craig Leres <leres_at_FreeBSD.org>
Date: Wed, 15 Dec 2021 23:35:54 UTC
The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12d98dbb7ca94345c9c2ba3b4ad30f64c077770f

commit 12d98dbb7ca94345c9c2ba3b4ad30f64c077770f
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2021-12-15 23:34:40 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2021-12-15 23:34:40 +0000

    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
---
 net-mgmt/arpwatch/Makefile | 3 ++-
 net-mgmt/arpwatch/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
index 1b4f9ffc4fa7..343e1c1ebcbe 100644
--- a/net-mgmt/arpwatch/Makefile
+++ b/net-mgmt/arpwatch/Makefile
@@ -1,7 +1,7 @@
 # Created by: Brian Somers <brian@FreeBSD.org>
 
 PORTNAME=	arpwatch
-PORTVERSION=	3.1
+PORTVERSION=	3.2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://ee.lbl.gov/downloads/arpwatch/ \
 		LOCAL/leres/arpwatch
@@ -17,6 +17,7 @@ RUN_DEPENDS=	${LOCALBASE}/include/pcap.h:net/libpcap
 USES=		python:run
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-sendmail=/usr/sbin/sendmail
 
 SUB_FILES=	pkg-message
 
diff --git a/net-mgmt/arpwatch/distinfo b/net-mgmt/arpwatch/distinfo
index 1bb90575d79e..d060a59db3af 100644
--- a/net-mgmt/arpwatch/distinfo
+++ b/net-mgmt/arpwatch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586134129
-SHA256 (arpwatch-3.1.tar.gz) = ee1d15d9a07952c0c017908b9dbfd5ac988fed0058c3cc4fa6c13e0be36f3a9f
-SIZE (arpwatch-3.1.tar.gz) = 117196
+TIMESTAMP = 1639606389
+SHA256 (arpwatch-3.2.tar.gz) = 175fb3559535c2bb9ac2094ed4f89c6d18c97031dba393c2ef6dcdc521f3a340
+SIZE (arpwatch-3.2.tar.gz) = 117774