pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-shoulda-matchers Set RUBY_RAILS_SUPPORTED t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/daffdc03a5c8
branches:  trunk
changeset: 362080:daffdc03a5c8
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu May 04 15:12:34 2017 +0000

description:
Set RUBY_RAILS_SUPPORTED to 32 and utlize it.

diffstat:

 devel/ruby-shoulda-matchers/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 33cc70ad07cf -r daffdc03a5c8 devel/ruby-shoulda-matchers/Makefile
--- a/devel/ruby-shoulda-matchers/Makefile      Thu May 04 15:10:34 2017 +0000
+++ b/devel/ruby-shoulda-matchers/Makefile      Thu May 04 15:12:34 2017 +0000
@@ -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 @@
 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