mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
cceeeb0e74
commit
12d98dbb7c
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue