git: bf8bdf393496 - main - net-mgmt/ettercap: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:56:49 UTC 2021


The branch main has been updated by decke:

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

commit bf8bdf3934966961352596cc5bd7c21a58b4ca65
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 09:37:56 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:21 +0000

    net-mgmt/ettercap: Fix CPE information because current one is deprecated
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/ettercap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile
index 07662ce19b21..76095e5a0671 100644
--- a/net-mgmt/ettercap/Makefile
+++ b/net-mgmt/ettercap/Makefile
@@ -30,7 +30,7 @@ DOCS=		AUTHORS CHANGELOG README README.BINARIES README.BUGS \
 		README.GIT README.PLATFORMS THANKS TODO TODO.TESTING \
 		doc/capture doc/decoders doc/dissectors doc/plugins doc/threads
 
-CPE_VENDOR=	ettercap_project
+CPE_VENDOR=	ettercap-project
 
 OPTIONS_DEFINE=	DESKTOP DOCS GTK3 IPV6 NCURSES PCRE PLUGINS SSL UTF8
 OPTIONS_DEFAULT=GTK3 NCURSES PCRE PLUGINS SSL UTF8


More information about the dev-commits-ports-all mailing list