pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-activesupport32 devel/ruby-activesupport32:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1391cb4829d1
branches:  trunk
changeset: 377149:1391cb4829d1
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 13 17:04:19 2018 +0000

description:
devel/ruby-activesupport32: allow depends on ruby-i18n-1.0.0

Allow depends on ruby-i18n-1.0.0.

Bump PKGREVISION.

diffstat:

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

diffs (28 lines):

diff -r 2c8cc7cdbb4e -r 1391cb4829d1 devel/ruby-activesupport32/Makefile
--- a/devel/ruby-activesupport32/Makefile       Tue Mar 13 17:02:50 2018 +0000
+++ b/devel/ruby-activesupport32/Makefile       Tue Mar 13 17:04:19 2018 +0000
@@ -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 @@
 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