From owner-svn-ports-all@freebsd.org Sun Jul 29 15:17:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE3841059415; Sun, 29 Jul 2018 15:17:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A33383BA7; Sun, 29 Jul 2018 15:17:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37F851773A; Sun, 29 Jul 2018 15:17:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6TFHakj013252; Sun, 29 Jul 2018 15:17:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6TFHaBl013250; Sun, 29 Jul 2018 15:17:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201807291517.w6TFHaBl013250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 29 Jul 2018 15:17:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475661 - in head/security: metasploit rubygem-metasploit-credential rubygem-metasploit_data_models X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security: metasploit rubygem-metasploit-credential rubygem-metasploit_data_models X-SVN-Commit-Revision: 475661 X-SVN-Commit-Repository: ports 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.27 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, 29 Jul 2018 15:17:37 -0000 Author: antoine Date: Sun Jul 29 15:17:36 2018 New Revision: 475661 URL: https://svnweb.freebsd.org/changeset/ports/475661 Log: Metasploit database requires rubygem-pg version 0.2x PR: 228722 Reported and tested by: Marco Beishuizen MFH: 2018Q3 Modified: head/security/metasploit/Makefile head/security/rubygem-metasploit-credential/Makefile head/security/rubygem-metasploit_data_models/Makefile Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sun Jul 29 13:20:13 2018 (r475660) +++ head/security/metasploit/Makefile Sun Jul 29 15:17:36 2018 (r475661) @@ -3,6 +3,7 @@ PORTNAME= metasploit PORTVERSION= 4.16.63 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -34,7 +35,7 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-nokogiri>=0:textproc/rubygem-nokogiri \ rubygem-packetfu>=0:net/rubygem-packetfu \ rubygem-pcaprub>=0:net/rubygem-pcaprub \ - rubygem-pg>=0:databases/rubygem-pg \ + rubygem-pg0>=0:databases/rubygem-pg0 \ rubygem-railties4>=4.2.6:www/rubygem-railties4 \ rubygem-recog>=0:security/rubygem-recog \ rubygem-openssl-ccm>=0:security/rubygem-openssl-ccm \ Modified: head/security/rubygem-metasploit-credential/Makefile ============================================================================== --- head/security/rubygem-metasploit-credential/Makefile Sun Jul 29 13:20:13 2018 (r475660) +++ head/security/rubygem-metasploit-credential/Makefile Sun Jul 29 15:17:36 2018 (r475661) @@ -2,6 +2,7 @@ PORTNAME= metasploit-credential PORTVERSION= 2.0.14 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ - rubygem-pg>=0:databases/rubygem-pg \ + rubygem-pg0>=0:databases/rubygem-pg0 \ rubygem-railties4>=0:www/rubygem-railties4 \ rubygem-rex-socket>=0:security/rubygem-rex-socket \ rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ Modified: head/security/rubygem-metasploit_data_models/Makefile ============================================================================== --- head/security/rubygem-metasploit_data_models/Makefile Sun Jul 29 13:20:13 2018 (r475660) +++ head/security/rubygem-metasploit_data_models/Makefile Sun Jul 29 15:17:36 2018 (r475661) @@ -2,6 +2,7 @@ PORTNAME= metasploit_data_models PORTVERSION= 2.0.16 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -20,7 +21,7 @@ RUN_DEPENDS= rubygem-activerecord4>=4.2.6:databases/ru rubygem-recog>=2.0:security/rubygem-recog \ rubygem-arel-helpers>=0:databases/rubygem-arel-helpers \ rubygem-postgres_ext>=0:databases/rubygem-postgres_ext \ - rubygem-pg>=0:databases/rubygem-pg + rubygem-pg0>=0:databases/rubygem-pg0 NO_ARCH= yes USE_RUBY= yes