Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2015 18:43:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388250 - head/security/metasploit
Message-ID:  <201506011843.t51IhMVr043141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jun  1 18:43:21 2015
New Revision: 388250
URL: https://svnweb.freebsd.org/changeset/ports/388250

Log:
  Adjust after rubygem-jsobfu update

Modified:
  head/security/metasploit/Makefile

Modified: head/security/metasploit/Makefile
==============================================================================
--- head/security/metasploit/Makefile	Mon Jun  1 18:38:24 2015	(r388249)
+++ head/security/metasploit/Makefile	Mon Jun  1 18:43:21 2015	(r388250)
@@ -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.
 
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506011843.t51IhMVr043141>