pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-activesupport Update ruby-activesupport to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/93e54c59db4f
branches: trunk
changeset: 534294:93e54c59db4f
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Oct 16 02:56:02 2007 +0000
description:
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:
devel/ruby-activesupport/Makefile | 6 +++---
devel/ruby-activesupport/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (31 lines):
diff -r d5ba455b31f4 -r 93e54c59db4f devel/ruby-activesupport/Makefile
--- a/devel/ruby-activesupport/Makefile Tue Oct 16 01:53:28 2007 +0000
+++ b/devel/ruby-activesupport/Makefile Tue Oct 16 02:56:02 2007 +0000
@@ -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@localhost
diff -r d5ba455b31f4 -r 93e54c59db4f devel/ruby-activesupport/distinfo
--- a/devel/ruby-activesupport/distinfo Tue Oct 16 01:53:28 2007 +0000
+++ b/devel/ruby-activesupport/distinfo Tue Oct 16 02:56:02 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index