pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Jun 20 13:42:33 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-test-unit: Makefile
        pkgsrc/devel/ruby-test-unit-notify: Makefile
        pkgsrc/sysutils/ruby-specinfra: Makefile

Log Message:
Remove ruby21 reference.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-test-unit/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-test-unit-notify/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/ruby-specinfra/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-test-unit/Makefile
diff -u pkgsrc/devel/ruby-test-unit/Makefile:1.28 pkgsrc/devel/ruby-test-unit/Makefile:1.29
--- pkgsrc/devel/ruby-test-unit/Makefile:1.28   Mon Jun 12 17:10:23 2017
+++ pkgsrc/devel/ruby-test-unit/Makefile        Tue Jun 20 13:42:32 2017
@@ -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 @@ LICENSE=     ruby-license
 
 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"

Index: pkgsrc/devel/ruby-test-unit-notify/Makefile
diff -u pkgsrc/devel/ruby-test-unit-notify/Makefile:1.11 pkgsrc/devel/ruby-test-unit-notify/Makefile:1.12
--- pkgsrc/devel/ruby-test-unit-notify/Makefile:1.11    Mon Jun 12 17:10:23 2017
+++ pkgsrc/devel/ruby-test-unit-notify/Makefile Tue Jun 20 13:42:33 2017
@@ -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 @@ LICENSE=     gnu-lgpl-v2.1 # or later
 
 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"

Index: pkgsrc/sysutils/ruby-specinfra/Makefile
diff -u pkgsrc/sysutils/ruby-specinfra/Makefile:1.1 pkgsrc/sysutils/ruby-specinfra/Makefile:1.2
--- pkgsrc/sysutils/ruby-specinfra/Makefile:1.1 Sat Jun 10 16:38:25 2017
+++ pkgsrc/sysutils/ruby-specinfra/Makefile     Tue Jun 20 13:42:33 2017
@@ -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 @@ OVERRIDE_GEMSPEC+=    sfl:
 
 .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