diff options
-rw-r--r-- | net/ruby-xdr/Makefile | 7 | ||||
-rw-r--r-- | security/ruby-metasploit-concern/Makefile | 9 | ||||
-rw-r--r-- | security/ruby-metasploit-model/Makefile | 9 |
3 files changed, 14 insertions, 11 deletions
diff --git a/net/ruby-xdr/Makefile b/net/ruby-xdr/Makefile index 9b7315d26d1..92479b9cc42 100644 --- a/net/ruby-xdr/Makefile +++ b/net/ruby-xdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/01/20 14:41:10 taca Exp $ +# $NetBSD: Makefile,v 1.3 2020/03/21 20:26:17 tnn Exp $ DISTNAME= xdr-3.0.0 CATEGORIES= net @@ -8,8 +8,9 @@ HOMEPAGE= https://github.com/stellar/ruby-xdr COMMENT= XDR helper library for Ruby LICENSE= apache-2.0 -DEPENDS+= ${RUBY_PKGPREFIX}-activemodel42>=4.2.7:../../devel/ruby-activemodel42 -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.7:../../devel/ruby-activesupport42 +#DEPENDS+= ${RUBY_PKGPREFIX}-activemodel42>=4.2.7:../../devel/ruby-activemodel42 +#DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.7:../../devel/ruby-activesupport42 +BROKEN= "rails 4.2 was removed" USE_LANGUAGES= # none diff --git a/security/ruby-metasploit-concern/Makefile b/security/ruby-metasploit-concern/Makefile index 32518f0f1a5..e8c9549f28b 100644 --- a/security/ruby-metasploit-concern/Makefile +++ b/security/ruby-metasploit-concern/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/09/14 17:46:23 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2020/03/21 20:26:17 tnn Exp $ DISTNAME= metasploit-concern-2.0.5 CATEGORIES= security @@ -8,9 +8,10 @@ HOMEPAGE= https://github.com/rapid7/metasploit-concern COMMENT= Automatically include concern modules LICENSE= modified-bsd -DEPENDS+= ${RUBY_PKGPREFIX}-activemodel42>=4.2.6:../../devel/ruby-activemodel42 -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.6:../../devel/ruby-activesupport42 -DEPENDS+= ${RUBY_PKGPREFIX}-railties42>=4.2.6:../../devel/ruby-railties42 +#DEPENDS+= ${RUBY_PKGPREFIX}-activemodel42>=4.2.6:../../devel/ruby-activemodel42 +#DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.6:../../devel/ruby-activesupport42 +#DEPENDS+= ${RUBY_PKGPREFIX}-railties42>=4.2.6:../../devel/ruby-railties42 +BROKEN= "rails 4.2 was removed" .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-metasploit-model/Makefile b/security/ruby-metasploit-model/Makefile index e1d882d3dda..7b81dbb1874 100644 --- a/security/ruby-metasploit-model/Makefile +++ b/security/ruby-metasploit-model/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/09/14 19:43:45 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2020/03/21 20:26:17 tnn Exp $ DISTNAME= metasploit-model-2.0.4 CATEGORIES= security @@ -7,9 +7,10 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://github.com/rapid7/metasploit-model COMMENT= Models shared between metasploit-framework and metasploit_data_models -DEPENDS+= ${RUBY_PKGPREFIX}-activemodel42>=4.2.6:../../devel/ruby-activemodel42 -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.6:../../devel/ruby-activesupport42 -DEPENDS+= ${RUBY_PKGPREFIX}-railties42>=4.2.6:../../devel/ruby-railties42 +#DEPENDS+= ${RUBY_PKGPREFIX}-activemodel42>=4.2.6:../../devel/ruby-activemodel42 +#DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.6:../../devel/ruby-activesupport42 +#DEPENDS+= ${RUBY_PKGPREFIX}-railties42>=4.2.6:../../devel/ruby-railties42 +BROKEN= "rails 4.2 was removed" .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |