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:05:25 +0000
commit71bb03491b119a3181a4158f39c8305dafbd58c0 (patch)
tree9650c5a23cc9cec855498fdcdbb5c01ee40e6ac4
parent02e478ee37ea2e7b69e4133a3d6f2e6df2ff5916 (diff)
downloadports-71bb03491b119a3181a4158f39c8305dafbd58c0.tar.gz
ports-71bb03491b119a3181a4158f39c8305dafbd58c0.zip
security/metasploit: fix runtime
PR: 276006 MFH: 2024Q1
-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: