pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ruby-activerecord Update ruby-activerecord t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5bd722d03a1e
branches: trunk
changeset: 534296:5bd722d03a1e
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Oct 16 03:05:38 2007 +0000
description:
Update ruby-activerecord to 1.15.5.
Changes:
* Depend on Action Pack 1.4.4
* Fix #count on a has_many :through association so that it recognizes the
:uniq option. Closes #8801 [lifofifo]
* Don't clobber includes passed to has_many.count [danger]
* Make sure has_many uses :include when counting [danger]
* Save associated records only if the association is already loaded. #8713
* Changing the :default Date format doesn't break date quoting. #6312
* Allow nil serialized attributes with a set class constraint. #7293
* belongs_to assignment creates a new proxy rather than modifying its target
in-place. #8412 [mmangino%elevatedrails.com@localhost]
* Fix column type detection while loading fixtures. Closes #7987 [roderickvd]
* Document deep eager includes. #6267 [Josh Susser, Dan Manges]
* Oracle: extract column length for CHAR also. #7866 [ymendel]
* Small additions and fixes for ActiveRecord documentation. Closes #7342
* SQLite: binary escaping works with $KCODE='u'. #7862 [tsuka]
* Improved cloning performance by relying less on exception raising #8159
diffstat:
databases/ruby-activerecord/Makefile | 8 ++++----
databases/ruby-activerecord/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 56d272050eed -r 5bd722d03a1e databases/ruby-activerecord/Makefile
--- a/databases/ruby-activerecord/Makefile Tue Oct 16 02:57:10 2007 +0000
+++ b/databases/ruby-activerecord/Makefile Tue Oct 16 03:05:38 2007 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.9 2007/03/17 11:05:15 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2007/10/16 03:05:38 minskim Exp $
-DISTNAME= activerecord-1.15.3
+DISTNAME= activerecord-1.15.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= databases ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/18406/
+MASTER_SITES= http://rubyforge.org/frs/download.php/26551/
EXTRACT_SUFX= .tgz
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= http://rubyforge.org/projects/activerecord/
COMMENT= Object-relation mapping put on rails
-DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=1.4.2:../../devel/ruby-activesupport
+DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=1.4.4:../../devel/ruby-activesupport
NO_BUILD= yes
NO_CONFIGURE= yes
diff -r 56d272050eed -r 5bd722d03a1e databases/ruby-activerecord/distinfo
--- a/databases/ruby-activerecord/distinfo Tue Oct 16 02:57:10 2007 +0000
+++ b/databases/ruby-activerecord/distinfo Tue Oct 16 03:05:38 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2007/03/17 11:05:15 minskim Exp $
+$NetBSD: distinfo,v 1.10 2007/10/16 03:05:39 minskim Exp $
-SHA1 (activerecord-1.15.3.tgz) = 0cd2500019d0a5a9cd7a55357289f739cc43b2df
-RMD160 (activerecord-1.15.3.tgz) = 5b183ed26f678ba7d516c95556e2ac3a24a0b4c1
-Size (activerecord-1.15.3.tgz) = 407840 bytes
+SHA1 (activerecord-1.15.5.tgz) = ca59be0a54b83795f3e05253f06fe802ff9f2036
+RMD160 (activerecord-1.15.5.tgz) = b807365e653767c35c89a4b027d2e6db8660c5b7
+Size (activerecord-1.15.5.tgz) = 430076 bytes
Home |
Main Index |
Thread Index |
Old Index