summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2015-03-02 11:05:34 +0000
committerjoerg <joerg>2015-03-02 11:05:34 +0000
commit9fcaf7e3019b56a1f47669318e532401ab0ebd74 (patch)
tree7317b5828b81caa665150536c057848e8c485cc6
parentc7000d7cef4ef7db37df974d65c8d9b49afc0e54 (diff)
downloadpkgsrc-9fcaf7e3019b56a1f47669318e532401ab0ebd74.tar.gz
Fix version list of ruby-power_assert. Propagate it into dependees.
-rw-r--r--devel/ruby-power_assert/Makefile4
-rw-r--r--devel/ruby-test-unit-notify/Makefile4
-rw-r--r--devel/ruby-test-unit/Makefile3
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/ruby-power_assert/Makefile b/devel/ruby-power_assert/Makefile
index 95e7da4374e..52b19788f65 100644
--- a/devel/ruby-power_assert/Makefile
+++ b/devel/ruby-power_assert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/03/01 15:34:45 taca Exp $
+# $NetBSD: Makefile,v 1.3 2015/03/02 11:05:34 joerg Exp $
DISTNAME= power_assert-0.2.3
CATEGORIES= devel
@@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/k-tsj/power_assert
COMMENT= Power Assert for Ruby
LICENSE= 2-clause-bsd
-RUBY_VERSION_SUPPORTED= 20 21
+RUBY_VERSION_SUPPORTED= 200 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-test-unit-notify/Makefile b/devel/ruby-test-unit-notify/Makefile
index e2aeab60500..939373eea28 100644
--- a/devel/ruby-test-unit-notify/Makefile
+++ b/devel/ruby-test-unit-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/11/07 11:08:12 obache Exp $
+# $NetBSD: Makefile,v 1.5 2015/03/02 11:05:34 joerg Exp $
DISTNAME= test-unit-notify-1.0.4
CATEGORIES= devel
@@ -8,6 +8,8 @@ HOMEPAGE= http://test-unit.rubyforge.org/
COMMENT= Test result notify extension for Ruby Test::Util
LICENSE= gnu-lgpl-v2.1 # or later
+RUBY_VERSION_SUPPORTED= 200 21
+
DEPENDS+= ${RUBY_PKGPREFIX}-test-unit>=2.4.9:../../devel/ruby-test-unit
USE_LANGUAGES= # empty
diff --git a/devel/ruby-test-unit/Makefile b/devel/ruby-test-unit/Makefile
index 814f261a5c0..1406dc6a7cd 100644
--- a/devel/ruby-test-unit/Makefile
+++ b/devel/ruby-test-unit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/02/02 15:11:31 taca Exp $
+# $NetBSD: Makefile,v 1.15 2015/03/02 11:05:34 joerg Exp $
DISTNAME= test-unit-3.0.9
CATEGORIES= devel
@@ -9,6 +9,7 @@ COMMENT= Improved version of Test::Unit
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-power_assert>=0:../../devel/ruby-power_assert
+RUBY_VERSION_SUPPORTED= 200 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"