aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-12-09 22:10:32 +0800
committerpav <pav@FreeBSD.org>2005-12-09 22:10:32 +0800
commitb2eb6cbea46a43218ffe657d8e2f77f963982ac4 (patch)
treebadce41b751bbbaed7b7caa609aa9b4c3cb705b9 /net-mgmt
parent56b6bd14aa0ec1b4cc3521e37c7ebf036961cc0e (diff)
downloadfreebsd-ports-gnome-b2eb6cbea46a43218ffe657d8e2f77f963982ac4.tar.gz
freebsd-ports-gnome-b2eb6cbea46a43218ffe657d8e2f77f963982ac4.tar.zst
freebsd-ports-gnome-b2eb6cbea46a43218ffe657d8e2f77f963982ac4.zip
- Correct operator priority in one of the patches
PR: ports/89491 Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com> Approved by: maintainer timeout (15 days)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpwatch-devel/Makefile1
-rw-r--r--net-mgmt/arpwatch-devel/files/patch-an2
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/arpwatch-devel/Makefile b/net-mgmt/arpwatch-devel/Makefile
index 4cc5cd152fc0..57c35935e022 100644
--- a/net-mgmt/arpwatch-devel/Makefile
+++ b/net-mgmt/arpwatch-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= arpwatch
PORTVERSION= 2.1.a13
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ee.lbl.gov/
PKGNAMESUFFIX= -devel
diff --git a/net-mgmt/arpwatch-devel/files/patch-an b/net-mgmt/arpwatch-devel/files/patch-an
index 628ab79360d3..ee01c0d3e462 100644
--- a/net-mgmt/arpwatch-devel/files/patch-an
+++ b/net-mgmt/arpwatch-devel/files/patch-an
@@ -68,7 +68,7 @@
+ /* these types are sent to syslog instead of reported on.
+ * only continue if there are other events as well
+ */
-+ if (event == 0 || (event & ~(IP_ETHER_REUSE | FLIPFLOP_DECNET) == 0))
++ if (event == 0 || (event & ~(IP_ETHER_REUSE | FLIPFLOP_DECNET)) == 0)
+ return;
+
if (debug) {