Sat Dec 28 12:11:00 2019 UTC ()
ruby-power_assert: mark as not for ruby-2.6

ruby-2.6 includes the same version, leading to installation conflicts.


(wiz)
diff -r1.17 -r1.18 pkgsrc/devel/ruby-power_assert/Makefile

cvs diff -r1.17 -r1.18 pkgsrc/devel/ruby-power_assert/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-power_assert/Attic/Makefile 2018/09/23 15:10:19 1.17
+++ pkgsrc/devel/ruby-power_assert/Attic/Makefile 2019/12/28 12:11:00 1.18
@@ -1,12 +1,15 @@ @@ -1,12 +1,15 @@
1# $NetBSD: Makefile,v 1.17 2018/09/23 15:10:19 taca Exp $ 1# $NetBSD: Makefile,v 1.18 2019/12/28 12:11:00 wiz Exp $
2 2
3DISTNAME= power_assert-1.1.3 3DISTNAME= power_assert-1.1.3
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/k-tsj/power_assert 7HOMEPAGE= https://github.com/k-tsj/power_assert
8COMMENT= Power Assert for Ruby 8COMMENT= Power Assert for Ruby
9LICENSE= 2-clause-bsd 9LICENSE= 2-clause-bsd
10 10
 11# ruby 2.6 contains 1.1.3
 12RUBY_VERSIONS_ACCEPTED= 22 24 25
 13
11.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"