aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2021-12-15 23:34:40 +0000
committerCraig Leres <leres@FreeBSD.org>2021-12-15 23:34:40 +0000
commit12d98dbb7ca94345c9c2ba3b4ad30f64c077770f (patch)
tree164b277a5286ca22048efc3ef9c206a47f3bb150 /net-mgmt
parentcceeeb0e74cfed4d0bc434eabd2aad32d47c087c (diff)
downloadports-12d98dbb7ca94345c9c2ba3b4ad30f64c077770f.tar.gz
ports-12d98dbb7ca94345c9c2ba3b4ad30f64c077770f.zip
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
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpwatch/Makefile3
-rw-r--r--net-mgmt/arpwatch/distinfo6
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