pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-activeresource Update ruby-activeresource to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60de4086b0eb
branches:  trunk
changeset: 547285:60de4086b0eb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Sep 15 05:43:01 2008 +0000

description:
Update ruby-activeresource to 2.1.1.

Changes:

* Fixed Base#exists? to check status code as integer [#299
  state:resolved] (Wes Oldenbeuving)

diffstat:

 www/ruby-activeresource/Makefile |  6 +++---
 www/ruby-activeresource/PLIST    |  3 ++-
 www/ruby-activeresource/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r d7503990db03 -r 60de4086b0eb www/ruby-activeresource/Makefile
--- a/www/ruby-activeresource/Makefile  Mon Sep 15 05:39:00 2008 +0000
+++ b/www/ruby-activeresource/Makefile  Mon Sep 15 05:43:01 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/06/20 04:34:11 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2008/09/15 05:43:01 minskim Exp $
 
-DISTNAME=      activeresource-2.1.0
+DISTNAME=      activeresource-2.1.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    www
 
@@ -8,7 +8,7 @@
 HOMEPAGE=      http://rubyforge.org/projects/activeresource/
 COMMENT=       Object-relational mapping for REST webservices
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=2.1.0:../../devel/ruby-activesupport
+DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport
 
 .include "../../misc/rubygems/rubygem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d7503990db03 -r 60de4086b0eb www/ruby-activeresource/PLIST
--- a/www/ruby-activeresource/PLIST     Mon Sep 15 05:39:00 2008 +0000
+++ b/www/ruby-activeresource/PLIST     Mon Sep 15 05:43:01 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2008/04/04 15:30:02 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/09/15 05:43:01 minskim Exp $
 ${GEM_HOME}/cache/activeresource-${PKGVERSION}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/README
@@ -23,6 +23,7 @@
 ${GEM_LIBDIR}/test/base_test.rb
 ${GEM_LIBDIR}/test/connection_test.rb
 ${GEM_LIBDIR}/test/fixtures/beast.rb
+${GEM_LIBDIR}/test/fixtures/customer.rb
 ${GEM_LIBDIR}/test/fixtures/person.rb
 ${GEM_LIBDIR}/test/fixtures/street_address.rb
 ${GEM_LIBDIR}/test/format_test.rb
diff -r d7503990db03 -r 60de4086b0eb www/ruby-activeresource/distinfo
--- a/www/ruby-activeresource/distinfo  Mon Sep 15 05:39:00 2008 +0000
+++ b/www/ruby-activeresource/distinfo  Mon Sep 15 05:43:01 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/06/20 04:34:11 minskim Exp $
+$NetBSD: distinfo,v 1.4 2008/09/15 05:43:01 minskim Exp $
 
-SHA1 (activeresource-2.1.0.gem) = 525e56a6245ed9cdfcd97f1c0ac67652e4f537be
-RMD160 (activeresource-2.1.0.gem) = e409879adcea356814d65c1349bf949e19a70beb
-Size (activeresource-2.1.0.gem) = 39424 bytes
+SHA1 (activeresource-2.1.1.gem) = 675e75c219ed657706aa5c82e1600110c301b6a4
+RMD160 (activeresource-2.1.1.gem) = 298c6ab3462516cb9c90b64624682fa8f6eb5c7e
+Size (activeresource-2.1.1.gem) = 40448 bytes



Home | Main Index | Thread Index | Old Index