pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-shoulda-matchers



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  4 15:12:34 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-shoulda-matchers: Makefile

Log Message:
Set RUBY_RAILS_SUPPORTED to 32 and utlize it.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-shoulda-matchers/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-shoulda-matchers/Makefile
diff -u pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.5 pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.6
--- pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.5     Thu Jun 11 17:22:16 2015
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile Thu May  4 15:12:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/06/11 17:22:16 taca Exp $
+# $NetBSD: Makefile,v 1.6 2017/05/04 15:12:34 taca Exp $
 
 DISTNAME=      shoulda-matchers-2.8.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -9,9 +9,10 @@ HOMEPAGE=      http://thoughtbot.com/communit
 COMMENT=       Making tests easy on the fingers and eyes
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=3.0.0:../../devel/ruby-activesupport32
+DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=3.0.0:${RUBY_RAILS32_ACTIVESUPPORT}
 
 USE_LANGUAGES= # none
+RUBY_RAILS_SUPPORTED=  32
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index