From owner-svn-ports-all@FreeBSD.ORG Sun Jun 8 21:55:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3A89776; Sun, 8 Jun 2014 21:55:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 904CC2C6B; Sun, 8 Jun 2014 21:55:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s58LtAPT067154; Sun, 8 Jun 2014 21:55:10 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s58Lt9qU067136; Sun, 8 Jun 2014 21:55:09 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406082155.s58Lt9qU067136@svn.freebsd.org> From: Antoine Brodin Date: Sun, 8 Jun 2014 21:55:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357077 - in head: security/metasploit www www/rubygem-rkelly-remix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 21:55:10 -0000 Author: antoine Date: Sun Jun 8 21:55:09 2014 New Revision: 357077 URL: http://svnweb.freebsd.org/changeset/ports/357077 QAT: https://qat.redports.org/buildarchive/r357077/ Log: Unbreak metasploit at runtime by adding www/rubygem-rkelly-remix Added: head/www/rubygem-rkelly-remix/ head/www/rubygem-rkelly-remix/Makefile (contents, props changed) head/www/rubygem-rkelly-remix/distinfo (contents, props changed) head/www/rubygem-rkelly-remix/pkg-descr (contents, props changed) Modified: head/security/metasploit/Makefile head/www/Makefile Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sun Jun 8 21:25:54 2014 (r357076) +++ head/security/metasploit/Makefile Sun Jun 8 21:55:09 2014 (r357077) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= metasploit -DISTVERSION= 4.9.3 +PORTVERSION= 4.9.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://downloads.metasploit.com/data/releases/archive/ DISTNAME= framework-${DISTVERSION} @@ -20,7 +21,9 @@ RUN_DEPENDS= nasm:${PORTSDIR}/devel/nasm rubygem-network_interface>=0.0.1:${PORTSDIR}/net/rubygem-network_interface \ rubygem-packetfu>=1.1.8:${PORTSDIR}/net/rubygem-packetfu \ rubygem-pcaprub>=0:${PORTSDIR}/net/rubygem-pcaprub \ - rubygem-robots>=0:${PORTSDIR}/www/rubygem-robots + rubygem-rkelly-remix>=0:${PORTSDIR}/www/rubygem-rkelly-remix \ + rubygem-robots>=0:${PORTSDIR}/www/rubygem-robots \ + rubygem-sqlite3>=0:${PORTSDIR}/databases/rubygem-sqlite3 WRKSRC= ${WRKDIR}/msf3 SCRIPTS= msfbinscan msfcli msfconsole msfd msfelfscan msfencode \ Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Jun 8 21:25:54 2014 (r357076) +++ head/www/Makefile Sun Jun 8 21:55:09 2014 (r357077) @@ -1865,6 +1865,7 @@ SUBDIR += rubygem-rest-client SUBDIR += rubygem-rfacebook SUBDIR += rubygem-rfeedfinder + SUBDIR += rubygem-rkelly-remix SUBDIR += rubygem-rqrcode SUBDIR += rubygem-robotex SUBDIR += rubygem-robots Added: head/www/rubygem-rkelly-remix/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rkelly-remix/Makefile Sun Jun 8 21:55:09 2014 (r357077) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= rkelly-remix +PORTVERSION= 0.0.6 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Pure ruby javascript parser and interpreter + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include Added: head/www/rubygem-rkelly-remix/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rkelly-remix/distinfo Sun Jun 8 21:55:09 2014 (r357077) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rkelly-remix-0.0.6.gem) = 3fdcaee584b2d1050cf207b4fbddad5637d3502d1ceb23f733a95bb48bb61ac6 +SIZE (rubygem/rkelly-remix-0.0.6.gem) = 69120 Added: head/www/rubygem-rkelly-remix/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rkelly-remix/pkg-descr Sun Jun 8 21:55:09 2014 (r357077) @@ -0,0 +1,4 @@ +RKelly Remix is a pure ruby javascript parser and interpreter. It is a fork of +the RKelly JavaScript parser. + +WWW: https://github.com/nene/rkelly-remix