Mon Jun 12 17:10:23 2017 UTC ()
ruby200 had already retired.


(taca)
diff -r1.27 -r1.28 pkgsrc/devel/ruby-test-unit/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/ruby-test-unit-notify/Makefile

cvs diff -r1.27 -r1.28 pkgsrc/devel/ruby-test-unit/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-test-unit/Makefile 2017/06/05 14:17:43 1.27
+++ pkgsrc/devel/ruby-test-unit/Makefile 2017/06/12 17:10:23 1.28
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.27 2017/06/05 14:17:43 taca Exp $ 1# $NetBSD: Makefile,v 1.28 2017/06/12 17:10:23 taca Exp $
2 2
3DISTNAME= test-unit-3.2.4 3DISTNAME= test-unit-3.2.4
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/test-unit/test-unit/ 7HOMEPAGE= https://github.com/test-unit/test-unit/
8COMMENT= Improved version of Test::Unit 8COMMENT= Improved version of Test::Unit
9LICENSE= ruby-license 9LICENSE= ruby-license
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/rubyversion.mk" 13.include "../../lang/ruby/rubyversion.mk"
14 14
15.if ${RUBY_VER} == "200" || ${RUBY_VER} == "21" 15.if ${RUBY_VER} == "21"
16DEPENDS+= ${RUBY_PKGPREFIX}-power_assert>=0:../../devel/ruby-power_assert 16DEPENDS+= ${RUBY_PKGPREFIX}-power_assert>=0:../../devel/ruby-power_assert
17.endif 17.endif
18 18
19.include "../../lang/ruby/gem.mk" 19.include "../../lang/ruby/gem.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/devel/ruby-test-unit-notify/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-test-unit-notify/Makefile 2016/01/06 14:40:03 1.10
+++ pkgsrc/devel/ruby-test-unit-notify/Makefile 2017/06/12 17:10:23 1.11
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.10 2016/01/06 14:40:03 taca Exp $ 1# $NetBSD: Makefile,v 1.11 2017/06/12 17:10:23 taca Exp $
2 2
3DISTNAME= test-unit-notify-1.0.4 3DISTNAME= test-unit-notify-1.0.4
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/test-unit/test-unit-notify 8HOMEPAGE= https://github.com/test-unit/test-unit-notify
9COMMENT= Test result notify extension for Ruby Test::Util 9COMMENT= Test result notify extension for Ruby Test::Util
10LICENSE= gnu-lgpl-v2.1 # or later 10LICENSE= gnu-lgpl-v2.1 # or later
11 11
12USE_LANGUAGES= # empty 12USE_LANGUAGES= # empty
13 13
14.include "../../lang/ruby/rubyversion.mk" 14.include "../../lang/ruby/rubyversion.mk"
15 15
16.if ${RUBY_VER} == "200" || ${RUBY_VER} == "21" 16.if ${RUBY_VER} == "21"
17DEPENDS+= ${RUBY_PKGPREFIX}-test-unit>=2.4.9:../../devel/ruby-test-unit 17DEPENDS+= ${RUBY_PKGPREFIX}-test-unit>=2.4.9:../../devel/ruby-test-unit
18.endif 18.endif
19 19
20.include "../../lang/ruby/gem.mk" 20.include "../../lang/ruby/gem.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"