diff options
author | taca <taca> | 2012-06-14 14:53:33 +0000 |
---|---|---|
committer | taca <taca> | 2012-06-14 14:53:33 +0000 |
commit | 24f9b770ab21e75347cd0281ba74091fc2e4a82b (patch) | |
tree | 7c21cc499f8eca150d6d16ce4e3bfe7c2c285241 | |
parent | 1c4f9e8cf43031cab27e3dc56efd8b9346510f5b (diff) | |
download | pkgsrc-24f9b770ab21e75347cd0281ba74091fc2e4a82b.tar.gz |
Update ruby-activesupport31 to 3.1.6.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.
## Rails 3.1.6 (Jun 12, 2012)
* No changes.
-rw-r--r-- | devel/ruby-activesupport31/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-activesupport31/distinfo | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/ruby-activesupport31/Makefile b/devel/ruby-activesupport31/Makefile index f1d2ed99395..e2840c4198a 100644 --- a/devel/ruby-activesupport31/Makefile +++ b/devel/ruby-activesupport31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/03/18 05:36:53 taca Exp $ +# $NetBSD: Makefile,v 1.5 2012/06/14 14:53:33 taca Exp $ DISTNAME= activesupport-${RUBY_RAILS_VERSION} CATEGORIES= devel @@ -11,6 +11,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json RUBY_RAILS_SUPPORTED= 31 +RUBY_RAILS_STRICT_DEP= yes .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-activesupport31/distinfo b/devel/ruby-activesupport31/distinfo index 3fc9fab5cab..d370569d43c 100644 --- a/devel/ruby-activesupport31/distinfo +++ b/devel/ruby-activesupport31/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/02 01:33:14 taca Exp $ +$NetBSD: distinfo,v 1.5 2012/06/14 14:53:33 taca Exp $ -SHA1 (activesupport-3.1.5.gem) = 90942ff3dc44ef59a8ca781a09ad0a5f0d10a9f1 -RMD160 (activesupport-3.1.5.gem) = 05c8893bc733ce5a5d27e4d433b3d9bc766e4861 -Size (activesupport-3.1.5.gem) = 307712 bytes +SHA1 (activesupport-3.1.6.gem) = 0bbc45f62e4743eeb4e1f8730312f9184d08d353 +RMD160 (activesupport-3.1.6.gem) = e64b2bb55b514995674cf6216c10691fb6f7f82d +Size (activesupport-3.1.6.gem) = 307712 bytes |