Date: Sun, 29 Jul 2018 15:17:36 +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: r475661 - in head/security: metasploit rubygem-metasploit-credential rubygem-metasploit_data_models Message-ID: <201807291517.w6TFHaBl013250@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807291517.w6TFHaBl013250>