pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Mar 21 20:26:17 UTC 2020

Modified Files:
        pkgsrc/net/ruby-xdr: Makefile
        pkgsrc/security/ruby-metasploit-concern: Makefile
        pkgsrc/security/ruby-metasploit-model: Makefile

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

Someone with ruby clue needs to look at these.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ruby-xdr/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-metasploit-concern/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-metasploit-model/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-xdr/Makefile
diff -u pkgsrc/net/ruby-xdr/Makefile:1.2 pkgsrc/net/ruby-xdr/Makefile:1.3
--- pkgsrc/net/ruby-xdr/Makefile:1.2    Sun Jan 20 14:41:10 2019
+++ pkgsrc/net/ruby-xdr/Makefile        Sat Mar 21 20:26:17 2020
@@ -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/rub
 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
 

Index: pkgsrc/security/ruby-metasploit-concern/Makefile
diff -u pkgsrc/security/ruby-metasploit-concern/Makefile:1.1 pkgsrc/security/ruby-metasploit-concern/Makefile:1.2
--- pkgsrc/security/ruby-metasploit-concern/Makefile:1.1        Thu Sep 14 17:46:23 2017
+++ pkgsrc/security/ruby-metasploit-concern/Makefile    Sat Mar 21 20:26:17 2020
@@ -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/meta
 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"

Index: pkgsrc/security/ruby-metasploit-model/Makefile
diff -u pkgsrc/security/ruby-metasploit-model/Makefile:1.1 pkgsrc/security/ruby-metasploit-model/Makefile:1.2
--- pkgsrc/security/ruby-metasploit-model/Makefile:1.1  Thu Sep 14 19:43:45 2017
+++ pkgsrc/security/ruby-metasploit-model/Makefile      Sat Mar 21 20:26:17 2020
@@ -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@localhost
 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