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/c9498a5bcbac
branches:  trunk
changeset: 373529:c9498a5bcbac
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jan 04 13:15:19 2018 +0000

description:
devel/ruby-activesupport42: improve dependency

No need to depends on ruby-minitest since minimum version of minitest
is bundled with Ruby 2.2 and later.

Bump PKGREVISION.

diffstat:

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

diffs (25 lines):

diff -r e1a60a951bf3 -r c9498a5bcbac devel/ruby-activesupport42/Makefile
--- a/devel/ruby-activesupport42/Makefile       Thu Jan 04 10:25:55 2018 +0000
+++ b/devel/ruby-activesupport42/Makefile       Thu Jan 04 13:15:19 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/06/21 13:12:20 taca Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/04 13:15:19 taca Exp $
 
 DISTNAME=      activesupport-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -10,9 +11,10 @@
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=0.7:../../devel/ruby-i18n
-DEPENDS+=      ${RUBY_PKGPREFIX}-minitest>=5.1:../../devel/ruby-minitest
 DEPENDS+=      ${RUBY_PKGPREFIX}-thread_safe>=0.3.4:../../misc/ruby-thread_safe
 DEPENDS+=      ${RUBY_PKGPREFIX}-tzinfo>=1.1:../../time/ruby-tzinfo
+# minitest 5.4.3 is bundlerd with Ruby 2.2 and later.
+#DEPENDS+=     ${RUBY_PKGPREFIX}-minitest>=5.1:../../devel/ruby-minitest
 
 RUBY_RAILS_SUPPORTED=  42
 RUBY_RAILS_STRICT_DEP= yes



Home | Main Index | Thread Index | Old Index