pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc ruby-*: comment out references to deleted rails packag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47711f8f9897
branches:  trunk
changeset: 413697:47711f8f9897
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 21 20:26:17 2020 +0000

description:
ruby-*: comment out references to deleted rails packages, mark as BROKEN

Someone with ruby clue needs to look at these.

diffstat:

 net/ruby-xdr/Makefile                     |  7 ++++---
 security/ruby-metasploit-concern/Makefile |  9 +++++----
 security/ruby-metasploit-model/Makefile   |  9 +++++----
 3 files changed, 14 insertions(+), 11 deletions(-)

diffs (67 lines):

diff -r 8e763bfd482b -r 47711f8f9897 net/ruby-xdr/Makefile
--- a/net/ruby-xdr/Makefile     Sat Mar 21 19:42:53 2020 +0000
+++ b/net/ruby-xdr/Makefile     Sat Mar 21 20:26:17 2020 +0000
@@ -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 @@
 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 -r 8e763bfd482b -r 47711f8f9897 security/ruby-metasploit-concern/Makefile
--- a/security/ruby-metasploit-concern/Makefile Sat Mar 21 19:42:53 2020 +0000
+++ b/security/ruby-metasploit-concern/Makefile Sat Mar 21 20:26:17 2020 +0000
@@ -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 @@
 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 -r 8e763bfd482b -r 47711f8f9897 security/ruby-metasploit-model/Makefile
--- a/security/ruby-metasploit-model/Makefile   Sat Mar 21 19:42:53 2020 +0000
+++ b/security/ruby-metasploit-model/Makefile   Sat Mar 21 20:26:17 2020 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index