pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove ruby21 reference.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c2769380116
branches:  trunk
changeset: 364030:2c2769380116
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Jun 20 13:42:32 2017 +0000

description:
Remove ruby21 reference.

diffstat:

 devel/ruby-test-unit-notify/Makefile |  8 +-------
 devel/ruby-test-unit/Makefile        |  8 +-------
 sysutils/ruby-specinfra/Makefile     |  4 ++--
 3 files changed, 4 insertions(+), 16 deletions(-)

diffs (60 lines):

diff -r d34c60e60954 -r 2c2769380116 devel/ruby-test-unit-notify/Makefile
--- a/devel/ruby-test-unit-notify/Makefile      Tue Jun 20 13:41:45 2017 +0000
+++ b/devel/ruby-test-unit-notify/Makefile      Tue Jun 20 13:42:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/12 17:10:23 taca Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/20 13:42:33 taca Exp $
 
 DISTNAME=      test-unit-notify-1.0.4
 PKGREVISION=   1
@@ -11,11 +11,5 @@
 
 USE_LANGUAGES= # empty
 
-.include "../../lang/ruby/rubyversion.mk"
-
-.if ${RUBY_VER} == "21"
-DEPENDS+=      ${RUBY_PKGPREFIX}-test-unit>=2.4.9:../../devel/ruby-test-unit
-.endif
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d34c60e60954 -r 2c2769380116 devel/ruby-test-unit/Makefile
--- a/devel/ruby-test-unit/Makefile     Tue Jun 20 13:41:45 2017 +0000
+++ b/devel/ruby-test-unit/Makefile     Tue Jun 20 13:42:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/06/12 17:10:23 taca Exp $
+# $NetBSD: Makefile,v 1.29 2017/06/20 13:42:32 taca Exp $
 
 DISTNAME=      test-unit-3.2.4
 CATEGORIES=    devel
@@ -10,11 +10,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/ruby/rubyversion.mk"
-
-.if ${RUBY_VER} == "21"
-DEPENDS+=      ${RUBY_PKGPREFIX}-power_assert>=0:../../devel/ruby-power_assert
-.endif
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d34c60e60954 -r 2c2769380116 sysutils/ruby-specinfra/Makefile
--- a/sysutils/ruby-specinfra/Makefile  Tue Jun 20 13:41:45 2017 +0000
+++ b/sysutils/ruby-specinfra/Makefile  Tue Jun 20 13:42:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/06/10 16:38:25 taca Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/20 13:42:33 taca Exp $
 
 DISTNAME=      specinfra-2.68.0
 CATEGORIES=    sysutils
@@ -14,7 +14,7 @@
 
 .include "../../lang/ruby/rubyversion.mk"
 
-.if ${RUBY_VER} == "21" || ${RUBY_VER} == "22"
+.if ${RUBY_VER} == "22"
 DEPENDS+=      ${RUBY_PKGPREFIX}-net-telnet>=0:../../net/ruby-net-telnet
 .endif
 



Home | Main Index | Thread Index | Old Index