From 3b4b076e2360823a7e40885c43f400e3aa7d1094 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 16 Oct 2007 02:56:02 +0000 Subject: Update ruby-activesupport to 1.4.4. Changes: * Backport: allow array and hash query parameters. Array route parameters are converted/to/a/path as before. * Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or stdin. * Document Object#blank?. * Update Dependencies to ignore constants inherited from ancestors. * Improved multibyte performance by relying less on exception raising --- devel/ruby-activesupport/Makefile | 6 +++--- devel/ruby-activesupport/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'devel') diff --git a/devel/ruby-activesupport/Makefile b/devel/ruby-activesupport/Makefile index f6ac23ba482..9d300652082 100644 --- a/devel/ruby-activesupport/Makefile +++ b/devel/ruby-activesupport/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2007/03/17 10:59:26 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2007/10/16 02:56:02 minskim Exp $ -DISTNAME= activesupport-1.4.2 +DISTNAME= activesupport-1.4.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/18399/ +MASTER_SITES= http://rubyforge.org/frs/download.php/26548/ EXTRACT_SUFX= .tgz MAINTAINER= minskim@NetBSD.org diff --git a/devel/ruby-activesupport/distinfo b/devel/ruby-activesupport/distinfo index 5db4a2e3911..85b7a7a8523 100644 --- a/devel/ruby-activesupport/distinfo +++ b/devel/ruby-activesupport/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2007/03/17 10:59:26 minskim Exp $ +$NetBSD: distinfo,v 1.10 2007/10/16 02:56:02 minskim Exp $ -SHA1 (activesupport-1.4.2.tgz) = ec1b98727e0ca2eb55304f2cb814c50075e7d998 -RMD160 (activesupport-1.4.2.tgz) = 5a0cc3dc0710cdd4930189d3812a8d43c7936477 -Size (activesupport-1.4.2.tgz) = 214206 bytes +SHA1 (activesupport-1.4.4.tgz) = d5676bc270329478d31baecc95f3a506a510b43f +RMD160 (activesupport-1.4.4.tgz) = 697258b8c491937c1b1d157723bbbd8d1717b8a2 +Size (activesupport-1.4.4.tgz) = 214299 bytes SHA1 (patch-aa) = d49d9f6c9a1f1ef23cfdb6df0f35a9391cc6934d SHA1 (patch-ab) = 25d4bf00f57e2708ac5af41383c1d13ff74a0c1d -- cgit v1.2.3