pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activesupport32



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 13 17:04:19 UTC 2018

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

Log Message:
devel/ruby-activesupport32: allow depends on ruby-i18n-1.0.0

Allow depends on ruby-i18n-1.0.0.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport32/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-activesupport32/Makefile
diff -u pkgsrc/devel/ruby-activesupport32/Makefile:1.3 pkgsrc/devel/ruby-activesupport32/Makefile:1.4
--- pkgsrc/devel/ruby-activesupport32/Makefile:1.3      Wed Jun 21 13:12:20 2017
+++ pkgsrc/devel/ruby-activesupport32/Makefile  Tue Mar 13 17:04:19 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/06/21 13:12:20 taca Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/13 17:04:19 taca Exp $
 
 DISTNAME=      activesupport-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,11 +10,13 @@ HOMEPAGE=    http://www.rubyonrails.org/
 COMMENT=       Toolkit of support libraries (part of Rails 3.2)
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=0.6<1:../../devel/ruby-i18n
+DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=0.6:../../devel/ruby-i18n
 DEPENDS+=      ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json
 
 RUBY_RAILS_SUPPORTED=  32
 RUBY_RAILS_STRICT_DEP= yes
 
+OVERRIDE_GEMSPEC+=     i18n>=0.6
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index