[Bug 278959] package security/metasploit still hasn't got any update on fix!

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 May 2024 19:40:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278959

--- Comment #1 from tanawts@gmail.com ---
Hello d0wq92, the port has already been updated
https://cgit.freebsd.org/ports/tree/security/metasploit/distinfo. 

You will need to sync the new port updates to your local ports directory
though.

This is process is documented in the FreeBSD Handbook: 
https://docs.freebsd.org/en/books/handbook/ports/#ports-using

Assuming that you cloned your ports tree:
# git clone https://git.FreeBSD.org/ports.git /usr/ports

The following commands will update your ports and rebuild and reinstall
metasploit
# git -C /usr/ports pull
# cd /usr/ports/security/metasploit
# make reinstall

-- 
You are receiving this mail because:
You are the assignee for the bug.