pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-globalid Set RUBY_RAILS_SUPPORTED to 42 and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/518d45a31d51
branches:  trunk
changeset: 362077:518d45a31d51
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu May 04 15:06:18 2017 +0000

description:
Set RUBY_RAILS_SUPPORTED to 42 and utilize it.

diffstat:

 devel/ruby-globalid/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 07708e39fe67 -r 518d45a31d51 devel/ruby-globalid/Makefile
--- a/devel/ruby-globalid/Makefile      Thu May 04 15:03:59 2017 +0000
+++ b/devel/ruby-globalid/Makefile      Thu May 04 15:06:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/21 21:07:09 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/04 15:06:18 taca Exp $
 
 DISTNAME=      globalid-0.4.0
 CATEGORIES=    devel
@@ -8,7 +8,10 @@
 COMMENT=       Reference models by URI
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=4.2.0:../../devel/ruby-activesupport42
+DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=4.2.0:${RUBY_RAILS42_ACTIVESUPPORT}
+
+RUBY_RAILS_SUPPORTED=  42
 
 .include "../../lang/ruby/gem.mk"
+.include "../../lang/ruby/rails.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index