svn commit: r388250 - head/security/metasploit

Antoine Brodin antoine at FreeBSD.org
Mon Jun 1 18:43:22 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list