Date: Sun, 29 Jul 2018 15:20:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r475662 - in branches/2018Q3/security: metasploit rubygem-metasploit-credential rubygem-metasploit_data_models Message-ID: <201807291520.w6TFKIdN013552@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jul 29 15:20:18 2018 New Revision: 475662 URL: https://svnweb.freebsd.org/changeset/ports/475662 Log: MFH: r475661 Metasploit database requires rubygem-pg version 0.2x PR: 228722 Reported and tested by: Marco Beishuizen Modified: branches/2018Q3/security/metasploit/Makefile branches/2018Q3/security/rubygem-metasploit-credential/Makefile branches/2018Q3/security/rubygem-metasploit_data_models/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/security/metasploit/Makefile ============================================================================== --- branches/2018Q3/security/metasploit/Makefile Sun Jul 29 15:17:36 2018 (r475661) +++ branches/2018Q3/security/metasploit/Makefile Sun Jul 29 15:20:18 2018 (r475662) @@ -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: branches/2018Q3/security/rubygem-metasploit-credential/Makefile ============================================================================== --- branches/2018Q3/security/rubygem-metasploit-credential/Makefile Sun Jul 29 15:17:36 2018 (r475661) +++ branches/2018Q3/security/rubygem-metasploit-credential/Makefile Sun Jul 29 15:20:18 2018 (r475662) @@ -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: branches/2018Q3/security/rubygem-metasploit_data_models/Makefile ============================================================================== --- branches/2018Q3/security/rubygem-metasploit_data_models/Makefile Sun Jul 29 15:17:36 2018 (r475661) +++ branches/2018Q3/security/rubygem-metasploit_data_models/Makefile Sun Jul 29 15:20:18 2018 (r475662) @@ -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?201807291520.w6TFKIdN013552>