pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun 12 17:10:23 UTC 2017

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

Log Message:
ruby200 had already retired.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/ruby-test-unit/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-test-unit-notify/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.27 pkgsrc/devel/ruby-test-unit/Makefile:1.28
--- pkgsrc/devel/ruby-test-unit/Makefile:1.27   Mon Jun  5 14:17:43 2017
+++ pkgsrc/devel/ruby-test-unit/Makefile        Mon Jun 12 17:10:23 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/06/05 14:17:43 taca Exp $
+# $NetBSD: Makefile,v 1.28 2017/06/12 17:10:23 taca Exp $
 
 DISTNAME=      test-unit-3.2.4
 CATEGORIES=    devel
@@ -12,7 +12,7 @@ USE_LANGUAGES=        # none
 
 .include "../../lang/ruby/rubyversion.mk"
 
-.if ${RUBY_VER} == "200" || ${RUBY_VER} == "21"
+.if ${RUBY_VER} == "21"
 DEPENDS+=      ${RUBY_PKGPREFIX}-power_assert>=0:../../devel/ruby-power_assert
 .endif
 

Index: pkgsrc/devel/ruby-test-unit-notify/Makefile
diff -u pkgsrc/devel/ruby-test-unit-notify/Makefile:1.10 pkgsrc/devel/ruby-test-unit-notify/Makefile:1.11
--- pkgsrc/devel/ruby-test-unit-notify/Makefile:1.10    Wed Jan  6 14:40:03 2016
+++ pkgsrc/devel/ruby-test-unit-notify/Makefile Mon Jun 12 17:10:23 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/01/06 14:40:03 taca Exp $
+# $NetBSD: Makefile,v 1.11 2017/06/12 17:10:23 taca Exp $
 
 DISTNAME=      test-unit-notify-1.0.4
 PKGREVISION=   1
@@ -13,7 +13,7 @@ USE_LANGUAGES=        # empty
 
 .include "../../lang/ruby/rubyversion.mk"
 
-.if ${RUBY_VER} == "200" || ${RUBY_VER} == "21"
+.if ${RUBY_VER} == "21"
 DEPENDS+=      ${RUBY_PKGPREFIX}-test-unit>=2.4.9:../../devel/ruby-test-unit
 .endif
 



Home | Main Index | Thread Index | Old Index