diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-02 02:43:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-02 02:43:21 +0800 |
commit | 891b2b89a2adbb02681b18a745a947546c60d573 (patch) | |
tree | 121c12ae1729408784db2b63ee3c3a7a6db2f5f5 | |
parent | 899d35650a5c8dba64e806c04a74445b258ffed5 (diff) | |
download | freebsd-ports-gnome-891b2b89a2adbb02681b18a745a947546c60d573.tar.gz freebsd-ports-gnome-891b2b89a2adbb02681b18a745a947546c60d573.tar.zst freebsd-ports-gnome-891b2b89a2adbb02681b18a745a947546c60d573.zip |
Adjust after rubygem-jsobfu update
-rw-r--r-- | security/metasploit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 9447bcb85ea5..3b12fe694533 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -3,6 +3,7 @@ PORTNAME= metasploit PORTVERSION= 4.11.2 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -54,6 +55,7 @@ DB_RUN_DEPENDS= rubygem-activerecord>=3.0.0:${PORTSDIR}/databases/rubygem-active post-patch: ${REINPLACE_CMD} 's,git ls-files,find . ! -type d | sed "s|^./||", ; \ + /jsobfu/s/~> 0.2.0/>= 0.2.0/ ; \ /packetfu/s/1.1.9/>= 1.1.9/ ; \ /rb-readline/d' ${WRKSRC}/metasploit-framework.gemspec |