git: cb950ffff2e1 - main - security/nmap: Make PCAP option non-default

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Mon, 06 Dec 2021 18:12:49 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cb950ffff2e18ff8148ae10ac010b000b926739c

commit cb950ffff2e18ff8148ae10ac010b000b926739c
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-12-06 04:13:12 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-12-06 18:12:38 +0000

    security/nmap: Make PCAP option non-default
    
    All supported versions of FreeBSD provide pcap support. Disable the
    PCAP option by default.
    
    MFH after:      3 days
---
 security/nmap/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 6cd71bb4892d..c2223cd54aec 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	nmap
 DISTVERSION=	7.91
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	https://nmap.org/dist/ \
 		LOCAL/ohauer
@@ -28,7 +28,7 @@ GNU_CONFIGURE=	yes
 
 OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	DOCS PCAP SSH2 SSL
-OPTIONS_DEFAULT=PCAP SSH2 SSL
+OPTIONS_DEFAULT=SSH2 SSL
 
 PCAP_DESC=		Build with libpcap from nmap
 SSH2_DESC=		SSH2 protocol support