aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2023-12-03 18:17:07 +0000
committerCraig Leres <leres@FreeBSD.org>2023-12-03 18:17:07 +0000
commit5658e91ab64f887628f218c4d3070cde44c899a9 (patch)
tree76300ae37cbde3abcfab69672e3ad4bebb7f6502 /net-mgmt
parent105d97efbe5ba9b61bd19b33db00172ae26ad736 (diff)
downloadports-5658e91ab64f887628f218c4d3070cde44c899a9.tar.gz
ports-5658e91ab64f887628f218c4d3070cde44c899a9.zip
net-mgmt/arpwatch: Update to 3.5
Changes since 3.4: - Make SIGHUP checkpoint arp.dat; suggested by Gerd v. Egidy (gerd.von.egidy@intra2net.com) - Fix bug that prevented checkpoint() from being called until after receiving a new arp/rarp packet. - Update pkg-message.in
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpwatch/Makefile2
-rw-r--r--net-mgmt/arpwatch/distinfo6
-rw-r--r--net-mgmt/arpwatch/files/pkg-message.in2
3 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
index b977bf7ea86d..8a9fb8afa02f 100644
--- a/net-mgmt/arpwatch/Makefile
+++ b/net-mgmt/arpwatch/Makefile
@@ -1,5 +1,5 @@
PORTNAME= arpwatch
-PORTVERSION= 3.4
+PORTVERSION= 3.5
CATEGORIES= net-mgmt
MASTER_SITES= https://ee.lbl.gov/downloads/arpwatch/ \
LOCAL/leres/arpwatch
diff --git a/net-mgmt/arpwatch/distinfo b/net-mgmt/arpwatch/distinfo
index 8f34e967ad3d..60f38426c7f2 100644
--- a/net-mgmt/arpwatch/distinfo
+++ b/net-mgmt/arpwatch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1693936330
-SHA256 (arpwatch-3.4.tar.gz) = 494cc93c2dc3c6effa4923420c8fa0558ce3575f9413e03063c68968b95bebf7
-SIZE (arpwatch-3.4.tar.gz) = 117245
+TIMESTAMP = 1701627030
+SHA256 (arpwatch-3.5.tar.gz) = 86c24f722fd04384d005e4314a74cdea1beb28d437fb56940799e412e4607b0e
+SIZE (arpwatch-3.5.tar.gz) = 117594
diff --git a/net-mgmt/arpwatch/files/pkg-message.in b/net-mgmt/arpwatch/files/pkg-message.in
index 12af88cad50a..7063deed94b9 100644
--- a/net-mgmt/arpwatch/files/pkg-message.in
+++ b/net-mgmt/arpwatch/files/pkg-message.in
@@ -9,7 +9,7 @@ Here's a example crontab entry to update it every night:
00 0 * * * root sleep `jot -r 1 0 600` ; %%PREFIX%%/arpwatch/update-ethercodes
-The -m flag is deprecated. If you are using the -m watcher flag,
+The -m flag was removed. If you were using the -m watcher flag,
please switch to -w.
EOM
}