Skip to content

Commit

Permalink
security/metasploit: fix runtime
Browse files Browse the repository at this point in the history
PR:		276006
MFH:		2024Q1
  • Loading branch information
ant1 committed Jan 5, 2024
1 parent 02e478e commit 71bb034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/metasploit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= metasploit
DISTVERSION= 6.2.23
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= security

MAINTAINER= tanawts@gmail.com
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 71bb034

Please sign in to comment.