pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/rails Update rails to 1.2.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8a5390a2630
branches: trunk
changeset: 528372:c8a5390a2630
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Apr 30 21:26:03 2007 +0000
description:
Update rails to 1.2.3.
Changes:
* Ruby 1.8.6 compatibility
* Stop swallowing errors during rake test
diffstat:
www/rails/Makefile | 21 ++++++++++-----------
www/rails/distinfo | 8 ++++----
2 files changed, 14 insertions(+), 15 deletions(-)
diffs (53 lines):
diff -r 8282003f17a2 -r c8a5390a2630 www/rails/Makefile
--- a/www/rails/Makefile Mon Apr 30 20:55:35 2007 +0000
+++ b/www/rails/Makefile Mon Apr 30 21:26:03 2007 +0000
@@ -1,24 +1,23 @@
-# $NetBSD: Makefile,v 1.4 2007/02/18 23:49:14 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2007/04/30 21:26:03 minskim Exp $
-DISTNAME= rails-1.2.2
+DISTNAME= rails-1.2.3
CATEGORIES= www
-MASTER_SITES= http://rubyforge.org/frs/download.php/17236/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= http://rubyforge.org/frs/download.php/18404/
+EXTRACT_SUFX= .gem
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= http://www.rubyonrails.org/
COMMENT= Framework for developing database-backed web applications
-DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=1.4.1:../../devel/ruby-activesupport
-DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=1.15.2:../../databases/ruby-activerecord
-DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=1.13.2:../../www/ruby-actionpack
-DEPENDS+= ${RUBY_PKGPREFIX}-actionmailer>=1.3.1:../../mail/ruby-actionmailer
-DEPENDS+= ${RUBY_PKGPREFIX}-actionwebservice>=1.2.2:../../www/ruby-actionwebservice
+DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=1.4.2:../../devel/ruby-activesupport
+DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=1.15.3:../../databases/ruby-activerecord
+DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=1.13.3:../../www/ruby-actionpack
+DEPENDS+= ${RUBY_PKGPREFIX}-actionmailer>=1.3.3:../../mail/ruby-actionmailer
+DEPENDS+= ${RUBY_PKGPREFIX}-actionwebservice>=1.2.3:../../www/ruby-actionwebservice
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/rails/vendor/rails/railties
-REPLACE_RUBY_DIRS= ${WRKSRC}/bin ${WRKSRC}/dispatches \
+REPLACE_RUBY_DIRS= ${WRKSRC}/bin ${WRKSRC}/dispatches \
${WRKSRC}/lib/commands/ncgi
REPLACE_FILE_PAT= *
diff -r 8282003f17a2 -r c8a5390a2630 www/rails/distinfo
--- a/www/rails/distinfo Mon Apr 30 20:55:35 2007 +0000
+++ b/www/rails/distinfo Mon Apr 30 21:26:03 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2007/02/18 23:49:14 minskim Exp $
+$NetBSD: distinfo,v 1.4 2007/04/30 21:26:21 minskim Exp $
-SHA1 (rails-1.2.2.tgz) = fd2e388005ed349344ef11bfe89ffcf399f6c100
-RMD160 (rails-1.2.2.tgz) = ffc019677c7ee31815453d49debcf088106974ee
-Size (rails-1.2.2.tgz) = 2298475 bytes
+SHA1 (rails-1.2.3.gem) = 53302796daa82d5635d4044cb30f50d9cf4b3ad9
+RMD160 (rails-1.2.3.gem) = 7dcddf8dcad20a9c0cbda6a3924ccaf893ba6ce2
+Size (rails-1.2.3.gem) = 168448 bytes
SHA1 (patch-aa) = 7a3d4f4b435c0de22f00f665092ccff046387170
SHA1 (patch-ab) = 5b1e59728bd652dfa3a2fa537379186581f2dbc4
Home |
Main Index |
Thread Index |
Old Index