pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-globalid



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  4 15:06:18 UTC 2017

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

Log Message:
Set RUBY_RAILS_SUPPORTED to 42 and utilize it.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-globalid/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-globalid/Makefile
diff -u pkgsrc/devel/ruby-globalid/Makefile:1.1 pkgsrc/devel/ruby-globalid/Makefile:1.2
--- pkgsrc/devel/ruby-globalid/Makefile:1.1     Fri Apr 21 21:07:09 2017
+++ pkgsrc/devel/ruby-globalid/Makefile Thu May  4 15:06:18 2017
@@ -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 @@ HOMEPAGE=      http://www.rubyonrails.org/
 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