pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-power_assert ruby-power_assert: mark as not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fb77778d934
branches:  trunk
changeset: 346056:5fb77778d934
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 28 12:11:00 2019 +0000

description:
ruby-power_assert: mark as not for ruby-2.6

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

diffstat:

 devel/ruby-power_assert/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d5ed879be946 -r 5fb77778d934 devel/ruby-power_assert/Makefile
--- a/devel/ruby-power_assert/Makefile  Sat Dec 28 11:53:04 2019 +0000
+++ b/devel/ruby-power_assert/Makefile  Sat Dec 28 12:11:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/09/23 15:10:19 taca Exp $
+# $NetBSD: Makefile,v 1.18 2019/12/28 12:11:00 wiz Exp $
 
 DISTNAME=      power_assert-1.1.3
 CATEGORIES=    devel
@@ -8,5 +8,8 @@
 COMMENT=       Power Assert for Ruby
 LICENSE=       2-clause-bsd
 
+# ruby 2.6 contains 1.1.3
+RUBY_VERSIONS_ACCEPTED=        22 24 25
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index