pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-power_assert
Module Name: pkgsrc
Committed By: wiz
Date: Sat Dec 28 12:11:00 UTC 2019
Modified Files:
pkgsrc/devel/ruby-power_assert: Makefile
Log Message:
ruby-power_assert: mark as not for ruby-2.6
ruby-2.6 includes the same version, leading to installation conflicts.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-power_assert/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-power_assert/Makefile
diff -u pkgsrc/devel/ruby-power_assert/Makefile:1.17 pkgsrc/devel/ruby-power_assert/Makefile:1.18
--- pkgsrc/devel/ruby-power_assert/Makefile:1.17 Sun Sep 23 15:10:19 2018
+++ pkgsrc/devel/ruby-power_assert/Makefile Sat Dec 28 12:11:00 2019
@@ -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 @@ HOMEPAGE= https://github.com/k-tsj/power
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