diff options
author | tnn <tnn@pkgsrc.org> | 2020-03-21 20:26:17 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-03-21 20:26:17 +0000 |
commit | f48f0b2de3ce51beaee376e607e1ab34d7914cba (patch) | |
tree | 350a9038a9bd56b9a168992a88aa38d2f113a5c3 /net | |
parent | 930072c4b29c566e30b60c8d6d02ed95f8b94472 (diff) | |
download | pkgsrc-f48f0b2de3ce51beaee376e607e1ab34d7914cba.tar.gz |
ruby-*: comment out references to deleted rails packages, mark as BROKEN
Someone with ruby clue needs to look at these.
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-xdr/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |