mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net-mgmt/arpwatch: Update to 3.6
Install man page in share/man. Changes since 3.5: - Fix bug that prevented checkpoint() from being called until after receiving a new arp/rarp packet. - Remove unconditional FreeBSD configure mandir hack.
This commit is contained in:
parent
920a3d1486
commit
10723d2067
@ -1,5 +1,5 @@
|
||||
PORTNAME= arpwatch
|
||||
PORTVERSION= 3.5
|
||||
PORTVERSION= 3.6
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= https://ee.lbl.gov/downloads/arpwatch/ \
|
||||
LOCAL/leres/arpwatch
|
||||
@ -17,6 +17,7 @@ USES= python:run
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-sendmail=/usr/sbin/sendmail
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1701627030
|
||||
SHA256 (arpwatch-3.5.tar.gz) = 86c24f722fd04384d005e4314a74cdea1beb28d437fb56940799e412e4607b0e
|
||||
SIZE (arpwatch-3.5.tar.gz) = 117594
|
||||
TIMESTAMP = 1705874916
|
||||
SHA256 (arpwatch-3.6.tar.gz) = f86529fe57fdb5a2ff5413bc13c245063f99b3bf742421fd3133272175be8156
|
||||
SIZE (arpwatch-3.6.tar.gz) = 117254
|
||||
|
@ -7,10 +7,10 @@ arpwatch/massagevendor
|
||||
arpwatch/p.awk
|
||||
arpwatch/update-ethercodes
|
||||
etc/rc.d/arpwatch
|
||||
man/man8/arpsnmp.8.gz
|
||||
man/man8/arpwatch.8.gz
|
||||
sbin/arpsnmp
|
||||
sbin/arpwatch
|
||||
share/man/man8/arpsnmp.8.gz
|
||||
share/man/man8/arpwatch.8.gz
|
||||
@touch arpwatch/arp.dat
|
||||
@rmempty arpwatch/arp.dat
|
||||
@dir(,operator,0755) arpwatch
|
||||
|
Loading…
Reference in New Issue
Block a user