diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2024-01-05 10:04:30 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2024-01-05 10:12:04 +0000 |
| commit | b18c1349d4e4784b92291da5e864fc3a36599bf4 (patch) | |
| tree | a52e5bdf3c2f816c3c48a0a94470ccfd729f4efb | |
| parent | 985bb512c990ece98a7047b95951aef09bf63bcc (diff) | |
| download | ports-b18c1349d4e4784b92291da5e864fc3a36599bf4.tar.gz ports-b18c1349d4e4784b92291da5e864fc3a36599bf4.zip | |
security/metasploit: fix runtime
PR: 276006
MFH: 2024Q1
(cherry picked from commit 71bb03491b119a3181a4158f39c8305dafbd58c0)
| -rw-r--r-- | security/metasploit/Makefile | 4 |
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: |
