MFH: r475661

Metasploit database requires rubygem-pg version 0.2x

PR:		228722
Reported and tested by:	Marco Beishuizen
This commit is contained in:
Antoine Brodin 2018-07-29 15:20:18 +00:00
parent 03dabf30c1
commit 78c981b501
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q3/; revision=475662
3 changed files with 6 additions and 3 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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/rubygem-activerecord4 \
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