aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2024-01-05 10:04:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2024-01-05 10:12:04 +0000
commitb18c1349d4e4784b92291da5e864fc3a36599bf4 (patch)
treea52e5bdf3c2f816c3c48a0a94470ccfd729f4efb
parent985bb512c990ece98a7047b95951aef09bf63bcc (diff)
downloadports-b18c1349d4e4784b92291da5e864fc3a36599bf4.tar.gz
ports-b18c1349d4e4784b92291da5e864fc3a36599bf4.zip
security/metasploit: fix runtime
PR: 276006 MFH: 2024Q1 (cherry picked from commit 71bb03491b119a3181a4158f39c8305dafbd58c0)
-rw-r--r--security/metasploit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile
index 101c6efa5bbf..14043aabaf9c 100644
--- a/security/metasploit/Makefile
+++ b/security/metasploit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= metasploit
DISTVERSION= 6.2.23
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= security
MAINTAINER= tanawts@gmail.com
@@ -168,7 +168,7 @@ post-patch:
${REINPLACE_CMD} 's,git ls-files,find . ! -type d | sed "s|^./||", ; \
/rb-readline/d ; /win32api/d' \
${WRKSRC}/metasploit-framework.gemspec
- ${REINPLACE_CMD} "/concurrent-ruby/s|,'1.0.5'||" \
+ ${REINPLACE_CMD} "/concurrent-ruby/s|,'1.0.5'|| ; /octokit/s|, '~> 4.0'||" \
${WRKSRC}/metasploit-framework.gemspec
do-build: