pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a243aed392e6
branches:  trunk
changeset: 319044:a243aed392e6
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 03 15:09:21 2019 +0000

description:
devel/ruby-activesupport42: change dependencies

* Change dependency from devel/ruby-i18n to devel/ruby-i18n12.
* Change dependency from time/ruby-tzinfo to devel/ruby-tzinfo1.

Bump PKGREVISION.

diffstat:

 devel/ruby-activesupport42/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r e09688d0cf40 -r a243aed392e6 devel/ruby-activesupport42/Makefile
--- a/devel/ruby-activesupport42/Makefile       Sun Feb 03 15:07:58 2019 +0000
+++ b/devel/ruby-activesupport42/Makefile       Sun Feb 03 15:09:21 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/03/18 14:21:20 taca Exp $
+# $NetBSD: Makefile,v 1.6 2019/02/03 15:09:21 taca Exp $
 
 DISTNAME=      activesupport-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   2
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -9,9 +10,9 @@
 COMMENT=       Toolkit of support libraries (part of Rails 4.2)
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=0.7:../../devel/ruby-i18n
+DEPENDS+=      ${RUBY_PKGPREFIX}-i18n12>=0.7:../../devel/ruby-i18n12
 DEPENDS+=      ${RUBY_PKGPREFIX}-thread_safe>=0.3.4:../../misc/ruby-thread_safe
-DEPENDS+=      ${RUBY_PKGPREFIX}-tzinfo>=1.1:../../time/ruby-tzinfo
+DEPENDS+=      ${RUBY_PKGPREFIX}-tzinfo1>=1.1:../../time/ruby-tzinfo1
 # minitest 5.4.3 is bundlerd with Ruby 2.2 and later.
 #DEPENDS+=     ${RUBY_PKGPREFIX}-minitest>=5.1:../../devel/ruby-minitest
 



Home | Main Index | Thread Index | Old Index