diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-07-29 15:17:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-07-29 15:17:36 +0000 |
commit | cb0c90f6631a125929374b438ce133f072cd109f (patch) | |
tree | 40d9820f07c13c5a32286a85aa5fd3303da062e7 /security/metasploit/Makefile | |
parent | 10353cfb55519ccdd9991da8a09337c019730053 (diff) | |
download | ports-cb0c90f6631a125929374b438ce133f072cd109f.tar.gz ports-cb0c90f6631a125929374b438ce133f072cd109f.zip |
Metasploit database requires rubygem-pg version 0.2x
PR: 228722
Reported and tested by: Marco Beishuizen
MFH: 2018Q3
Notes
Notes:
svn path=/head/; revision=475661
Diffstat (limited to 'security/metasploit/Makefile')
-rw-r--r-- | security/metasploit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index ce8bd5be635c..5d277f56f602 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -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 \ |