pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rspec



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Nov  2 14:40:25 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-rspec: Makefile

Log Message:
devel/ruby-rspec: Add USE_LANGUAGES

Add "USE_LANGUAGES=     # none".


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-rspec/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-rspec/Makefile
diff -u pkgsrc/devel/ruby-rspec/Makefile:1.24 pkgsrc/devel/ruby-rspec/Makefile:1.25
--- pkgsrc/devel/ruby-rspec/Makefile:1.24       Sat Nov  2 14:37:08 2019
+++ pkgsrc/devel/ruby-rspec/Makefile    Sat Nov  2 14:40:25 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/11/02 14:37:08 taca Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/02 14:40:25 taca Exp $
 
 DISTNAME=      rspec-3.9.0
 CATEGORIES=    devel
@@ -12,5 +12,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-rspec-core>=
 DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-expectations>=3.9.0<3.10:../../devel/ruby-rspec-expectations
 DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-mocks>=3.9.0<3.10:../../devel/ruby-rspec-mocks
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index