pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-activesupport42
Module Name: pkgsrc
Committed By: taca
Date: Thu Jan 4 13:15:19 UTC 2018
Modified Files:
pkgsrc/devel/ruby-activesupport42: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activesupport42/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-activesupport42/Makefile
diff -u pkgsrc/devel/ruby-activesupport42/Makefile:1.2 pkgsrc/devel/ruby-activesupport42/Makefile:1.3
--- pkgsrc/devel/ruby-activesupport42/Makefile:1.2 Wed Jun 21 13:12:20 2017
+++ pkgsrc/devel/ruby-activesupport42/Makefile Thu Jan 4 13:15:19 2018
@@ -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 @@ COMMENT= Toolkit of support libraries (p
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