diff options
author | minskim <minskim> | 2007-10-16 02:56:02 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-10-16 02:56:02 +0000 |
commit | 3b4b076e2360823a7e40885c43f400e3aa7d1094 (patch) | |
tree | 805d2755fefaf56ca90d0d02dca4733347dcf588 /devel | |
parent | 3fbf946bda08fc82a28f53f0864e41e2ef403135 (diff) | |
download | pkgsrc-3b4b076e2360823a7e40885c43f400e3aa7d1094.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-activesupport/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-activesupport/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
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 |